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 ShardTermsShardTerms. doneRecovering(String coreNodeName)MarkcoreNodeNameas finished recoveringShardTermsShardTerms. ensureHighestTermsAreNotZero()Return a newShardTermsin which highest terms are not zeroShardTermsShardTerms. increaseTerms(String leader, Set<String> replicasNeedingRecovery)ShardTermsShardTerms. registerTerm(String coreNodeName)Return a newShardTermsin which the associate term ofcoreNodeNameis not nullShardTermsShardTerms. removeTerm(String coreNodeName)Return a newShardTermsin which terms for thecoreNodeNameare removedShardTermsShardTerms. setTermEqualsToLeader(String coreNodeName)Return a newShardTermsin which the term ofcoreNodeNameis maxShardTermsShardTerms. setTermToZero(String coreNodeName)Return a newShardTermsin which the associate term ofcoreNodeNameis equal to zero, creating it if it does not previously exist.ShardTermsShardTerms. startRecovering(String coreNodeName)MarkcoreNodeNameas recoveringConstructors in org.apache.solr.client.solrj.cloud with parameters of type ShardTerms Constructor Description ShardTerms(ShardTerms newTerms, int version)
-