Class RefreshHFilesCallable

java.lang.Object
org.apache.hadoop.hbase.procedure2.BaseRSProcedureCallable
org.apache.hadoop.hbase.regionserver.RefreshHFilesCallable
All Implemented Interfaces:
Callable<byte[]>, RSProcedureCallable

@Private public class RefreshHFilesCallable extends BaseRSProcedureCallable
This is a RegionServer-side callable used by the HBase Master Procedure framework to perform the actual HFiles refresh operation on a specific region. It is dispatched from the RefreshHFilesRegionProcedure to the RegionServer and executes the logic to refresh store files in each store of the region.