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