org.apache.accumulo.server.master
Class EventCoordinator

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

public class EventCoordinator
extends Object


Nested Class Summary
 class EventCoordinator.Listener
           
 
Constructor Summary
EventCoordinator()
           
 
Method Summary
 void event(String msg, Object... args)
           
 EventCoordinator.Listener getListener()
           
 
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

event

public void event(String msg,
                  Object... args)

getListener

public EventCoordinator.Listener getListener()


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