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 voidZKSplitLogManagerCoordination.resubmitOrFail(String path, SplitLogManager.ResubmitDirective directive) booleanSplitLogManagerCoordination.resubmitTask(String taskName, SplitLogManager.Task task, SplitLogManager.ResubmitDirective force) Deprecated.Resubmit the task in case if found unassigned or failedbooleanZKSplitLogManagerCoordination.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.