Uses of Enum Class
de.aristaflow.adept2.model.cluster.Status
Packages that use Status
-
Uses of Status in de.aristaflow.adept2.core.registry.cluster
Fields in de.aristaflow.adept2.core.registry.cluster declared as StatusModifier and TypeFieldDescriptionprotected StatusClusterNodeState.statusThe current status of the cluster node.protected final StatusServiceStateTracker.PlatformAvailabilityNotifier.statusThe new status of the cluster node.Fields in de.aristaflow.adept2.core.registry.cluster with type parameters of type StatusModifier and TypeFieldDescriptionServiceStateTracker.relevantStatusesThe statuses which are relevant for the (un-)availability of the platform.Methods in de.aristaflow.adept2.core.registry.cluster that return StatusModifier and TypeMethodDescriptionClusterNode.restart(long timeout) Deprecated.Sends a restart request to this cluster node and waits the designated time for the restart.Methods in de.aristaflow.adept2.core.registry.cluster that return types with arguments of type StatusModifier and TypeMethodDescriptionClusterNodeState.awaitStatus(long timeout, Status... statuses) Waits until the cluster node reaches one of the designated statuses or until the designated timeout elapsed.ClusterNodeState.getStatus()Gets the current status of the cluster node without waiting.Methods in de.aristaflow.adept2.core.registry.cluster with parameters of type StatusModifier and TypeMethodDescriptionClusterNodeState.awaitStatus(long timeout, Status... statuses) Waits until the cluster node reaches one of the designated statuses or until the designated timeout elapsed.voidServiceStateTracker.PlatformStateListener.isAvailable(String clusterNodeName, Status status, long lastStatusUpdate, long runningSince) Notifies that the platform has become available in the designated node.voidServiceStateTracker.PlatformStateListener.isUnavailable(String clusterNodeName, Status status, long lastStatusUpdate, long runningSince) Notifies that the platform has become unavailable in the designated node.Constructors in de.aristaflow.adept2.core.registry.cluster with parameters of type StatusModifierConstructorDescriptionPlatformAvailabilityNotifier(Status status, long lastStatusUpdate, long runningSince) Creates a new callable for notifying the designated status data. -
Uses of Status in de.aristaflow.adept2.model.cluster
Fields in de.aristaflow.adept2.model.cluster declared as StatusModifier and TypeFieldDescriptionprotected final StatusSimpleClusterNodeInformation.statusThe status of this cluster node.Methods in de.aristaflow.adept2.model.cluster that return StatusModifier and TypeMethodDescriptionSimpleClusterNodeInformation.getStatus()Gets the status of this cluster node.static StatusStatus.valueOf(int code) Gets the status for the corresponding code ornullin case there is no corresponding status for the designated code.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.Constructors in de.aristaflow.adept2.model.cluster with parameters of type StatusModifierConstructorDescriptionClusterNodeInformation(String clusterName, String nodeName, String nodeAddress, Status status, long retrievalTime, long lastOwnUpdate, long sinceLastOwnUpdate, long lastForeignUpdate, long sinceLastForeignUpdate, long runningSince, URI[] globalRegUris, URI[] interNodeCommUris, long serverLostCommCount) Creates information for a specific cluster node.SimpleClusterNodeInformation(String clusterName, String nodeName, String nodeAddress, Status status, long lastOwnUpdate, long runningSince) Creates simple information for a specific cluster node.