org.apache.accumulo.server.monitor
Class ZooKeeperStatus

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

public class ZooKeeperStatus
extends Object
implements Runnable


Nested Class Summary
static class ZooKeeperStatus.ZooKeeperState
           
 
Constructor Summary
ZooKeeperStatus()
           
 
Method Summary
static 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 Collection<ZooKeeperStatus.ZooKeeperState> getZooKeeperStatus()

stop

public void stop()

run

public void run()
Specified by:
run in interface Runnable


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