Package | Description |
---|---|
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
static Storage |
Storage.fromValue(String text) |
Storage |
ApiHBaseSnapshotPolicyArguments.getStorage()
The location where the snapshots should be stored.
|
Storage |
ApiHBaseSnapshotError.getStorage()
The location of the snapshot.
|
Storage |
ApiHBaseSnapshot.getStorage()
The location where a snapshot is stored.
|
Storage |
Storage.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Storage |
Storage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Storage[] |
Storage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ApiHBaseSnapshotPolicyArguments.setStorage(Storage storage) |
void |
ApiHBaseSnapshotError.setStorage(Storage storage) |
void |
ApiHBaseSnapshot.setStorage(Storage storage) |
ApiHBaseSnapshotPolicyArguments |
ApiHBaseSnapshotPolicyArguments.storage(Storage storage) |
ApiHBaseSnapshotError |
ApiHBaseSnapshotError.storage(Storage storage) |
ApiHBaseSnapshot |
ApiHBaseSnapshot.storage(Storage storage) |
void |
Storage.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Storage enumeration) |
Copyright © 2019. All rights reserved.