Package | Description |
---|---|
org.openspaces.core.cluster |
Cluster information holder objects and abstraction allowing for custom
beans to be injected with it (if set).
|
org.openspaces.core.gateway | |
org.openspaces.core.properties |
A package supporting advance properties based configuration (based on Spring Properties configuration
support) and the ability to inject them externally to a Spring application context.
|
org.openspaces.core.space |
This package is responsible for simplifying the creation of IJSpace implementation.
|
org.openspaces.core.space.mode |
A package exposing Space mode (primary/backup) events through Spring application event
support.
|
org.openspaces.interop | |
org.openspaces.persistency | |
org.openspaces.persistency.hibernate |
An implementation of GigaSpaces external data source using Hibernate.
|
org.openspaces.persistency.patterns |
Set of patterns that can be used to wrap different external data sources.
|
org.openspaces.pu.container |
An abstraction of a Processing Unit Containers.
|
org.openspaces.pu.container.integrated |
An integrated (embedded) processing unit container allowing to integrate the execution of a
Processing Unit within an application or executed within an IDE.
|
org.openspaces.pu.container.jee | |
org.openspaces.pu.container.spi |
Internal (SPI) level interfaces for processing unit containers.
|
org.openspaces.pu.container.standalone |
A standalone processing unit container.
|
org.openspaces.pu.sla |
Definition of SLA (Service Level Agreement) when deploying onto an SLA enabled container (such as the
Service Grid).
|
org.openspaces.remoting |
A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations.
|
org.openspaces.remoting.scripting |
Modifier and Type | Class and Description |
---|---|
class |
ClusterInfoPropertyPlaceholderConfigurer
Provides the
ClusterInfo parameters as injected
properties that can be used within Spring application context. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGatewayComponentFactoryBean
Base class for replication gateway components.
|
class |
GatewayDelegatorFactoryBean
A gateway delegator factory bean for creating a
ReplicationConnectionDelegatorContainer . |
class |
GatewaySinkFactoryBean
A sink factory bean for creating a
LocalClusterReplicationSink which
represents a gateway sink component. |
Modifier and Type | Class and Description |
---|---|
class |
BeanLevelPropertyPlaceholderConfigurer
An extension on top of Spring
PropertyPlaceholderConfigurer that works with
BeanLevelProperties in order to inject bean level properties. |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedSpaceFactoryBean |
class |
UrlSpaceFactoryBean
A space factory bean that creates a space (
IJSpace ) based on a url. |
Modifier and Type | Class and Description |
---|---|
class |
RefreshSpaceModeContextLoader
Extension to SpaceModeContextLoader allowing for the context loader to be refreshable and load
new code.
|
class |
SpaceModeContextLoader
A Space mode based Spring context loader allows to load Spring application context if the Space
is in
PRIMARY mode. |
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
|
class |
DotnetProcessingUnitContainerProvider |
Modifier and Type | Class and Description |
---|---|
class |
ClusterInfoAwareSpaceDataSource
Created by yuvalm on 23/04/2014.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHibernateSpaceDataSource
A base class for Hibernate based
SpaceDataSource implementations. |
class |
CriteriaHibernateSpaceDataSource
An extension over the default implementation that its main use is to override Hibernate bugs when executing queries with composite
objects.
|
class |
CriteriaHibernateSpaceDataSourceFactoryBean
A factory bean which creates
CriteriaHibernateSpaceDataSource . |
class |
DefaultHibernateSpaceDataSource
The default Hibernate space data source implementation.
|
class |
DefaultHibernateSpaceDataSourceFactoryBean
A factory bean which creates
DefaultHibernateSpaceDataSource |
class |
StatelessHibernateSpaceDataSource
A
SpaceDataSource implementation based on Hibernate StatelessSession . |
class |
StatelessHibernateSpaceDataSourceFactoryBean
A factory bean which creates
StatelessHibernateSpaceDataSource |
Modifier and Type | Class and Description |
---|---|
class |
ManagedEntriesSpaceDataSource
An implementation of
SpaceDataSource that can provide a list
of all the given entries this space data source handles. |
Modifier and Type | Class and Description |
---|---|
class |
ProcessingUnitContainerProvider
A processing unit container provider is responsible for creating
ProcessingUnitContainer . |
Modifier and Type | Class and Description |
---|---|
class |
IntegratedProcessingUnitContainerProvider
An
IntegratedProcessingUnitContainer provider. |
Modifier and Type | Class and Description |
---|---|
class |
JeeProcessingUnitContainerProvider
An extension to the
ApplicationContextProcessingUnitContainerProvider
that can handle JEE processing units. |
class |
SharedContextFactory
A helper to construct web context path.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationContextProcessingUnitContainerProvider |
Modifier and Type | Class and Description |
---|---|
class |
StandaloneProcessingUnitContainerProvider
A
StandaloneProcessingUnitContainer provider. |
Modifier and Type | Class and Description |
---|---|
class |
PrimaryZoneController
PrimaryZoneController is a task that runs periodically and checks if
primary-zone definition is violated:
1. backups in primary zone
2. primaries in backup zone if it happens instances are restarted and balance is restored. |
Modifier and Type | Class and Description |
---|---|
class |
ExecutorRemotingTask<T extends Serializable>
A
Task that can be used to simulate remote invocation with
SpaceRemotingServiceExporter . |
class |
SpaceRemotingServiceExporter
Exports a list of services (beans) as remote services with the Space as the transport layer.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultScriptingExecutor
A Default "server" side script executor.
|
Copyright © GigaSpaces.