Uses of Class
org.apache.solr.common.cloud.ZkCoreNodeProps
-
Packages that use ZkCoreNodeProps Package Description org.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server. -
-
Uses of ZkCoreNodeProps in org.apache.solr.common.cloud
Methods in org.apache.solr.common.cloud that return types with arguments of type ZkCoreNodeProps Modifier and Type Method Description List<ZkCoreNodeProps>
ZkStateReader. getReplicaProps(String collection, String shardId, String thisCoreNodeName)
List<ZkCoreNodeProps>
ZkStateReader. getReplicaProps(String collection, String shardId, String thisCoreNodeName, Replica.State mustMatchStateFilter)
List<ZkCoreNodeProps>
ZkStateReader. getReplicaProps(String collection, String shardId, String thisCoreNodeName, Replica.State mustMatchStateFilter, Replica.State mustNotMatchStateFilter)
List<ZkCoreNodeProps>
ZkStateReader. getReplicaProps(String collection, String shardId, String thisCoreNodeName, Replica.State mustMatchStateFilter, Replica.State mustNotMatchStateFilter, EnumSet<Replica.Type> acceptReplicaType)
-