Uses of Class
com.yahoo.vdslib.state.ClusterState
Packages that use ClusterState
-
Uses of ClusterState in com.yahoo.vdslib.distribution
Methods in com.yahoo.vdslib.distribution with parameters of type ClusterStateModifier and TypeMethodDescriptionintDistribution.getIdealDistributorNode(ClusterState state, com.yahoo.document.BucketId bucket, String upStates) -
Uses of ClusterState in com.yahoo.vdslib.state
Methods in com.yahoo.vdslib.state that return ClusterStateModifier and TypeMethodDescriptionClusterState.clone()static ClusterStateClusterState.emptyState()static ClusterStateClusterState.stateFromString(String stateStr) Parse a given cluster state string into a returned ClusterState instance, wrapping any parse exceptions in a RuntimeException.Methods in com.yahoo.vdslib.state with parameters of type ClusterStateModifier and TypeMethodDescriptionClusterState.getHtmlDifference(ClusterState other) ClusterState.getTextualDifference(ClusterState other) booleanClusterState.similarToIgnoringInitProgress(ClusterState other) Constructors in com.yahoo.vdslib.state with parameters of type ClusterState