public class DelegatingNodeStateProvider extends Object implements NodeStateProvider
NodeStateProvider.| Constructor and Description | 
|---|
| DelegatingNodeStateProvider(NodeStateProvider delegate) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| 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. | 
| boolean | isClosed() | 
public DelegatingNodeStateProvider(NodeStateProvider delegate)
public Map<String,Object> getNodeValues(String node, Collection<String> tags)
NodeStateProvidergetNodeValues in interface NodeStateProvidernode - node nametags - tag namespublic Map<String,Map<String,List<ReplicaInfo>>> getReplicaInfo(String node, Collection<String> keys)
NodeStateProviderThe format is {collection:shard :[{replicadetails}]}.
getReplicaInfo in interface NodeStateProviderpublic void close()
           throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic boolean isClosed()
isClosed in interface SolrCloseableCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.