Uses of Class
org.apache.hadoop.hbase.master.SplitLogManager.Task
Packages that use SplitLogManager.Task
-
Uses of SplitLogManager.Task in org.apache.hadoop.hbase.coordination
Fields in org.apache.hadoop.hbase.coordination with type parameters of type SplitLogManager.TaskModifier and TypeFieldDescriptionprivate final ConcurrentMap<String,
SplitLogManager.Task> SplitLogManagerCoordination.SplitLogManagerDetails.tasks
Methods in org.apache.hadoop.hbase.coordination that return SplitLogManager.TaskModifier and TypeMethodDescriptionprivate SplitLogManager.Task
ZKSplitLogManagerCoordination.findOrCreateOrphanTask
(String path) Methods in org.apache.hadoop.hbase.coordination that return types with arguments of type SplitLogManager.TaskModifier and TypeMethodDescriptionSplitLogManagerCoordination.SplitLogManagerDetails.getTasks()
Returns map of tasksMethods in org.apache.hadoop.hbase.coordination with parameters of type SplitLogManager.TaskModifier and TypeMethodDescriptionboolean
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) Constructor parameters in org.apache.hadoop.hbase.coordination with type arguments of type SplitLogManager.TaskModifierConstructorDescriptionSplitLogManagerDetails
(ConcurrentMap<String, SplitLogManager.Task> tasks, MasterServices master, Set<String> failedDeletions) -
Uses of SplitLogManager.Task in org.apache.hadoop.hbase.master
Fields in org.apache.hadoop.hbase.master with type parameters of type SplitLogManager.TaskModifier and TypeFieldDescription(package private) final ConcurrentMap<String,
SplitLogManager.Task> SplitLogManager.tasks
Deprecated.Methods in org.apache.hadoop.hbase.master that return SplitLogManager.TaskModifier and TypeMethodDescriptionprivate SplitLogManager.Task
SplitLogManager.createTaskIfAbsent
(String path, SplitLogManager.TaskBatch batch) Deprecated.Returns null on success, existing task on errorMethods in org.apache.hadoop.hbase.master that return types with arguments of type SplitLogManager.TaskModifier and TypeMethodDescription(package private) ConcurrentMap<String,
SplitLogManager.Task> SplitLogManager.getTasks()
Deprecated.