Uses of Interface
com.gigaspaces.admin.quiesce.QuiesceToken
Packages that use QuiesceToken
Package
Description
Provides Space properties and security context services
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
-
Uses of QuiesceToken in com.gigaspaces.admin.quiesce
Classes in com.gigaspaces.admin.quiesce that implement QuiesceTokenMethods in com.gigaspaces.admin.quiesce that return QuiesceTokenModifier and TypeMethodDescriptionstatic QuiesceTokenQuiesceTokenFactory.createStringToken(String token) static QuiesceTokenQuiesceTokenFactory.createUUIDToken()QuiesceStateChangedEvent.getToken()Constructors in com.gigaspaces.admin.quiesce with parameters of type QuiesceTokenModifierConstructorDescriptionQuiesceStateChangedEvent(QuiesceState quiesceState, QuiesceToken token, String description) QuiesceStateChangedEvent(QuiesceState quiesceState, QuiesceToken token, String description, boolean readonly) -
Uses of QuiesceToken in com.gigaspaces.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy with parameters of type QuiesceTokenModifier and TypeMethodDescriptionvoidIDirectSpaceProxy.setQuiesceToken(QuiesceToken token) voidSpaceProxyImpl.setQuiesceToken(QuiesceToken token) -
Uses of QuiesceToken in com.gigaspaces.internal.client.spaceproxy.router
Methods in com.gigaspaces.internal.client.spaceproxy.router with parameters of type QuiesceToken -
Uses of QuiesceToken in com.gigaspaces.internal.lrmi.stubs
Methods in com.gigaspaces.internal.lrmi.stubs with parameters of type QuiesceTokenModifier and TypeMethodDescriptionvoidLRMISpaceImpl.quiesce(String description, QuiesceToken token, boolean readonly) -
Uses of QuiesceToken in com.gigaspaces.internal.quiesce
Methods in com.gigaspaces.internal.quiesce that return QuiesceTokenModifier and TypeMethodDescriptionInternalQuiesceDetails.getToken()InternalQuiesceRequest.getToken()QuiesceTokenProvider.getToken()QuiesceTokenProviderImpl.getToken()Methods in com.gigaspaces.internal.quiesce with parameters of type QuiesceTokenConstructors in com.gigaspaces.internal.quiesce with parameters of type QuiesceTokenModifierConstructorDescriptionInternalQuiesceDetails(QuiesceState status, QuiesceToken token, String description) InternalQuiesceDetails(QuiesceState status, QuiesceToken token, String description, boolean readonly) InternalQuiesceRequest(String description, QuiesceToken token, boolean readonly) -
Uses of QuiesceToken in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space with parameters of type QuiesceTokenModifier and TypeMethodDescriptionvoidIRemoteSpace.quiesce(String description, QuiesceToken token, boolean readonly) voidSpaceImpl.quiesce(String description, QuiesceToken token, boolean readonly) -
Uses of QuiesceToken in com.gigaspaces.internal.server.space.quiesce
Methods in com.gigaspaces.internal.server.space.quiesce that return QuiesceTokenMethods in com.gigaspaces.internal.server.space.quiesce with parameters of type QuiesceTokenModifier and TypeMethodDescriptionvoidQuiesceHandler.checkAllowedOp(QuiesceToken operationToken, boolean isReadOpRequest) voidQuiesceHandler.quiesce(String description, QuiesceToken token, boolean readonly) -
Uses of QuiesceToken in com.gigaspaces.internal.server.space.repartitioning
Methods in com.gigaspaces.internal.server.space.repartitioning that return QuiesceTokenModifier and TypeMethodDescriptionstatic QuiesceTokenZookeeperScaleOutHandler.getQuiesceToken(AttributeStore attributeStore, String puName) CopyChunksRequestInfo.getToken()DeleteChunksRequestInfo.getToken()Constructors in com.gigaspaces.internal.server.space.repartitioning with parameters of type QuiesceTokenModifierConstructorDescriptionCopyChunksPartitionTask(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 QuiesceToken in com.j_spaces.core
Methods in com.j_spaces.core that return QuiesceTokenMethods in com.j_spaces.core with parameters of type QuiesceToken -
Uses of QuiesceToken in org.openspaces.admin.internal.pu.scale_horizontal
Methods in org.openspaces.admin.internal.pu.scale_horizontal with parameters of type QuiesceTokenModifier and TypeMethodDescriptionprotected static GigaSpaceDynamicPartitionProxy.createProxy(ProcessingUnitInstance instance, String spaceName, QuiesceToken quiesceToken) DynamicPartitionProxy.getProxy(QuiesceToken quiesceToken) -
Uses of QuiesceToken in org.openspaces.admin.quiesce
Methods in org.openspaces.admin.quiesce that return QuiesceTokenConstructors in org.openspaces.admin.quiesce with parameters of type QuiesceTokenModifierConstructorDescriptionQuiesceRequest(String description, QuiesceToken token) QuiesceResult(QuiesceToken token, String description) -
Uses of QuiesceToken in org.openspaces.core
Methods in org.openspaces.core with parameters of type QuiesceTokenModifier and TypeMethodDescriptionvoidDefaultGigaSpace.setQuiesceToken(QuiesceToken token) voidGigaSpace.setQuiesceToken(QuiesceToken token)