Package | Description |
---|---|
org.openspaces.archive | |
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.interop | |
org.openspaces.memcached | |
org.openspaces.pu.container |
An abstraction of a Processing Unit Containers.
|
org.openspaces.pu.container.jee.stats | |
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.
|
org.openspaces.remoting |
A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations.
|
Modifier and Type | Class and Description |
---|---|
class |
ArchivePollingContainer
Takes 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 |
AbstractEventListenerContainer
A simple based class for
SpaceDataEventListener based containers. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleAsyncPollingEventListenerContainer
Async 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 |
SimpleNotifyEventListenerContainer
A simple notification based container allowing to register a
SpaceDataEventListener that will be triggered by notifications. |
Modifier and Type | Class and Description |
---|---|
class |
SimplePollingEventListenerContainer
Event 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 |
EventContainersBus
Holds dynamically generated event containers.
|
Modifier and Type | Class and Description |
---|---|
class |
DotnetProcessingUnitBean
Dotnet processing unit bean, used as an adapter that will delegate
the life cycle method invocation to the .Net processing unit implementation of
the .Net GigaSpaces.Core.IProcessingUnit interface
|
Modifier and Type | Method and Description |
---|---|
Collection<ServiceMonitorsProvider> |
DotnetProcessingUnitBean.getServiceMonitorsProviders() |
Collection<ServiceMonitorsProvider> |
DotnetProcessingUnitContainer.getServiceMonitorsProviders() |
Modifier and Type | Class and Description |
---|---|
class |
MemCacheDaemon |
Modifier and Type | Method and Description |
---|---|
abstract Collection<ServiceMonitorsProvider> |
ProcessingUnitContainer.getServiceMonitorsProviders() |
Modifier and Type | Class and Description |
---|---|
class |
RequestStatisticsFilter
A simple statistics filter that counts the total processed and failed (i.e. resulted in an exception) requests,
as well as the number of active requests.
|
Modifier and Type | Method and Description |
---|---|
Collection<ServiceMonitorsProvider> |
ApplicationContextProcessingUnitContainer.getServiceMonitorsProviders() |
Modifier and Type | Method and Description |
---|---|
Collection<ServiceMonitorsProvider> |
CompoundProcessingUnitContainer.getServiceMonitorsProviders() |
Modifier and Type | Class and Description |
---|---|
class |
SpaceRemotingServiceExporter
Exports a list of services (beans) as remote services with the Space as the transport layer.
|
Copyright © GigaSpaces.