@InterfaceAudience.Private public interface ChangedReadersObserver
Modifier and Type | Method and Description |
---|---|
long |
getReadPoint()
Returns the read point of the current scan
|
void |
updateReaders(List<HStoreFile> sfs,
List<KeyValueScanner> memStoreScanners)
Notify observers.
|
long getReadPoint()
void updateReaders(List<HStoreFile> sfs, List<KeyValueScanner> memStoreScanners) throws IOException
sfs
- The new filesmemStoreScanners
- scanner of current memstoreIOException
- eCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.