public static class ZooKeeperStatus.ZooKeeperState extends Object implements Comparable<ZooKeeperStatus.ZooKeeperState>
| Constructor and Description |
|---|
ZooKeeperState(String keeper,
String mode,
int clients) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ZooKeeperStatus.ZooKeeperState other) |
boolean |
equals(Object obj) |
int |
hashCode() |
public final String keeper
public final String mode
public final int clients
public int compareTo(ZooKeeperStatus.ZooKeeperState other)
compareTo in interface Comparable<ZooKeeperStatus.ZooKeeperState>Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.