org.apache.accumulo.server.util
public class AccumuloStatus extends Object
| Constructor and Description |
|---|
AccumuloStatus() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAccumuloOffline(IZooReader reader)
Determines if there could be an accumulo instance running via zookeeper lock checking
|
static boolean |
isAccumuloOffline(IZooReader reader,
String rootPath)
Determines if there could be an accumulo instance running via zookeeper lock checking
|
public static boolean isAccumuloOffline(IZooReader reader) throws IOException
IOException - if there are issues connecting to ZooKeeper to determine service statuspublic static boolean isAccumuloOffline(IZooReader reader, String rootPath) throws IOException
IOException - if there are issues connecting to ZooKeeper to determine service statusCopyright © 2011–2016 The Apache Software Foundation. All rights reserved.