Uses of Class
com.gigaspaces.internal.cluster.ClusterTopology
Packages that use ClusterTopology
Package
Description
Provides Space properties and security context services
Provides GigaSpaces client interface services
Internally Used.
-
Uses of ClusterTopology in com.gigaspaces.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy with parameters of type ClusterTopologyModifier and TypeMethodDescriptionvoidSpaceProxyImpl.updateProxyRouter(SpaceProxyRouter oldRouter, ClusterTopology chunksMap) Used in client side to update all proxy components with the new map -
Uses of ClusterTopology in com.gigaspaces.internal.cluster
Methods in com.gigaspaces.internal.cluster that return ClusterTopologyModifier and TypeMethodDescriptionClusterTopology.copy()ScalePlan.getCurrentMap()ScalePlan.getNewMap()SpaceClusterInfo.getTopology()ClusterTopology.setGeneration(int generation) ClusterTopology.setNumOfBackups(int numOfBackups) ClusterTopology.setNumOfInstances(int numOfInstances) ClusterTopology.setPartitionsToChunksMap(Map<Integer, Set<Integer>> partitionsToChunksMap) Methods in com.gigaspaces.internal.cluster with parameters of type ClusterTopologyModifier and TypeMethodDescriptionSpaceClusterInfo.cloneAndUpdate(ClusterTopology newChunksMap) static ScalePlanScalePlan.createScaleInPlan(ClusterTopology currentTopology, int factor, int maxTopologyGeneration) static ScalePlanScalePlan.createScaleOutPlan(ClusterTopology currentTopology, int factor, int maxTopologyGeneration) booleanClusterTopology.equivalent(ClusterTopology other) voidSpaceClusterInfo.setTopology(ClusterTopology topology) -
Uses of ClusterTopology in com.gigaspaces.internal.exceptions
Methods in com.gigaspaces.internal.exceptions that return ClusterTopologyMethods in com.gigaspaces.internal.exceptions with parameters of type ClusterTopologyModifier and TypeMethodDescriptionvoidChunksMapGenerationException.setNewMap(ClusterTopology newMap) -
Uses of ClusterTopology in com.gigaspaces.internal.lrmi.stubs
Methods in com.gigaspaces.internal.lrmi.stubs that return ClusterTopology -
Uses of ClusterTopology in com.gigaspaces.internal.remoting
Methods in com.gigaspaces.internal.remoting that return ClusterTopologyModifier and TypeMethodDescriptionRemoteOperationsExecutor.checkChunkMapGeneration(int clientGeneration) -
Uses of ClusterTopology in com.gigaspaces.internal.remoting.routing.clustered
Methods in com.gigaspaces.internal.remoting.routing.clustered that return ClusterTopology -
Uses of ClusterTopology in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that return ClusterTopologyModifier and TypeMethodDescriptionSpaceImpl.checkChunkMapGeneration(int clientGeneration) ZookeeperTopologyHandler.getClusterTopology(int generation) static ClusterTopologyZookeeperTopologyHandler.getClusterTopology(AttributeStore attributeStore, String puName, int generation) Methods in com.gigaspaces.internal.server.space with parameters of type ClusterTopologyModifier and TypeMethodDescriptionSpaceImpl.createSpaceSettingsWithNewClusterTopology(ClusterTopology newTopology) -
Uses of ClusterTopology in com.gigaspaces.internal.server.space.repartitioning
Methods in com.gigaspaces.internal.server.space.repartitioning that return ClusterTopologyModifier and TypeMethodDescriptionCopyChunksRequestInfo.getNewMap()DeleteChunksRequestInfo.getNewMap()Constructors in com.gigaspaces.internal.server.space.repartitioning with parameters of type ClusterTopologyModifierConstructorDescriptionCopyChunksPartitionTask(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) -
Uses of ClusterTopology in com.j_spaces.core
Methods in com.j_spaces.core with parameters of type ClusterTopology -
Uses of ClusterTopology in com.j_spaces.core.client
Methods in com.j_spaces.core.client with parameters of type ClusterTopology -
Uses of ClusterTopology in org.openspaces.admin.internal.pu
Methods in org.openspaces.admin.internal.pu that return ClusterTopologyModifier and TypeMethodDescriptionDefaultProcessingUnit.getClusterTopology()InternalProcessingUnit.getClusterTopology() -
Uses of ClusterTopology in org.openspaces.admin.internal.pu.scale_horizontal
Methods in org.openspaces.admin.internal.pu.scale_horizontal that return ClusterTopologyModifier and TypeMethodDescriptionstatic ClusterTopologyScaleManager.getClusterTopology(AttributeStore attributeStore, String puName, int generation) ScaleManager.getLatestChunksMap(String puName) Methods in org.openspaces.admin.internal.pu.scale_horizontal with parameters of type ClusterTopologyModifier and TypeMethodDescriptionstatic booleanScaleManager.killPartitionInstances(DefaultProcessingUnit pu, ClusterTopology newMap) static voidScaleManager.setClusterTopology(AttributeStore attributeStore, String puName, ClusterTopology topology) static voidScaleManager.updateGenerationAfterScaleOut(DefaultProcessingUnit pu, ClusterTopology currentMap, ClusterTopology newMap, AttributeStore attributeStore)