Package | Description |
---|---|
org.apache.solr.client.solrj.cloud |
Common classes for SolrCloud.
|
Modifier and Type | Method and Description |
---|---|
ShardTerms |
ShardTerms.doneRecovering(String coreNodeName)
Mark
coreNodeName as finished recovering |
ShardTerms |
ShardTerms.ensureHighestTermsAreNotZero()
Return a new
ShardTerms in which highest terms are not zero |
ShardTerms |
ShardTerms.increaseTerms(String leader,
Set<String> replicasNeedingRecovery)
|
ShardTerms |
ShardTerms.registerTerm(String coreNodeName)
Return a new
ShardTerms in which the associate term of coreNodeName is not null |
ShardTerms |
ShardTerms.removeTerm(String coreNodeName)
Return a new
ShardTerms in which terms for the coreNodeName are removed |
ShardTerms |
ShardTerms.setTermEqualsToLeader(String coreNodeName)
Return a new
ShardTerms in which the term of coreNodeName is max |
ShardTerms |
ShardTerms.setTermToZero(String coreNodeName) |
ShardTerms |
ShardTerms.startRecovering(String coreNodeName)
Mark
coreNodeName as recovering |
Constructor and Description |
---|
ShardTerms(ShardTerms newTerms,
int version) |
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.