Package org.apache.solr.common.cloud
Class PerReplicaStatesFetcher
- java.lang.Object
- 
- org.apache.solr.common.cloud.PerReplicaStatesFetcher
 
- 
 public class PerReplicaStatesFetcher extends Object 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classPerReplicaStatesFetcher.LazyPrsSupplier
 - 
Constructor SummaryConstructors Constructor Description PerReplicaStatesFetcher()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.solr.common.cloud.PerReplicaStatesfetch(String path, SolrZkClient zkClient, org.apache.solr.common.cloud.PerReplicaStates current)Fetch the latestPerReplicaStates.
 
- 
- 
- 
Method Detail- 
fetchpublic static org.apache.solr.common.cloud.PerReplicaStates fetch(String path, SolrZkClient zkClient, org.apache.solr.common.cloud.PerReplicaStates current) Fetch the latestPerReplicaStates. It fetches data after checking theStat.getCversion()of state.json. If this is not modified, the same object is returned
 
- 
 
-