| Package | Description |
|---|---|
| org.apache.hadoop.hbase.replication |
Multi Cluster Replication
|
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
protected static byte[] |
ZKReplicationStorageBase.toByteArray(ReplicationProtos.ReplicationState.State state)
Serialized protobuf of
state with pb magic prefix prepended suitable for use as
content of a peer-state znode under a peer cluster id as in
/hbase/replication/peers/PEER_ID/peer-state. |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationProtos.ReplicationState.State |
ReplicationProtos.ReplicationState.State.forNumber(int value) |
ReplicationProtos.ReplicationState.State |
ReplicationProtos.ReplicationStateOrBuilder.getState()
required .hbase.pb.ReplicationState.State state = 1; |
ReplicationProtos.ReplicationState.State |
ReplicationProtos.ReplicationState.getState()
required .hbase.pb.ReplicationState.State state = 1; |
ReplicationProtos.ReplicationState.State |
ReplicationProtos.ReplicationState.Builder.getState()
required .hbase.pb.ReplicationState.State state = 1; |
static ReplicationProtos.ReplicationState.State |
ReplicationProtos.ReplicationState.State.valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ReplicationProtos.ReplicationState.State |
ReplicationProtos.ReplicationState.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ReplicationProtos.ReplicationState.State |
ReplicationProtos.ReplicationState.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationProtos.ReplicationState.State[] |
ReplicationProtos.ReplicationState.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<ReplicationProtos.ReplicationState.State> |
ReplicationProtos.ReplicationState.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ReplicationProtos.ReplicationState.Builder |
ReplicationProtos.ReplicationState.Builder.setState(ReplicationProtos.ReplicationState.State value)
required .hbase.pb.ReplicationState.State state = 1; |
Copyright © 2007–2019 Cloudera. All rights reserved.