Class AccumuloStatus

java.lang.Object
org.apache.accumulo.server.util.AccumuloStatus

public class AccumuloStatus extends Object
  • Constructor Details

    • AccumuloStatus

      public AccumuloStatus()
  • Method Details

    • isAccumuloOffline

      public static boolean isAccumuloOffline(ZooReader reader, String rootPath) throws IOException
      Determines if there could be an accumulo instance running via zookeeper lock checking
      Returns:
      true iff all servers show no indication of being registered in zookeeper, otherwise false
      Throws:
      IOException - if there are issues connecting to ZooKeeper to determine service status