GigaSpaces XAP 10.0.1 API

Uses of Package
org.openspaces.core

Packages that use org.openspaces.core
org.openspaces.admin.space Support for managing of Space(s) through the Admin API. 
org.openspaces.archive   
org.openspaces.core Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and the ability to create it. 
org.openspaces.core.config Support classes for Spring namespace based configuration of OpenSpaces core. 
org.openspaces.core.context Allowing to inject configured GigaSpace instances within Spring application context using annotations. 
org.openspaces.core.executor   
org.openspaces.core.executor.juc   
org.openspaces.core.space.mode A package exposing Space mode (primary/backup) events through Spring application event support. 
org.openspaces.core.space.support   
org.openspaces.events A package including based classes and support classes for different OpenSpaces event containers. 
org.openspaces.events.adapter A package including adapter implementation of SpaceDataEventListener allowing to use either annotation or method listing to listen for events generated by different event containers. 
org.openspaces.events.asyncpolling   
org.openspaces.events.asyncpolling.receive   
org.openspaces.events.notify A notify event container allowing to use GigaSpace support for notifications. 
org.openspaces.events.polling A polling event container generating events by performing polling receive operations. 
org.openspaces.events.polling.receive An abstraction on top of the actual receive operation performed by the polling event container. 
org.openspaces.events.polling.trigger An abstraction on top of the trigger operation performed before the initiation of transactional receive operation. 
org.openspaces.events.support   
org.openspaces.extensions   
org.openspaces.grid.esm   
org.openspaces.grid.gsm.containers   
org.openspaces.grid.gsm.machines   
org.openspaces.grid.gsm.machines.backup   
org.openspaces.grid.gsm.rebalancing   
org.openspaces.hibernate.cache An implementation of Hibernate second level cache using GigaSpaces. 
org.openspaces.jdbc.datasource Implementations of Jdbc DataSource interface using GigaSpaces support for Jdbc based on an actual IJSpace or GigaSpace implementation. 
org.openspaces.jms Holds simple factory beans to create GigaSpaces implementations of JMS ConnectionFactory and XAConnectionFactory. 
org.openspaces.memcached   
org.openspaces.persistency.cassandra.archive   
org.openspaces.remoting A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting integrations. 
org.openspaces.remoting.scripting   
org.openspaces.xml   
 

Classes in org.openspaces.core used by org.openspaces.admin.space
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.archive
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.core
ExecutorBuilder
          The executor builder allows to combine all the different types of executing tasks into a single execution (of course, the execution itself, of all the tasks, is asynchronous).
GigaMap
          Provides a simpler interface on top of IMap and Cache implementation.
GigaMapConfigurer
          A simple programmatic configurer for GigaMap instance wrapping the GigaMapFactoryBean.
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
GigaSpaceConfigurer
          A simple programmatic configurer for GigaSpace instance wrapping the GigaSpaceFactoryBean.
GigaSpaceTypeManager
          Interface encapsulating operations for getting and managing space type descriptors.
InvalidFifoOperationException
          A base class for invalid fifo operations exceptions.
IteratorBuilder
          A utility builder class for GSIterator.
QueryMultiplePartialFailureException
          Deprecated. since 7.1. Use operation specific exception ReadMultipleException,TakeMultipleException or ClearException
ReadByIdsException.ReadByIdResult
          Holds a ReadByIdsException result.
ReadByIdsException.ReadByIdResult.ReadByIdResultType
          Determines the result type of a read by id operation result.
ResourceCapacityExceededException
          This exception indicates that a resource usage on the server is exceeding its capacity SpaceMemoryShortageException RedoLogCapacityExceededException ResourceCapacityExceededException
TakeByIdsException.TakeByIdResult
          Holds a TakeByIdsException result.
TakeByIdsException.TakeByIdResult.TakeByIdResultType
          Determines the result type of a take by id operation result.
TransactionDataAccessException
          An exception occurred during a space operation that has to do with transactional semantics.
WriteMultiplePartialFailureException
          Deprecated. since 7.1. use WriteMultipleException
 

Classes in org.openspaces.core used by org.openspaces.core.config
GigaMapFactoryBean
           
GigaSpaceFactoryBean
          A factory bean creating GigaSpace implementation.
 

Classes in org.openspaces.core used by org.openspaces.core.context
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.core.executor
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.core.executor.juc
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.core.space.mode
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.core.space.support
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.events
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.events.adapter
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.events.asyncpolling
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.events.asyncpolling.receive
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.events.notify
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.events.polling
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.events.polling.receive
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.events.polling.trigger
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.events.support
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.extensions
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.grid.esm
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.grid.gsm.containers
PollingFuture
           
 

Classes in org.openspaces.core used by org.openspaces.grid.gsm.machines
PollingFuture
           
 

Classes in org.openspaces.core used by org.openspaces.grid.gsm.machines.backup
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.grid.gsm.rebalancing
PollingFuture
           
 

Classes in org.openspaces.core used by org.openspaces.hibernate.cache
GigaMap
          Provides a simpler interface on top of IMap and Cache implementation.
 

Classes in org.openspaces.core used by org.openspaces.jdbc.datasource
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.jms
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.memcached
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.persistency.cassandra.archive
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.remoting
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.remoting.scripting
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 

Classes in org.openspaces.core used by org.openspaces.xml
GigaSpace
          Provides a simpler interface of IJSpace extension utilizing GigaSpaces extended and simplified programming model.
 


GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.