Class LogRollCallable
java.lang.Object
org.apache.hadoop.hbase.procedure2.BaseRSProcedureCallable
org.apache.hadoop.hbase.regionserver.LogRollCallable
- All Implemented Interfaces:
Callable<byte[]>,RSProcedureCallable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Loggerprivate intFields inherited from class org.apache.hadoop.hbase.procedure2.BaseRSProcedureCallable
rs -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected byte[]doCall()Event type used to select thread pool.protected voidinitParameter(byte[] parameter) Methods inherited from class org.apache.hadoop.hbase.procedure2.BaseRSProcedureCallable
call, init
-
Field Details
-
LOG
-
maxRollRetry
-
-
Constructor Details
-
LogRollCallable
public LogRollCallable()
-
-
Method Details
-
doCall
- Specified by:
doCallin classBaseRSProcedureCallable- Throws:
Exception
-
getFilenumPair
- Throws:
IOException
-
initParameter
- Specified by:
initParameterin classBaseRSProcedureCallable- Throws:
Exception
-
getEventType
Description copied from interface:RSProcedureCallableEvent type used to select thread pool.
-