Package | Description |
---|---|
com.gigaspaces.internal.client.spaceproxy | |
com.gigaspaces.internal.cluster | |
com.gigaspaces.internal.exceptions | |
com.gigaspaces.internal.lrmi.stubs | |
com.gigaspaces.internal.remoting | |
com.gigaspaces.internal.remoting.routing.clustered | |
com.gigaspaces.internal.server.space | |
com.gigaspaces.internal.server.space.repartitioning | |
com.j_spaces.core |
Provides Space properties and security context services
|
com.j_spaces.core.client |
Provides GigaSpaces client interface services
|
org.openspaces.admin.internal.pu |
Internally Used.
|
org.openspaces.admin.internal.pu.scale_horizontal |
Modifier and Type | Method and Description |
---|---|
void |
SpaceProxyImpl.updateProxyRouter(SpaceProxyRouter oldRouter,
ClusterTopology chunksMap)
Used in client side to update all proxy components with the new map
|
Modifier and Type | Method and Description |
---|---|
ClusterTopology |
ClusterTopology.copy() |
ClusterTopology |
ScalePlan.getCurrentMap() |
ClusterTopology |
ScalePlan.getNewMap() |
ClusterTopology |
SpaceClusterInfo.getTopology() |
ClusterTopology |
ClusterTopology.setGeneration(int generation) |
ClusterTopology |
ClusterTopology.setNumOfBackups(int numOfBackups) |
ClusterTopology |
ClusterTopology.setNumOfInstances(int numOfInstances) |
ClusterTopology |
ClusterTopology.setPartitionsToChunksMap(Map<Integer,Set<Integer>> partitionsToChunksMap) |
ClusterTopology |
ClusterTopology.setSchema(String schema) |
Modifier and Type | Method and Description |
---|---|
SpaceClusterInfo |
SpaceClusterInfo.cloneAndUpdate(ClusterTopology newChunksMap) |
static ScalePlan |
ScalePlan.createScaleInPlan(ClusterTopology currentTopology,
int factor,
int maxTopologyGeneration) |
static ScalePlan |
ScalePlan.createScaleOutPlan(ClusterTopology currentTopology,
int factor,
int maxTopologyGeneration) |
boolean |
ClusterTopology.equivalent(ClusterTopology other) |
void |
SpaceClusterInfo.setTopology(ClusterTopology topology) |
Modifier and Type | Method and Description |
---|---|
ClusterTopology |
ChunksMapGenerationException.getNewMap() |
Modifier and Type | Method and Description |
---|---|
void |
ChunksMapGenerationException.setNewMap(ClusterTopology newMap) |
Modifier and Type | Method and Description |
---|---|
ClusterTopology |
LRMISpaceImpl.checkChunkMapGeneration(int clientGeneration) |
Modifier and Type | Method and Description |
---|---|
ClusterTopology |
RemoteOperationsExecutor.checkChunkMapGeneration(int clientGeneration) |
Modifier and Type | Method and Description |
---|---|
ClusterTopology |
CheckRoutingGenerationTask.getNewMap() |
Modifier and Type | Method and Description |
---|---|
ClusterTopology |
SpaceImpl.checkChunkMapGeneration(int clientGeneration) |
static ClusterTopology |
ZookeeperTopologyHandler.getClusterTopology(AttributeStore attributeStore,
String puName,
int generation) |
ClusterTopology |
ZookeeperTopologyHandler.getClusterTopology(int generation) |
Modifier and Type | Method and Description |
---|---|
SpaceSettings |
SpaceImpl.createSpaceSettingsWithNewClusterTopology(ClusterTopology newTopology) |
Modifier and Type | Method and Description |
---|---|
ClusterTopology |
CopyChunksRequestInfo.getNewMap() |
ClusterTopology |
DeleteChunksRequestInfo.getNewMap() |
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 |
---|---|
SpaceConfig |
JSpaceAttributes.cloneAndUpdate(ClusterTopology chunksMap) |
Modifier and Type | Method and Description |
---|---|
ProxySettings |
ProxySettings.cloneAndUpdate(ClusterTopology chunksMap) |
Modifier and Type | Method and Description |
---|---|
ClusterTopology |
DefaultProcessingUnit.getClusterTopology() |
ClusterTopology |
InternalProcessingUnit.getClusterTopology() |
Modifier and Type | Method and Description |
---|---|
static ClusterTopology |
ScaleManager.getClusterTopology(AttributeStore attributeStore,
String puName,
int generation) |
ClusterTopology |
ScaleManager.getLatestChunksMap(String puName) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ScaleManager.killPartitionInstances(DefaultProcessingUnit pu,
ClusterTopology newMap) |
static void |
ScaleManager.setClusterTopology(AttributeStore attributeStore,
String puName,
ClusterTopology topology) |
static void |
ScaleManager.updateGenerationAfterScaleOut(DefaultProcessingUnit pu,
ClusterTopology currentMap,
ClusterTopology newMap,
AttributeStore attributeStore) |
Copyright © GigaSpaces.