Package | Description |
---|---|
com.gigaspaces.persistency | |
org.openspaces.admin.internal.pu |
Internally Used.
|
org.openspaces.admin.internal.space |
Internally Used.
|
org.openspaces.admin.pu |
Support for managing of Processing Unit(s) through the Admin API.
|
org.openspaces.admin.space |
Support for managing of Space(s) through the Admin API.
|
org.openspaces.core.cluster |
Cluster information holder objects and abstraction allowing for custom
beans to be injected with it (if set).
|
org.openspaces.core.cluster.internal | |
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.persistency | |
org.openspaces.persistency.cassandra | |
org.openspaces.pu.container |
An abstraction of a Processing Unit Containers.
|
org.openspaces.pu.container.jee | |
org.openspaces.pu.container.jee.context | |
org.openspaces.pu.container.jee.jetty | |
org.openspaces.pu.container.servicegrid |
A Service Grid based processing unit container.
|
org.openspaces.pu.container.standalone |
A standalone processing unit container.
|
org.openspaces.pu.container.support |
Support classes for processing unit containers including command line parsers and Spring resource based
application context.
|
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 | Field and Description |
---|---|
protected ClusterInfo |
MongoSpaceDataSource.clusterInfo |
Modifier and Type | Method and Description |
---|---|
MongoSpaceDataSourceConfigurer |
MongoSpaceDataSourceConfigurer.clusterInfo(ClusterInfo clusterInfo) |
void |
MongoSpaceDataSourceBeanFactory.setClusterInfo(ClusterInfo clusterInfo) |
Constructor and Description |
---|
MongoSpaceDataSource(MongoClientConnector mongoClient,
ClusterInfo clusterInfo) |
Modifier and Type | Method and Description |
---|---|
ClusterInfo |
DefaultProcessingUnitInstance.getClusterInfo() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultProcessingUnitInstance.setClusterInfo(ClusterInfo clusterInfo) |
void |
InternalProcessingUnitInstance.setClusterInfo(ClusterInfo clusterInfo) |
Modifier and Type | Method and Description |
---|---|
ClusterInfo |
DefaultSpaceInstance.getClusterInfo() |
Modifier and Type | Method and Description |
---|---|
ClusterInfo |
ProcessingUnitInstance.getClusterInfo()
Returns the cluster info of the processing unit instance.
|
Modifier and Type | Method and Description |
---|---|
ClusterInfo |
SpaceInstance.getClusterInfo()
Returns the space cluster information.
|
Modifier and Type | Method and Description |
---|---|
ClusterInfo |
ClusterInfoBuilder.build() |
ClusterInfo |
ClusterInfo.copy() |
ClusterInfo |
ClusterInfo.setBackupId(Integer backupId)
Sets the backup id of the specific cluster member.
|
ClusterInfo |
ClusterInfo.setInstanceId(Integer instanceId)
Sets the instance id of the specific cluster member.
|
ClusterInfo |
ClusterInfo.setName(String name) |
ClusterInfo |
ClusterInfo.setNumberOfBackups(Integer numberOfBackups)
Sets the number of backups that each primary instance will have in a cluster.
|
ClusterInfo |
ClusterInfo.setNumberOfInstances(Integer numberOfInstances)
Sets the number of primary instances that are running within the cluster.
|
ClusterInfo |
ClusterInfo.setSchema(String schema)
Sets the schema the cluster operates under.
|
Modifier and Type | Method and Description |
---|---|
static Properties |
ClusterInfoPropertyPlaceholderConfigurer.createProperties(ClusterInfo clusterInfo) |
void |
ClusterInfoAware.setClusterInfo(ClusterInfo clusterInfo)
Sets the cluster information.
|
void |
ClusterInfoPropertyPlaceholderConfigurer.setClusterInfo(ClusterInfo clusterInfo) |
Constructor and Description |
---|
ClusterInfo(ClusterInfo other) |
ClusterInfoBeanPostProcessor(ClusterInfo clusterInfo)
Constructs a new cluster info bean post processor based on the provided cluster info.
|
ClusterInfoBuilder(ClusterInfo clusterInfo) |
ClusterInfoPropertyPlaceholderConfigurer(ClusterInfo clusterInfo) |
Modifier and Type | Class and Description |
---|---|
class |
ClusterInfoImpl |
Modifier and Type | Method and Description |
---|---|
ClusterInfo |
ClusterInfoImpl.copy() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGatewayComponentFactoryBean.setClusterInfo(ClusterInfo clusterInfo) |
Modifier and Type | Method and Description |
---|---|
void |
BeanLevelPropertyPlaceholderConfigurer.setClusterInfo(ClusterInfo clusterInfo) |
Constructor and Description |
---|
BeanLevelPropertyPlaceholderConfigurer(BeanLevelProperties beanLevelProperties,
ClusterInfo clusterInfo) |
Modifier and Type | Method and Description |
---|---|
ClusterInfo |
InternalSpaceFactory.getClusterInfo() |
Modifier and Type | Method and Description |
---|---|
UrlSpaceConfigurer |
UrlSpaceConfigurer.clusterInfo(ClusterInfo clusterInfo) |
EmbeddedSpaceConfigurer |
EmbeddedSpaceConfigurer.clusterInfo(ClusterInfo clusterInfo) |
void |
EmbeddedSpaceFactoryBean.setClusterInfo(ClusterInfo clusterInfo) |
void |
UrlSpaceFactoryBean.setClusterInfo(ClusterInfo clusterInfo)
Injected thanks to this bean implementing
ClusterInfoAware . |
void |
RestBean.setClusterInfo(ClusterInfo clusterInfo) |
void |
InternalSpaceFactory.setClusterInfo(ClusterInfo clusterInfo) |
Constructor and Description |
---|
ExecutorSpaceFilter(AbstractSpaceFactoryBean spaceFactoryBean,
ClusterInfo clusterInfo) |
Modifier and Type | Method and Description |
---|---|
void |
SpaceModeContextLoader.setClusterInfo(ClusterInfo clusterInfo)
Used to pass
ClusterInfo to the newly created application context. |
Modifier and Type | Field and Description |
---|---|
protected ClusterInfo |
ClusterInfoAwareSpaceDataSource.clusterInfo |
Modifier and Type | Method and Description |
---|---|
void |
ClusterInfoAwareSpaceDataSource.setClusterInfo(ClusterInfo clusterInfo) |
Modifier and Type | Field and Description |
---|---|
protected ClusterInfo |
CassandraSpaceDataSourceConfigurer.clusterInfo |
Modifier and Type | Method and Description |
---|---|
CassandraSpaceDataSourceConfigurer |
CassandraSpaceDataSourceConfigurer.clusterInfo(ClusterInfo clusterInfo)
Injects the
ClusterInfo to be used with the SpaceDataSource |
void |
CassandraSpaceDataSourceFactoryBean.setClusterInfo(ClusterInfo clusterInfo) |
Constructor and Description |
---|
CassandraSpaceDataSource(PropertyValueSerializer fixedPropertyValueSerializer,
PropertyValueSerializer dynamicPropertyValueSerializer,
org.apache.cassandra.cql.jdbc.CassandraDataSource cassandraDataSource,
HectorCassandraClient hectorClient,
int minimumNumberOfConnections,
int maximumNumberOfConnections,
int batchLimit,
String[] initialLoadQueryScanningBasePackages,
boolean augmentInitialLoadEntries,
ClusterInfo clusterInfo) |
Modifier and Type | Method and Description |
---|---|
ClusterInfo |
ProcessingUnitContainerContext.getClusterInfo()
Gets the cluster information injected with this processing unit container instance.
|
ClusterInfo |
ProcessingUnitContainerConfig.getClusterInfo() |
ClusterInfo |
ProcessingUnitContainerProvider.getClusterInfo() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessingUnitContainerConfig.setClusterInfo(ClusterInfo clusterInfo) |
void |
ProcessingUnitContainerProvider.setClusterInfo(ClusterInfo clusterInfo) |
Modifier and Type | Method and Description |
---|---|
void |
SharedContextFactory.setClusterInfo(ClusterInfo clusterInfo) |
Modifier and Type | Method and Description |
---|---|
static void |
BootstrapWebApplicationContextListener.prepareForBoot(File warPath,
ClusterInfo clusterInfo,
BeanLevelProperties beanLevelProperties)
Changes the web.xml to include the bootstrap context listener and the request statistics
filter
|
Modifier and Type | Method and Description |
---|---|
static ClusterInfo |
JettyJeeProcessingUnitContainerProvider.getCurrentClusterInfo() |
Modifier and Type | Method and Description |
---|---|
ClusterInfo |
PUServiceBeanImpl.getClusterInfo() |
ClusterInfo |
PUDetails.getClusterInfo() |
ClusterInfo |
PUServiceBeanProxy.getClusterInfo() |
ClusterInfo |
PUServiceBean.getClusterInfo() |
Modifier and Type | Method and Description |
---|---|
void |
PUDetails.setClusterInfo(ClusterInfo clusterInfo) |
Constructor and Description |
---|
PUDetails(ServiceID gscServiceID,
ClusterInfo clusterInfo,
BeanLevelProperties beanLevelProperties,
Object[] details) |
Constructor and Description |
---|
StandaloneContainerRunnable(BeanLevelProperties beanLevelProperties,
ClusterInfo clusterInfo,
List<String> configLocations)
Constructs a new standalone container runnable based on the provided configuration set
parameters.
|
Modifier and Type | Method and Description |
---|---|
static ClusterInfo |
ClusterInfoParser.parse(CommandLineParser.Parameter[] params) |
static ClusterInfo |
ClusterInfoParser.parse(SpaceURL spaceURL) |
Modifier and Type | Method and Description |
---|---|
static void |
ClusterInfoParser.guessSchema(ClusterInfo clusterInfo)
Guess the cluster schema if not set.
|
Modifier and Type | Method and Description |
---|---|
void |
PrimaryZoneController.setClusterInfo(ClusterInfo clusterInfo) |
Modifier and Type | Method and Description |
---|---|
void |
SpaceRemotingServiceExporter.setClusterInfo(ClusterInfo clusterInfo)
Cluster Info injected
|
void |
ExecutorRemotingTask.setClusterInfo(ClusterInfo clusterInfo) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultScriptingExecutor.setClusterInfo(ClusterInfo clusterInfo) |
Copyright © GigaSpaces.