org.apache.accumulo.server.master.state.tables
Interface TableObserver

All Known Implementing Classes:
Master

public interface TableObserver


Method Summary
 void initialize(Map<String,TableState> tableIdToStateMap)
           
 void sessionExpired()
           
 void stateChanged(String tableId, TableState tState)
           
 

Method Detail

initialize

void initialize(Map<String,TableState> tableIdToStateMap)

stateChanged

void stateChanged(String tableId,
                  TableState tState)

sessionExpired

void sessionExpired()


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.