Package | Description |
---|---|
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
static RestartType |
RestartType.fromValue(String text) |
RestartType |
ApiHBaseReplicationSetupCommandArgs.getSourceRestartType() |
RestartType |
ApiHBaseReplicationSetupCleanAndResetArgs.getSourceRestartType() |
RestartType |
ApiHBaseReplicationSetupCommandArgs.getTargetRestartType() |
RestartType |
ApiHBaseReplicationSetupCleanAndResetArgs.getTargetRestartType() |
RestartType |
RestartType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static RestartType |
RestartType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestartType[] |
RestartType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ApiHBaseReplicationSetupCommandArgs.setSourceRestartType(RestartType sourceRestartType) |
void |
ApiHBaseReplicationSetupCleanAndResetArgs.setSourceRestartType(RestartType sourceRestartType) |
void |
ApiHBaseReplicationSetupCommandArgs.setTargetRestartType(RestartType targetRestartType) |
void |
ApiHBaseReplicationSetupCleanAndResetArgs.setTargetRestartType(RestartType targetRestartType) |
ApiHBaseReplicationSetupCommandArgs |
ApiHBaseReplicationSetupCommandArgs.sourceRestartType(RestartType sourceRestartType) |
ApiHBaseReplicationSetupCleanAndResetArgs |
ApiHBaseReplicationSetupCleanAndResetArgs.sourceRestartType(RestartType sourceRestartType) |
ApiHBaseReplicationSetupCommandArgs |
ApiHBaseReplicationSetupCommandArgs.targetRestartType(RestartType targetRestartType) |
ApiHBaseReplicationSetupCleanAndResetArgs |
ApiHBaseReplicationSetupCleanAndResetArgs.targetRestartType(RestartType targetRestartType) |
void |
RestartType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
RestartType enumeration) |
Copyright © 2022. All rights reserved.