public class SolrClientNodeStateProvider extends Object implements NodeStateProvider, MapWriter
MapWriter.EntryWriter| Modifier and Type | Field and Description | 
|---|---|
| static SolrClientNodeStateProvider | INST | 
| protected Map<String,Map<String,Map<String,List<ReplicaInfo>>>> | nodeVsCollectionVsShardVsReplicaInfo | 
| Constructor and Description | 
|---|
| SolrClientNodeStateProvider(CloudSolrClient solrClient) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| protected Map<String,Object> | fetchReplicaMetrics(String node,
                   Map<String,Pair<String,ReplicaInfo>> metricsKeyVsTagReplica) | 
| protected Map<String,Object> | fetchTagValues(String node,
              Collection<String> tags) | 
| void | forEachReplica(String node,
              Consumer<ReplicaInfo> consumer) | 
| protected ClusterStateProvider | getClusterStateProvider() | 
| Map<String,Object> | getNodeValues(String node,
             Collection<String> tags)Get the value of each tag for a given node | 
| Map<String,Map<String,List<ReplicaInfo>>> | getReplicaInfo(String node,
              Collection<String> keys)Get the details of each replica in a node. | 
| protected void | readReplicaDetails() | 
| String | toString() | 
| void | writeMap(MapWriter.EntryWriter ew) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisClosed_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStrpublic static SolrClientNodeStateProvider INST
public SolrClientNodeStateProvider(CloudSolrClient solrClient)
protected ClusterStateProvider getClusterStateProvider()
protected void readReplicaDetails()
                           throws IOException
IOExceptionpublic void writeMap(MapWriter.EntryWriter ew) throws IOException
writeMap in interface MapWriterIOExceptionpublic Map<String,Object> getNodeValues(String node, Collection<String> tags)
NodeStateProvidergetNodeValues in interface NodeStateProvidernode - node nametags - tag namespublic void forEachReplica(String node, Consumer<ReplicaInfo> consumer)
public Map<String,Map<String,List<ReplicaInfo>>> getReplicaInfo(String node, Collection<String> keys)
NodeStateProviderThe format is {collection:shard :[{replicadetails}]}.
getReplicaInfo in interface NodeStateProviderprotected Map<String,Object> fetchReplicaMetrics(String node, Map<String,Pair<String,ReplicaInfo>> metricsKeyVsTagReplica)
public void close()
           throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.