org.apache.accumulo.server.master
Class EventCoordinator

java.lang.Object
  extended by org.apache.accumulo.server.master.EventCoordinator

public class EventCoordinator
extends java.lang.Object


Constructor Summary
EventCoordinator()
           
 
Method Summary
 void somethingInterestingHappened(java.lang.String msg, java.lang.Object... args)
           
 void waitForSomethingInterestingToHappen(long millis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventCoordinator

public EventCoordinator()
Method Detail

waitForSomethingInterestingToHappen

public void waitForSomethingInterestingToHappen(long millis)

somethingInterestingHappened

public void somethingInterestingHappened(java.lang.String msg,
                                         java.lang.Object... args)


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