Package | Description |
---|---|
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
static RestartType |
RestartType.fromValue(String input) |
RestartType |
ApiHBaseReplicationSetupOneClusterOnlyCmdArgs.getRestartType()
Get restartType
|
RestartType |
ApiHBaseReplicationSetupCommandArgs.getSourceRestartType()
Get sourceRestartType
|
RestartType |
ApiHBaseReplicationSetupCleanAndResetArgs.getSourceRestartType()
Get sourceRestartType
|
RestartType |
ApiHBaseReplicationSetupCommandArgs.getTargetRestartType()
Get targetRestartType
|
RestartType |
ApiHBaseReplicationSetupCleanAndResetArgs.getTargetRestartType()
Get targetRestartType
|
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 |
---|---|
ApiHBaseReplicationSetupOneClusterOnlyCmdArgs |
ApiHBaseReplicationSetupOneClusterOnlyCmdArgs.restartType(RestartType restartType) |
void |
ApiHBaseReplicationSetupOneClusterOnlyCmdArgs.setRestartType(RestartType restartType) |
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 © 2024. All rights reserved.