@InterfaceAudience.Private public interface FlushRequestListener
Modifier and Type | Method and Description |
---|---|
void |
flushRequested(org.apache.hadoop.hbase.regionserver.FlushType type,
HRegion region)
Callback which will get called when a flush request is made for a region.
|
void flushRequested(org.apache.hadoop.hbase.regionserver.FlushType type, HRegion region)
type
- The type of flush. (ie. Whether a normal flush or flush because of global heap preassure)region
- The region for which flush is requestedCopyright © 2015 The Apache Software Foundation. All rights reserved.