| Package | Description | 
|---|---|
| org.openspaces.archive | |
| org.openspaces.core.gateway | |
| org.openspaces.core.space | This package is responsible for simplifying the creation of IJSpace implementation. | 
| org.openspaces.events | A package including based classes and support classes for different OpenSpaces event containers. | 
| org.openspaces.events.asyncpolling | |
| 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.support | |
| org.openspaces.pu.container | An abstraction of a Processing Unit Containers. | 
| org.openspaces.pu.container.servicegrid | A Service Grid based processing unit container. | 
| org.openspaces.pu.container.spi | Internal (SPI) level interfaces for processing unit containers. | 
| org.openspaces.pu.container.support | Support classes for processing unit containers including command line parsers and Spring resource based
application context. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ArchivePollingContainerTakes objects specified in the template into the archive handler defined by  ArchivePollingContainer.setArchiveHandler(ArchiveOperationHandler)This container can be used to take (remove) objects
 from the Space and persist them into an external service. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractGatewayComponentFactoryBeanBase class for replication gateway components. | 
| class  | GatewayDelegatorFactoryBeanA gateway delegator factory bean for creating a  ReplicationConnectionDelegatorContainer. | 
| class  | GatewaySinkFactoryBeanA sink factory bean for creating a  LocalClusterReplicationSinkwhich represents a gateway
 sink component. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractSpaceFactoryBeanBase class for most space factory beans responsible for creating/finding  IJSpaceimplementation. | 
| class  | DirectSpaceFactoryBeanA direct space factory bean, initialized with an existing  IJSpaceand provides it as the
 space. | 
| class  | EmbeddedSpaceFactoryBean | 
| class  | SpaceProxyFactoryBean | 
| class  | UrlSpaceFactoryBeanA space factory bean that creates a space ( IJSpace) based on a url. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractEventListenerContainerA simple based class for  SpaceDataEventListenerbased containers. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimpleAsyncPollingEventListenerContainerAsync polling event container uses the space async operation capabilities (such as  GigaSpace.asyncTake(Object)in order to simulate events (optionally
 transactional). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimpleNotifyEventListenerContainerA simple notification based container allowing to register a  SpaceDataEventListenerthat will be triggered by notifications. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimplePollingEventListenerContainerEvent listener container variant that uses plain Space take API, specifically a loop of  GigaSpace.take(Object, long)calls that also allow for transactional
 reception of messages. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EventContainersBusHolds dynamically generated event containers. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Collection<InternalDumpProcessor> | ProcessingUnitContainer. getDumpProcessors() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PUServiceBeanImpl | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<InternalDumpProcessor> | ApplicationContextProcessingUnitContainer. getDumpProcessors() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<InternalDumpProcessor> | CompoundProcessingUnitContainer. getDumpProcessors() | 
Copyright © GigaSpaces.