|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ZooKeeperProtos.SplitLogTask.RecoveryMode in org.apache.hadoop.hbase |
---|
Methods in org.apache.hadoop.hbase that return ZooKeeperProtos.SplitLogTask.RecoveryMode | |
---|---|
ZooKeeperProtos.SplitLogTask.RecoveryMode |
SplitLogTask.getMode()
|
Constructors in org.apache.hadoop.hbase with parameters of type ZooKeeperProtos.SplitLogTask.RecoveryMode | |
---|---|
SplitLogTask.Done(ServerName originServer,
ZooKeeperProtos.SplitLogTask.RecoveryMode mode)
|
|
SplitLogTask.Err(ServerName originServer,
ZooKeeperProtos.SplitLogTask.RecoveryMode mode)
|
|
SplitLogTask.Owned(ServerName originServer,
ZooKeeperProtos.SplitLogTask.RecoveryMode mode)
|
|
SplitLogTask.Resigned(ServerName originServer,
ZooKeeperProtos.SplitLogTask.RecoveryMode mode)
|
|
SplitLogTask.Unassigned(ServerName originServer,
ZooKeeperProtos.SplitLogTask.RecoveryMode mode)
|
Uses of ZooKeeperProtos.SplitLogTask.RecoveryMode in org.apache.hadoop.hbase.master |
---|
Methods in org.apache.hadoop.hbase.master that return ZooKeeperProtos.SplitLogTask.RecoveryMode | |
---|---|
ZooKeeperProtos.SplitLogTask.RecoveryMode |
MasterFileSystem.getLogRecoveryMode()
|
ZooKeeperProtos.SplitLogTask.RecoveryMode |
SplitLogManager.getRecoveryMode()
|
Uses of ZooKeeperProtos.SplitLogTask.RecoveryMode in org.apache.hadoop.hbase.protobuf.generated |
---|
Methods in org.apache.hadoop.hbase.protobuf.generated that return ZooKeeperProtos.SplitLogTask.RecoveryMode | |
---|---|
ZooKeeperProtos.SplitLogTask.RecoveryMode |
ZooKeeperProtos.SplitLogTaskOrBuilder.getMode()
optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN]; |
ZooKeeperProtos.SplitLogTask.RecoveryMode |
ZooKeeperProtos.SplitLogTask.getMode()
optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN]; |
ZooKeeperProtos.SplitLogTask.RecoveryMode |
ZooKeeperProtos.SplitLogTask.Builder.getMode()
optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN]; |
static ZooKeeperProtos.SplitLogTask.RecoveryMode |
ZooKeeperProtos.SplitLogTask.RecoveryMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
static ZooKeeperProtos.SplitLogTask.RecoveryMode |
ZooKeeperProtos.SplitLogTask.RecoveryMode.valueOf(int value)
|
static ZooKeeperProtos.SplitLogTask.RecoveryMode |
ZooKeeperProtos.SplitLogTask.RecoveryMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ZooKeeperProtos.SplitLogTask.RecoveryMode[] |
ZooKeeperProtos.SplitLogTask.RecoveryMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ZooKeeperProtos.SplitLogTask.RecoveryMode | |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<ZooKeeperProtos.SplitLogTask.RecoveryMode> |
ZooKeeperProtos.SplitLogTask.RecoveryMode.internalGetValueMap()
|
Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ZooKeeperProtos.SplitLogTask.RecoveryMode | |
---|---|
ZooKeeperProtos.SplitLogTask.Builder |
ZooKeeperProtos.SplitLogTask.Builder.setMode(ZooKeeperProtos.SplitLogTask.RecoveryMode value)
optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN]; |
Uses of ZooKeeperProtos.SplitLogTask.RecoveryMode in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver with parameters of type ZooKeeperProtos.SplitLogTask.RecoveryMode | |
---|---|
protected static int |
SplitLogWorker.attemptToOwnTask(boolean isFirstTime,
ZooKeeperWatcher zkw,
ServerName server,
String task,
ZooKeeperProtos.SplitLogTask.RecoveryMode mode,
int taskZKVersion)
Try to own the task by transitioning the zk node data from UNASSIGNED to OWNED. |
SplitLogWorker.TaskExecutor.Status |
SplitLogWorker.TaskExecutor.exec(String name,
ZooKeeperProtos.SplitLogTask.RecoveryMode mode,
CancelableProgressable p)
|
Uses of ZooKeeperProtos.SplitLogTask.RecoveryMode in org.apache.hadoop.hbase.regionserver.handler |
---|
Constructors in org.apache.hadoop.hbase.regionserver.handler with parameters of type ZooKeeperProtos.SplitLogTask.RecoveryMode | |
---|---|
HLogSplitterHandler(Server server,
String curTask,
org.apache.commons.lang.mutable.MutableInt curTaskZKVersion,
CancelableProgressable reporter,
AtomicInteger inProgressTasks,
SplitLogWorker.TaskExecutor splitTaskExecutor,
ZooKeeperProtos.SplitLogTask.RecoveryMode mode)
|
Uses of ZooKeeperProtos.SplitLogTask.RecoveryMode in org.apache.hadoop.hbase.regionserver.wal |
---|
Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type ZooKeeperProtos.SplitLogTask.RecoveryMode | |
---|---|
static boolean |
HLogSplitter.splitLogFile(org.apache.hadoop.fs.Path rootDir,
org.apache.hadoop.fs.FileStatus logfile,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.conf.Configuration conf,
CancelableProgressable reporter,
LastSequenceId idChecker,
ZooKeeperWatcher zkw,
ZooKeeperProtos.SplitLogTask.RecoveryMode mode)
Splits a HLog file into region's recovered-edits directory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |