Uses of Class
org.apache.hadoop.hbase.SplitLogTask
Packages that use SplitLogTask
-
Uses of SplitLogTask in org.apache.hadoop.hbase
Subclasses of SplitLogTask in org.apache.hadoop.hbaseModifier and TypeClassDescriptionstatic classDeprecated.static classDeprecated.static classDeprecated.static classDeprecated.static classDeprecated.Methods in org.apache.hadoop.hbase that return SplitLogTaskModifier and TypeMethodDescriptionstatic SplitLogTaskSplitLogTask.parseFrom(byte[] data) Deprecated. -
Uses of SplitLogTask in org.apache.hadoop.hbase.coordination
Methods in org.apache.hadoop.hbase.coordination with parameters of type SplitLogTaskModifier and TypeMethodDescriptionvoidSplitLogWorkerCoordination.endTask(SplitLogTask slt, LongAdder ctr, SplitLogWorkerCoordination.SplitTaskDetails splitTaskDetails) Deprecated.Notify coordination engine that splitting task has completed.voidZkSplitLogWorkerCoordination.endTask(SplitLogTask slt, LongAdder ctr, SplitLogWorkerCoordination.SplitTaskDetails details) endTask() can fail and the only way to recover out of it is for theSplitLogManagerto timeout the task node.