Uses of Class
org.apache.hadoop.hbase.SplitLogTask
-
Uses of SplitLogTask in org.apache.hadoop.hbase
Modifier and TypeClassDescriptionstatic class
Deprecated.static class
Deprecated.static class
Deprecated.static class
Deprecated.static class
Deprecated.Modifier and TypeMethodDescriptionstatic SplitLogTask
SplitLogTask.parseFrom
(byte[] data) Deprecated. -
Uses of SplitLogTask in org.apache.hadoop.hbase.coordination
Modifier and TypeMethodDescriptionvoid
SplitLogWorkerCoordination.endTask
(SplitLogTask slt, LongAdder ctr, SplitLogWorkerCoordination.SplitTaskDetails splitTaskDetails) Deprecated.Notify coordination engine that splitting task has completed.void
ZkSplitLogWorkerCoordination.endTask
(SplitLogTask slt, LongAdder ctr, SplitLogWorkerCoordination.SplitTaskDetails details) endTask() can fail and the only way to recover out of it is for theSplitLogManager
to timeout the task node.