Uses of Enum Class
com.gigaspaces.internal.server.space.repartitioning.Status
Packages that use Status
Package
Description
-
Uses of Status in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space with parameters of type StatusModifier and TypeMethodDescriptionvoidSpaceImpl.waitForZkUpdate(Step step, String key, Status status) -
Uses of Status in com.gigaspaces.internal.server.space.repartitioning
Methods in com.gigaspaces.internal.server.space.repartitioning that return StatusModifier and TypeMethodDescriptionstatic StatusStatus.convertToStatus(String status) static StatusZookeeperScaleOutHandler.getScaleStatusOnCompletion(AttributeStore attributeStore, String puName) static StatusReturns the enum constant of this class with the specified name.static Status[]Status.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Status in org.openspaces.admin.internal.pu.scale_horizontal
Methods in org.openspaces.admin.internal.pu.scale_horizontal with parameters of type StatusModifier and TypeMethodDescriptionbooleanScaleMonitorThread.revertOperation(InternalAdminDriver driver, org.openspaces.zookeeper.attribute_store.ZooKeeperAttributeStore attributeStore, DefaultProcessingUnit pu, Step step, Status status) booleanScaleMonitorThread.scaleOperation(InternalAdminDriver driver, org.openspaces.zookeeper.attribute_store.ZooKeeperAttributeStore attributeStore, DefaultProcessingUnit pu, Step step, Status status)