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 class
Deprecated.static class
Deprecated.static class
Deprecated.static class
Deprecated.static class
Deprecated.Methods in org.apache.hadoop.hbase that return SplitLogTaskModifier and TypeMethodDescriptionstatic SplitLogTask
SplitLogTask.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 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.