Uses of Enum Class
com.loomcache.common.model.ClusterState.OperationalState
Packages that use ClusterState.OperationalState
Package
Description
-
Uses of ClusterState.OperationalState in com.loomcache.common.model
Subclasses with type arguments of type ClusterState.OperationalState in com.loomcache.common.modelModifier and TypeClassDescriptionstatic enumCluster-wide operational state.Methods in com.loomcache.common.model that return ClusterState.OperationalStateModifier and TypeMethodDescriptionClusterState.operationalState()Return the current cluster operational state.ClusterState.transitionTo(ClusterState.OperationalState newState) Transition the cluster operational state and return the previous state.Returns the enum constant of this class with the specified name.static ClusterState.OperationalState[]ClusterState.OperationalState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.common.model with parameters of type ClusterState.OperationalStateModifier and TypeMethodDescriptionClusterState.transitionTo(ClusterState.OperationalState newState) Transition the cluster operational state and return the previous state. -
Uses of ClusterState.OperationalState in com.loomcache.server
Methods in com.loomcache.server that return ClusterState.OperationalStateModifier and TypeMethodDescriptionCacheNode.getOperationalState()Return the current cluster operational state.Methods in com.loomcache.server with parameters of type ClusterState.OperationalStateModifier and TypeMethodDescriptionvoidCacheNode.transitionOperationalState(ClusterState.OperationalState newState) Transition this node's view of the cluster operational state. -
Uses of ClusterState.OperationalState in com.loomcache.springboot.security
Constructor parameters in com.loomcache.springboot.security with type arguments of type ClusterState.OperationalStateModifierConstructorDescriptionPassiveClusterStateWriteGuardFilter(@NonNull Supplier<ClusterState.OperationalState> operationalStateSupplier)