Class ReloadQuotasCallable
java.lang.Object
org.apache.hadoop.hbase.procedure2.BaseRSProcedureCallable
org.apache.hadoop.hbase.regionserver.ReloadQuotasCallable
- All Implemented Interfaces:
Callable<byte[]>,RSProcedureCallable
-
Field Summary
FieldsFields 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
-
-
Constructor Details
-
ReloadQuotasCallable
public ReloadQuotasCallable()
-
-
Method Details
-
doCall
- Specified by:
doCallin classBaseRSProcedureCallable- Throws:
Exception
-
initParameter
- Specified by:
initParameterin classBaseRSProcedureCallable- Throws:
Exception
-
getEventType
Description copied from interface:RSProcedureCallableEvent type used to select thread pool.
-