Uses of Interface
org.openspaces.core.cluster.ClusterInfoAware
Packages that use ClusterInfoAware
Package
Description
Cluster information holder objects and abstraction allowing for custom
beans to be injected with it (if set).
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.
This package is responsible for simplifying the creation of IJSpace implementation.
A package exposing Space mode (primary/backup) events through Spring application event
support.
Set of patterns that can be used to wrap different external data sources.
An abstraction of a Processing Unit Containers.
An integrated (embedded) processing unit container allowing to integrate the execution of a
Processing Unit within an application or executed within an IDE.
Internal (SPI) level interfaces for processing unit containers.
A standalone processing unit container.
Definition of SLA (Service Level Agreement) when deploying onto an SLA enabled container (such as the
Service Grid).
A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations.
-
Uses of ClusterInfoAware in com.gigaspaces.blobstore.rocksdb
Classes in com.gigaspaces.blobstore.rocksdb that implement ClusterInfoAware -
Uses of ClusterInfoAware in com.gigaspaces.persistency
Classes in com.gigaspaces.persistency that implement ClusterInfoAware -
Uses of ClusterInfoAware in org.openspaces.core.cluster
Classes in org.openspaces.core.cluster that implement ClusterInfoAwareModifier and TypeClassDescriptionclassProvides theClusterInfoparameters as injected properties that can be used within Spring application context. -
Uses of ClusterInfoAware in org.openspaces.core.gateway
Classes in org.openspaces.core.gateway that implement ClusterInfoAwareModifier and TypeClassDescriptionclassBase class for replication gateway components.classA gateway delegator factory bean for creating aReplicationConnectionDelegatorContainer.classA sink factory bean for creating aLocalClusterReplicationSinkwhich represents a gateway sink component. -
Uses of ClusterInfoAware in org.openspaces.core.properties
Classes in org.openspaces.core.properties that implement ClusterInfoAwareModifier and TypeClassDescriptionclassAn extension on top of SpringPropertyPlaceholderConfigurerthat works withBeanLevelPropertiesin order to inject bean level properties. -
Uses of ClusterInfoAware in org.openspaces.core.space
Classes in org.openspaces.core.space that implement ClusterInfoAwareModifier and TypeClassDescriptionclassclassclassA space factory bean that creates a space (IJSpace) based on a url. -
Uses of ClusterInfoAware in org.openspaces.core.space.mode
Classes in org.openspaces.core.space.mode that implement ClusterInfoAwareModifier and TypeClassDescriptionclassExtension to SpaceModeContextLoader allowing for the context loader to be refreshable and load new code.classA Space mode based Spring context loader allows to load Spring application context if the Space is inPRIMARYmode. -
Uses of ClusterInfoAware in org.openspaces.persistency
Classes in org.openspaces.persistency that implement ClusterInfoAwareModifier and TypeClassDescriptionclassCreated by yuvalm on 23/04/2014. -
Uses of ClusterInfoAware in org.openspaces.persistency.cassandra
Classes in org.openspaces.persistency.cassandra that implement ClusterInfoAwareModifier and TypeClassDescriptionclassA Cassandra implementation ofSpaceDataSource.classAFactoryBeanfor creating a singleton instance ofCassandraSpaceDataSource. -
Uses of ClusterInfoAware in org.openspaces.persistency.patterns
Classes in org.openspaces.persistency.patterns that implement ClusterInfoAwareModifier and TypeClassDescriptionclassAn implementation ofSpaceDataSourcethat can provide a list of all the given entries this space data source handles. -
Uses of ClusterInfoAware in org.openspaces.pu.container
Classes in org.openspaces.pu.container that implement ClusterInfoAwareModifier and TypeClassDescriptionclassA processing unit container provider is responsible for creatingProcessingUnitContainer. -
Uses of ClusterInfoAware in org.openspaces.pu.container.integrated
Classes in org.openspaces.pu.container.integrated that implement ClusterInfoAware -
Uses of ClusterInfoAware in org.openspaces.pu.container.jee
Classes in org.openspaces.pu.container.jee that implement ClusterInfoAwareModifier and TypeClassDescriptionclassAn extension to theApplicationContextProcessingUnitContainerProviderthat can handle JEE processing units.classA helper to construct web context path. -
Uses of ClusterInfoAware in org.openspaces.pu.container.jee.jetty
Classes in org.openspaces.pu.container.jee.jetty that implement ClusterInfoAwareModifier and TypeClassDescriptionclassAn implementation ofJeeProcessingUnitContainerProviderthat can run web applications (war files) using Jetty. -
Uses of ClusterInfoAware in org.openspaces.pu.container.spi
Classes in org.openspaces.pu.container.spi that implement ClusterInfoAware -
Uses of ClusterInfoAware in org.openspaces.pu.container.standalone
Classes in org.openspaces.pu.container.standalone that implement ClusterInfoAware -
Uses of ClusterInfoAware in org.openspaces.pu.sla
Classes in org.openspaces.pu.sla that implement ClusterInfoAwareModifier and TypeClassDescriptionclassPrimaryZoneControlleris a task that runs periodically and checks if primary-zone definition is violated: 1. -
Uses of ClusterInfoAware in org.openspaces.remoting
Classes in org.openspaces.remoting that implement ClusterInfoAwareModifier and TypeClassDescriptionclassExecutorRemotingTask<T extends Serializable>ATaskthat can be used to simulate remote invocation withSpaceRemotingServiceExporter.classExports a list of services (beans) as remote services with the Space as the transport layer. -
Uses of ClusterInfoAware in org.openspaces.remoting.scripting
Classes in org.openspaces.remoting.scripting that implement ClusterInfoAwareModifier and TypeClassDescriptionclassA Default "server" side script executor.