Uses of Interface
org.elasticsearch.discovery.zen.NodeJoinController.ElectionCallback
-
Packages that use NodeJoinController.ElectionCallback Package Description org.elasticsearch.discovery.zen -
-
Uses of NodeJoinController.ElectionCallback in org.elasticsearch.discovery.zen
Methods in org.elasticsearch.discovery.zen with parameters of type NodeJoinController.ElectionCallback Modifier and Type Method Description voidNodeJoinController. waitToBeElectedAsMaster(int requiredMasterJoins, TimeValue timeValue, NodeJoinController.ElectionCallback callback)waits for enough incoming joins from master eligible nodes to complete the master election
-