Package org.apache.accumulo.server.util
Class AccumuloStatus
java.lang.Object
org.apache.accumulo.server.util.AccumuloStatus
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isAccumuloOffline
(ZooReader reader, String rootPath) Determines if there could be an accumulo instance running via zookeeper lock checking
-
Constructor Details
-
AccumuloStatus
public AccumuloStatus()
-
-
Method Details
-
isAccumuloOffline
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
-