org.apache.hadoop.hbase.regionserver
Interface ChangedReadersObserver


public interface ChangedReadersObserver

If set of MapFile.Readers in Store change, implementors are notified.


Method Summary
 void updateReaders()
          Notify observers.
 

Method Detail

updateReaders

void updateReaders()
                   throws IOException
Notify observers.

Throws:
IOException - e


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