Package | Description |
---|---|
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
static HBasePeerState |
HBasePeerState.fromValue(String text) |
HBasePeerState |
ApiHBaseReplicationArguments.getPeerState() |
HBasePeerState |
HBasePeerState.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static HBasePeerState |
HBasePeerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HBasePeerState[] |
HBasePeerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApiHBaseReplicationArguments |
ApiHBaseReplicationArguments.peerState(HBasePeerState peerState) |
void |
ApiHBaseReplicationArguments.setPeerState(HBasePeerState peerState) |
void |
HBasePeerState.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
HBasePeerState enumeration) |
Copyright © 2020. All rights reserved.