Uses of Enum
org.apache.hadoop.hbase.master.SplitLogManager.ResubmitDirective
Packages that use SplitLogManager.ResubmitDirective
-
Uses of SplitLogManager.ResubmitDirective in org.apache.hadoop.hbase.coordination
Methods in org.apache.hadoop.hbase.coordination with parameters of type SplitLogManager.ResubmitDirectiveModifier and TypeMethodDescriptionprivate void
ZKSplitLogManagerCoordination.resubmitOrFail
(String path, SplitLogManager.ResubmitDirective directive) boolean
SplitLogManagerCoordination.resubmitTask
(String taskName, SplitLogManager.Task task, SplitLogManager.ResubmitDirective force) Deprecated.Resubmit the task in case if found unassigned or failedboolean
ZKSplitLogManagerCoordination.resubmitTask
(String path, SplitLogManager.Task task, SplitLogManager.ResubmitDirective directive) -
Uses of SplitLogManager.ResubmitDirective in org.apache.hadoop.hbase.master
Methods in org.apache.hadoop.hbase.master that return SplitLogManager.ResubmitDirectiveModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static SplitLogManager.ResubmitDirective[]
SplitLogManager.ResubmitDirective.values()
Returns an array containing the constants of this enum type, in the order they are declared.