Uses of Class
org.elasticsearch.discovery.zen.ElectMasterService.MasterCandidate
-
Packages that use ElectMasterService.MasterCandidate Package Description org.elasticsearch.discovery.zen -
-
Uses of ElectMasterService.MasterCandidate in org.elasticsearch.discovery.zen
Methods in org.elasticsearch.discovery.zen that return ElectMasterService.MasterCandidate Modifier and Type Method Description ElectMasterService.MasterCandidateElectMasterService. electMaster(Collection<ElectMasterService.MasterCandidate> candidates)Elects a new master out of the possible nodes, returning it.Methods in org.elasticsearch.discovery.zen with parameters of type ElectMasterService.MasterCandidate Modifier and Type Method Description static intElectMasterService.MasterCandidate. compare(ElectMasterService.MasterCandidate c1, ElectMasterService.MasterCandidate c2)compares two candidates to indicate which the a better master.Method parameters in org.elasticsearch.discovery.zen with type arguments of type ElectMasterService.MasterCandidate Modifier and Type Method Description ElectMasterService.MasterCandidateElectMasterService. electMaster(Collection<ElectMasterService.MasterCandidate> candidates)Elects a new master out of the possible nodes, returning it.booleanElectMasterService. hasEnoughCandidates(Collection<ElectMasterService.MasterCandidate> candidates)
-