org.apache.hadoop.hbase.regionserver
Interface ChangedReadersObserver

All Known Implementing Classes:
StoreScanner

@InterfaceAudience.Private
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 © 2007-2016 The Apache Software Foundation. All Rights Reserved.