Package | Description |
---|---|
org.apache.hadoop.hbase.replication.regionserver |
Modifier and Type | Field and Description |
---|---|
private ReplicationSource.WorkerState |
ReplicationSource.ReplicationSourceWorkerThread.state |
Modifier and Type | Method and Description |
---|---|
ReplicationSource.WorkerState |
ReplicationSource.ReplicationSourceWorkerThread.getWorkerState()
Get the current state of this worker.
|
static ReplicationSource.WorkerState |
ReplicationSource.WorkerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationSource.WorkerState[] |
ReplicationSource.WorkerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationSource.ReplicationSourceWorkerThread.setWorkerState(ReplicationSource.WorkerState state)
Set the worker state
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.