Uses of Class
org.apache.solr.common.cloud.ZkNodeProps
-
Packages that use ZkNodeProps Package Description org.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server. -
-
Uses of ZkNodeProps in org.apache.solr.common.cloud
Subclasses of ZkNodeProps in org.apache.solr.common.cloud Modifier and Type Class Description classDocCollectionModels a Collection in zookeeper (but that Java name is obviously taken, hence "DocCollection")classReplicaclassRoutingRuleUsed for routing docs with particular keys into another collectionclassSliceA Slice contains immutable information about a logical shard (all replicas that share the same shard id).Methods in org.apache.solr.common.cloud that return ZkNodeProps Modifier and Type Method Description static ZkNodePropsZkNodeProps. fromKeyVals(Object... keyVals)Deprecated.ZkNodePropsZkCoreNodeProps. getNodeProps()static ZkNodePropsZkNodeProps. load(byte[] bytes)Create Replica from json string that is typically stored in zookeeper.ZkNodePropsZkNodeProps. plus(String key, Object val)ZkNodePropsZkNodeProps. plus(Map<String,Object> newVals)ZkNodePropsReplica. toFullProps()Methods in org.apache.solr.common.cloud with parameters of type ZkNodeProps Modifier and Type Method Description static StringZkCoreNodeProps. getCoreUrl(ZkNodeProps nodeProps)static Map<String,Object>DocRouter. getRouterSpec(ZkNodeProps props)Constructors in org.apache.solr.common.cloud with parameters of type ZkNodeProps Constructor Description ZkCoreNodeProps(ZkNodeProps nodeProps)
-