Class ZkNodeProps

  • All Implemented Interfaces:
    org.noggit.JSONWriter.Writable
    Direct Known Subclasses:
    DocCollection, Replica, RoutingRule, Slice

    public class ZkNodeProps
    extends Object
    implements org.noggit.JSONWriter.Writable
    ZkNodeProps contains generic immutable properties.
    • Constructor Detail

      • ZkNodeProps

        public ZkNodeProps​(Map<String,​Object> propMap)
        Construct ZKNodeProps from map.
      • ZkNodeProps

        public ZkNodeProps​(String... keyVals)
        Constructor that populates the from array of Strings in form key1, value1, key2, value2, ..., keyN, valueN