Java org.apache.solr.common.cloud ZkNodeProps fields, constructors, methods, implement or subclass

Example usage for Java org.apache.solr.common.cloud ZkNodeProps fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.solr.common.cloud ZkNodeProps.

The text is from its open source code.

Constructor

ZkNodeProps(Map propMap)
Construct ZKNodeProps from map.
ZkNodeProps(String... keyVals)
Constructor that populates the from array of Strings in form key1, value1, key2, value2, ..., keyN, valueN

Method

StringgetStr(String key)
Get a string property value.
ZkNodePropsload(byte[] bytes)
Create Replica from json string that is typically stored in zookeeper.