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

Packages that use TableObserver
org.apache.accumulo.server.master   
org.apache.accumulo.server.master.state.tables   
 

Uses of TableObserver in org.apache.accumulo.server.master
 

Classes in org.apache.accumulo.server.master that implement TableObserver
 class Master
          The Master is responsible for assigning and balancing tablets and loggers to tablet servers.
 

Uses of TableObserver in org.apache.accumulo.server.master.state.tables
 

Methods in org.apache.accumulo.server.master.state.tables with parameters of type TableObserver
 boolean TableManager.addObserver(TableObserver to)
           
 boolean TableManager.removeObserver(TableObserver to)
           
 



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