Package | Description |
---|---|
com.gigaspaces.attribute_store | |
com.gigaspaces.client |
Deprecated: use
org.openspaces.core instead. |
com.gigaspaces.internal.server.space | |
com.gigaspaces.internal.server.space.repartitioning | |
org.openspaces.admin.internal.pu.scale_horizontal | |
org.openspaces.admin.internal.pu.scale_horizontal.steps | |
org.openspaces.core.config |
Support classes for Spring namespace based configuration of OpenSpaces core.
|
org.openspaces.core.space |
This package is responsible for simplifying the creation of IJSpace implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertiesFileAttributeStore
Note that this is a technology preview feature may be changed in the future.
|
class |
TransientAttributeStore |
Modifier and Type | Method and Description |
---|---|
void |
SpaceProxyFactory.setAttributeStore(AttributeStore attributeStore) |
Modifier and Type | Field and Description |
---|---|
protected AttributeStore |
AbstractZooKeeperMVCCHandler.attributeStore |
Modifier and Type | Method and Description |
---|---|
static AttributeStore |
ZooKeeperUtil.createZooKeeperAttributeStore(ZKCollocatedClientConfig zkConfig,
org.slf4j.Logger logger,
String spaceName) |
AttributeStore |
SpaceImpl.getAttributeStore() |
Modifier and Type | Method and Description |
---|---|
static ClusterTopology |
ZookeeperTopologyHandler.getClusterTopology(AttributeStore attributeStore,
String puName,
int generation) |
Constructor and Description |
---|
AbstractZooKeeperMVCCHandler(AttributeStore attributeStore,
String spaceName) |
ZookeeperLastPrimaryHandler(SpaceImpl spaceImpl,
AttributeStore attributeStore,
org.slf4j.Logger logger) |
ZooKeeperMVCCHandler(AttributeStore attributeStore,
String spaceName) |
ZooKeeperMVCCInternalHandler(AttributeStore attributeStore,
String spaceName) |
ZookeeperTopologyHandler(String puName,
AttributeStore attributeStore) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ZookeeperScaleOutHandler.checkIfScaleIsCanceled(AttributeStore attributeStore,
String puName) |
static ClusterTopologyState |
ZookeeperScaleOutHandler.getOldTopologyState(AttributeStore attributeStore,
String puName) |
static List<Integer> |
ZookeeperScaleOutHandler.getParticipantPartitions(AttributeStore attributeStore,
String puName) |
static QuiesceToken |
ZookeeperScaleOutHandler.getQuiesceToken(AttributeStore attributeStore,
String puName) |
static String |
ZookeeperScaleOutHandler.getScaleOutLastStep(AttributeStore attributeStore,
String puName) |
static String |
ZookeeperScaleOutHandler.getScaleOutMetaData(AttributeStore attributeStore,
String puName,
String key) |
static ScaleRequestInfo |
ZookeeperScaleOutHandler.getScaleRequestInfoIfExist(AttributeStore attributeStore,
String requestId,
List<String> pusName) |
static Status |
ZookeeperScaleOutHandler.getScaleStatusOnCompletion(AttributeStore attributeStore,
String puName) |
static String |
ZookeeperScaleOutHandler.getStepDetails(AttributeStore attributeStore,
String puName,
String step,
String key) |
static boolean |
ZookeeperScaleOutHandler.isScaleInProgress(AttributeStore attributeStore,
String puName) |
static void |
ZookeeperScaleOutHandler.setOldTopologyState(AttributeStore attributeStore,
String puName,
ClusterTopologyState topologyState) |
static void |
ZookeeperScaleOutHandler.setQuiesceToken(AttributeStore attributeStore,
String puName,
Object value) |
static void |
ZookeeperScaleOutHandler.setScaleOutLastStep(AttributeStore attributeStore,
String puName,
String step) |
static void |
ZookeeperScaleOutHandler.setScaleOutMetaData(AttributeStore attributeStore,
String puName,
String key,
String value) |
static boolean |
ZookeeperScaleOutHandler.setStepIfPossible(AttributeStore attributeStore,
String puName,
String step,
String key,
String value) |
Modifier and Type | Method and Description |
---|---|
static ClusterTopology |
ScaleManager.getClusterTopology(AttributeStore attributeStore,
String puName,
int generation) |
static ClusterTopologyState |
ScaleManager.getClusterTopologyState(AttributeStore attributeStore,
String puName) |
static InternalQuiesceDetails |
ScaleManager.getQuiesceDetails(AttributeStore attributeStore,
String puName) |
static void |
ScaleManager.setClusterTopology(AttributeStore attributeStore,
String puName,
ClusterTopology topology) |
static void |
ScaleManager.setClusterTopologyState(AttributeStore attributeStore,
String puName,
ClusterTopologyState topologyState) |
static void |
ScaleManager.updateGenerationAfterScaleOut(DefaultProcessingUnit pu,
ClusterTopology currentMap,
ClusterTopology newMap,
AttributeStore attributeStore) |
Modifier and Type | Method and Description |
---|---|
default boolean |
IStepOperation.checkIfStepIsCompleted(DefaultProcessingUnit pu,
AttributeStore attributeStore,
String stepName,
GigaSpace gigaSpace,
InternalAdminDriver driver) |
void |
DrainStep.executePerInstance(DefaultProcessingUnit pu,
AttributeStore attributeStore,
GigaSpace gigaSpace,
int partitionId) |
void |
CopyChunksStep.executePerInstance(DefaultProcessingUnit pu,
AttributeStore attributeStore,
GigaSpace gigaSpace,
int partitionId) |
default void |
IStepOperation.executePerInstance(DefaultProcessingUnit pu,
AttributeStore attributeStore,
GigaSpace gigaSpace,
int partitionId) |
void |
DeleteChunksStep.executePerInstance(DefaultProcessingUnit pu,
AttributeStore attributeStore,
GigaSpace gigaSpace,
int partitionId) |
void |
KillInstancesStep.executeStepOperation(DefaultProcessingUnit pu,
AttributeStore attributeStore,
GigaSpace gigaSpace,
InternalAdminDriver driver,
long timeout) |
void |
RevertTopologyStep.executeStepOperation(DefaultProcessingUnit pu,
AttributeStore attributeStore,
GigaSpace gigaSpace,
InternalAdminDriver driver,
long timeout) |
void |
InformTopologyChangeStep.executeStepOperation(DefaultProcessingUnit pu,
AttributeStore attributeStore,
GigaSpace gigaSpace,
InternalAdminDriver driver,
long timeout) |
void |
UnquiesceOnRollbackStep.executeStepOperation(DefaultProcessingUnit pu,
AttributeStore attributeStore,
GigaSpace gigaSpace,
InternalAdminDriver driver,
long timeout) |
void |
DrainStep.executeStepOperation(DefaultProcessingUnit pu,
AttributeStore attributeStore,
GigaSpace gigaSpace,
InternalAdminDriver driver,
long timeout) |
void |
CreateNewTopologyStep.executeStepOperation(DefaultProcessingUnit pu,
AttributeStore attributeStore,
GigaSpace gigaSpace,
InternalAdminDriver driver,
long timeout) |
void |
TriggerInstancesInitiationStep.executeStepOperation(DefaultProcessingUnit pu,
AttributeStore attributeStore,
GigaSpace gigaSpace,
InternalAdminDriver driver,
long timeout) |
void |
UnquiesceStep.executeStepOperation(DefaultProcessingUnit pu,
AttributeStore attributeStore,
GigaSpace gigaSpace,
InternalAdminDriver driver,
long timeout) |
void |
CopyChunksStep.executeStepOperation(DefaultProcessingUnit pu,
AttributeStore attributeStore,
GigaSpace gigaSpace,
InternalAdminDriver driver,
long timeout) |
void |
RevertPuMetaDataStep.executeStepOperation(DefaultProcessingUnit pu,
AttributeStore attributeStore,
GigaSpace gigaSpace,
InternalAdminDriver driver,
long timeout) |
void |
QuiesceStep.executeStepOperation(DefaultProcessingUnit pu,
AttributeStore attributeStore,
GigaSpace gigaSpace,
InternalAdminDriver driver,
long timeout) |
void |
SetNewTopologyStep.executeStepOperation(DefaultProcessingUnit pu,
AttributeStore attributeStore,
GigaSpace gigaSpace,
InternalAdminDriver driver,
long timeout) |
void |
IStepOperation.executeStepOperation(DefaultProcessingUnit pu,
AttributeStore attributeStore,
GigaSpace gigaSpace,
InternalAdminDriver driver,
long timeout) |
void |
DeleteChunksStep.executeStepOperation(DefaultProcessingUnit pu,
AttributeStore attributeStore,
GigaSpace gigaSpace,
InternalAdminDriver driver,
long timeout) |
default void |
IStepOperation.executeTaskRequest(GigaSpace gigaSpace,
AttributeStore attributeStore,
SystemTask<SpaceResponseInfo> task,
Step step,
String puName,
int partitionId) |
void |
TriggerInstancesInitiationStep.waitForAllInstancesToBeAvailable(DefaultProcessingUnit pu,
AttributeStore attributeStore) |
Modifier and Type | Method and Description |
---|---|
AttributeStore |
AttributeStoreFactoryBean.getStoreHandler() |
Modifier and Type | Method and Description |
---|---|
void |
AttributeStoreFactoryBean.setStoreHandler(AttributeStore storeHandler) |
Modifier and Type | Method and Description |
---|---|
UrlSpaceConfigurer |
UrlSpaceConfigurer.attributeStore(AttributeStore attributeStore)
Sets an attribute store
|
EmbeddedSpaceConfigurer |
EmbeddedSpaceConfigurer.attributeStore(AttributeStore attributeStore)
Sets an attribute store
|
void |
EmbeddedSpaceFactoryBean.attributeStore(AttributeStore attributeStore) |
void |
UrlSpaceFactoryBean.attributeStore(AttributeStore attributeStore) |
void |
InternalSpaceFactory.setAttributeStore(AttributeStore attributeStore) |
Copyright © GigaSpaces.