Package | Description |
---|---|
org.apache.hadoop.hbase.coordination | |
org.apache.hadoop.hbase.master |
Modifier and Type | Method and Description |
---|---|
boolean |
ZKSplitLogManagerCoordination.resubmitTask(String path,
SplitLogManager.Task task,
SplitLogManager.ResubmitDirective directive) |
boolean |
SplitLogManagerCoordination.resubmitTask(String taskName,
SplitLogManager.Task task,
SplitLogManager.ResubmitDirective force)
Resubmit the task in case if found unassigned or failed
|
Modifier and Type | Method and Description |
---|---|
static SplitLogManager.ResubmitDirective |
SplitLogManager.ResubmitDirective.valueOf(String name)
Returns 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.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.