org.apache.accumulo.server.monitor
Class ZooKeeperStatus.ZooKeeperState
java.lang.Object
org.apache.accumulo.server.monitor.ZooKeeperStatus.ZooKeeperState
- All Implemented Interfaces:
- Comparable<ZooKeeperStatus.ZooKeeperState>
- Enclosing class:
- ZooKeeperStatus
public static class ZooKeeperStatus.ZooKeeperState
- extends Object
- implements Comparable<ZooKeeperStatus.ZooKeeperState>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keeper
public final String keeper
mode
public final String mode
clients
public final int clients
ZooKeeperStatus.ZooKeeperState
public ZooKeeperStatus.ZooKeeperState(String keeper,
String mode,
int clients)
compareTo
public int compareTo(ZooKeeperStatus.ZooKeeperState other)
- Specified by:
compareTo
in interface Comparable<ZooKeeperStatus.ZooKeeperState>
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.