Class ZooPropUtils


  • public class ZooPropUtils
    extends Object
    • Method Detail

      • readInstancesFromZk

        public static Map<String,​InstanceId> readInstancesFromZk​(ZooReader zooReader)
        Read the instance names and instance ids from ZooKeeper. The storage structure in ZooKeeper is:
           /accumulo/instances/instance_name  - with the instance id stored as data.
         
        Returns:
        a map of (instance name, instance id) entries