org.apache.accumulo.server.monitor
Class ZooKeeperStatus

java.lang.Object
  extended by org.apache.accumulo.server.monitor.ZooKeeperStatus
All Implemented Interfaces:
java.lang.Runnable

public class ZooKeeperStatus
extends java.lang.Object
implements java.lang.Runnable


Nested Class Summary
static class ZooKeeperStatus.ZooKeeperState
           
 
Constructor Summary
ZooKeeperStatus()
           
 
Method Summary
static java.util.Collection<ZooKeeperStatus.ZooKeeperState> getZooKeeperStatus()
           
 void run()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZooKeeperStatus

public ZooKeeperStatus()
Method Detail

getZooKeeperStatus

public static java.util.Collection<ZooKeeperStatus.ZooKeeperState> getZooKeeperStatus()

stop

public void stop()

run

public void run()
Specified by:
run in interface java.lang.Runnable


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