Package org.apache.accumulo.monitor
Class ZooKeeperStatus.ZooKeeperState
- java.lang.Object
-
- org.apache.accumulo.monitor.ZooKeeperStatus.ZooKeeperState
-
- All Implemented Interfaces:
Comparable<ZooKeeperStatus.ZooKeeperState>
- Enclosing class:
- ZooKeeperStatus
public static class ZooKeeperStatus.ZooKeeperState extends Object implements Comparable<ZooKeeperStatus.ZooKeeperState>
-
-
Constructor Summary
Constructors Constructor Description ZooKeeperState(String keeper, String mode, int clients)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ZooKeeperStatus.ZooKeeperState other)booleanequals(Object obj)inthashCode()
-
-
-
Method Detail
-
compareTo
public int compareTo(ZooKeeperStatus.ZooKeeperState other)
- Specified by:
compareToin interfaceComparable<ZooKeeperStatus.ZooKeeperState>
-
-