Package | Description |
---|---|
com.gigaspaces.admin.quiesce | |
com.gigaspaces.internal.client.spaceproxy | |
com.gigaspaces.internal.client.spaceproxy.router | |
com.gigaspaces.internal.lrmi.stubs | |
com.gigaspaces.internal.quiesce | |
com.gigaspaces.internal.server.space | |
com.gigaspaces.internal.server.space.quiesce | |
com.gigaspaces.internal.server.space.repartitioning | |
com.j_spaces.core |
Provides Space properties and security context services
|
org.openspaces.admin.internal.pu.scale_horizontal | |
org.openspaces.admin.quiesce | |
org.openspaces.core |
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultQuiesceToken |
Modifier and Type | Method and Description |
---|---|
static QuiesceToken |
QuiesceTokenFactory.createStringToken(String token) |
static QuiesceToken |
QuiesceTokenFactory.createUUIDToken() |
QuiesceToken |
QuiesceStateChangedEvent.getToken() |
Constructor and Description |
---|
QuiesceStateChangedEvent(QuiesceState quiesceState,
QuiesceToken token,
String description) |
Modifier and Type | Method and Description |
---|---|
void |
IDirectSpaceProxy.setQuiesceToken(QuiesceToken token) |
void |
SpaceProxyImpl.setQuiesceToken(QuiesceToken token) |
Modifier and Type | Method and Description |
---|---|
void |
SpaceProxyRouter.setQuiesceToken(QuiesceToken token) |
Modifier and Type | Method and Description |
---|---|
void |
LRMISpaceImpl.quiesce(String description,
QuiesceToken token) |
Modifier and Type | Method and Description |
---|---|
QuiesceToken |
QuiesceTokenProviderImpl.getToken() |
QuiesceToken |
QuiesceTokenProvider.getToken() |
QuiesceToken |
InternalQuiesceDetails.getToken() |
QuiesceToken |
InternalQuiesceRequest.getToken() |
Modifier and Type | Method and Description |
---|---|
void |
QuiesceTokenProviderImpl.setToken(QuiesceToken token) |
Constructor and Description |
---|
InternalQuiesceDetails(QuiesceState status,
QuiesceToken token,
String description) |
InternalQuiesceRequest(String description,
QuiesceToken token) |
Modifier and Type | Method and Description |
---|---|
void |
IRemoteSpace.quiesce(String description,
QuiesceToken token) |
void |
SpaceImpl.quiesce(String description,
QuiesceToken token) |
Modifier and Type | Method and Description |
---|---|
QuiesceToken |
QuiesceHandler.createSpaceNameToken() |
Modifier and Type | Method and Description |
---|---|
void |
QuiesceHandler.checkAllowedOp(QuiesceToken operationToken) |
void |
QuiesceHandler.quiesce(String description,
QuiesceToken token) |
Modifier and Type | Method and Description |
---|---|
static QuiesceToken |
ZookeeperScaleOutHandler.getQuiesceToken(AttributeStore attributeStore,
String puName) |
QuiesceToken |
CopyChunksRequestInfo.getToken() |
QuiesceToken |
DeleteChunksRequestInfo.getToken() |
Constructor and Description |
---|
CopyChunksPartitionTask(ClusterTopology newMap,
String spaceName,
Map<Integer,String> instanceIds,
QuiesceToken token,
ScaleType scaleType,
int generation) |
CopyChunksTask(ClusterTopology newMap,
String spaceName,
Map<Integer,String> instanceIds,
QuiesceToken token,
ScaleType scaleType,
int generation) |
DeleteChunksPartitionTask(ClusterTopology newMap,
QuiesceToken token) |
DeleteChunksTask(ClusterTopology newMap,
QuiesceToken token) |
Modifier and Type | Method and Description |
---|---|
QuiesceToken |
SpaceContext.getQuiesceToken() |
Modifier and Type | Method and Description |
---|---|
void |
SpaceContext.setQuiesceToken(QuiesceToken quiesceToken) |
Modifier and Type | Method and Description |
---|---|
protected static GigaSpace |
DynamicPartitionProxy.createProxy(ProcessingUnitInstance instance,
String spaceName,
QuiesceToken quiesceToken) |
GigaSpace |
DynamicPartitionProxy.getProxy(QuiesceToken quiesceToken) |
Modifier and Type | Method and Description |
---|---|
QuiesceToken |
QuiesceRequest.getToken() |
QuiesceToken |
QuiesceResult.getToken() |
Constructor and Description |
---|
QuiesceRequest(String description,
QuiesceToken token) |
QuiesceResult(QuiesceToken token,
String description) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultGigaSpace.setQuiesceToken(QuiesceToken token) |
void |
GigaSpace.setQuiesceToken(QuiesceToken token) |
Copyright © GigaSpaces.