Uses of Class
org.elasticsearch.cluster.coordination.Coordinator.Mode
-
Packages that use Coordinator.Mode Package Description org.elasticsearch.cluster.coordination -
-
Uses of Coordinator.Mode in org.elasticsearch.cluster.coordination
Methods in org.elasticsearch.cluster.coordination that return Coordinator.Mode Modifier and Type Method Description static Coordinator.ModeCoordinator.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static Coordinator.Mode[]Coordinator.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.cluster.coordination with parameters of type Coordinator.Mode Modifier and Type Method Description voidFollowersChecker. updateFastResponseState(long term, Coordinator.Mode mode)The system is normally in a state in which every follower remains a follower of a stable leader in a single term for an extended period of time, and therefore our response to every follower check is the same.
-