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

java.lang.Object
  extended by org.apache.accumulo.server.monitor.ZooKeeperStatus.ZooKeeperState
Enclosing class:
ZooKeeperStatus

public static class ZooKeeperStatus.ZooKeeperState
extends Object


Field Summary
 int clients
           
 String keeper
           
 String mode
           
 
Constructor Summary
ZooKeeperStatus.ZooKeeperState(String keeper, String mode, int clients)
           
 
Method Summary
 
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)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.