org.apache.accumulo.server.master
Interface LiveTServerSet.Listener

All Known Implementing Classes:
Master
Enclosing class:
LiveTServerSet

public static interface LiveTServerSet.Listener


Method Summary
 void update(LiveTServerSet current, Set<TServerInstance> deleted, Set<TServerInstance> added)
           
 

Method Detail

update

void update(LiveTServerSet current,
            Set<TServerInstance> deleted,
            Set<TServerInstance> added)


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.