Uses of Class
org.apache.solr.cloud.ElectionContext
-
Packages that use ElectionContext Package Description org.apache.solr.cloud Classes for dealing with ZooKeeper when operating in SolrCloud mode. -
-
Uses of ElectionContext in org.apache.solr.cloud
Methods in org.apache.solr.cloud that return ElectionContext Modifier and Type Method Description ElectionContextElectionContext. copy()ElectionContextLeaderElector. getContext()Methods in org.apache.solr.cloud with parameters of type ElectionContext Modifier and Type Method Description intLeaderElector. joinElection(ElectionContext context, boolean replacement)intLeaderElector. joinElection(ElectionContext context, boolean replacement, boolean joinAtHead)Begin participating in the election process.protected voidLeaderElector. runIamLeaderProcess(ElectionContext context, boolean weAreReplacement)voidLeaderElector. setup(ElectionContext context)Set up any ZooKeeper nodes needed for leader election.Constructor parameters in org.apache.solr.cloud with type arguments of type ElectionContext Constructor Description LeaderElector(org.apache.solr.common.cloud.SolrZkClient zkClient, org.apache.solr.cloud.ZkController.ContextKey key, Map<org.apache.solr.cloud.ZkController.ContextKey,ElectionContext> electionContexts)
-