Uses of Class
org.apache.solr.client.solrj.cloud.ShardTerms
-
Packages that use ShardTerms Package Description org.apache.solr.client.solrj.cloud Common classes for SolrCloud. -
-
Uses of ShardTerms in org.apache.solr.client.solrj.cloud
Methods in org.apache.solr.client.solrj.cloud that return ShardTerms Modifier and Type Method Description ShardTerms
ShardTerms. doneRecovering(String coreNodeName)
MarkcoreNodeName
as finished recoveringShardTerms
ShardTerms. ensureHighestTermsAreNotZero()
Return a newShardTerms
in which highest terms are not zeroShardTerms
ShardTerms. increaseTerms(String leader, Set<String> replicasNeedingRecovery)
ShardTerms
ShardTerms. registerTerm(String coreNodeName)
Return a newShardTerms
in which the associate term ofcoreNodeName
is not nullShardTerms
ShardTerms. removeTerm(String coreNodeName)
Return a newShardTerms
in which terms for thecoreNodeName
are removedShardTerms
ShardTerms. setTermEqualsToLeader(String coreNodeName)
Return a newShardTerms
in which the term ofcoreNodeName
is maxShardTerms
ShardTerms. setTermToZero(String coreNodeName)
Return a newShardTerms
in which the associate term ofcoreNodeName
is equal to zero, creating it if it does not previously exist.ShardTerms
ShardTerms. startRecovering(String coreNodeName)
MarkcoreNodeName
as recoveringConstructors in org.apache.solr.client.solrj.cloud with parameters of type ShardTerms Constructor Description ShardTerms(ShardTerms newTerms, int version)
-