org.apache.accumulo.server.monitor
Class ZooKeeperStatus.ZooKeeperState

java.lang.Object
  extended by 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>


Field Summary
 int clients
           
 String keeper
           
 String mode
           
 
Constructor Summary
ZooKeeperStatus.ZooKeeperState(String keeper, String mode, int clients)
           
 
Method Summary
 int compareTo(ZooKeeperStatus.ZooKeeperState other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keeper

public final String keeper

mode

public final String mode

clients

public final int clients
Constructor Detail

ZooKeeperStatus.ZooKeeperState

public ZooKeeperStatus.ZooKeeperState(String keeper,
                                      String mode,
                                      int clients)
Method Detail

compareTo

public int compareTo(ZooKeeperStatus.ZooKeeperState other)
Specified by:
compareTo in interface Comparable<ZooKeeperStatus.ZooKeeperState>


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.