Package | Description |
---|---|
com.cloudera.api.model |
Java models of the underlying API JSON objects, with JAX-B annotations.
|
Modifier and Type | Method and Description |
---|---|
ApiHBaseSnapshot.Storage |
ApiHBaseSnapshotPolicyArguments.getStorage()
The location where the snapshots should be stored.
|
ApiHBaseSnapshot.Storage |
ApiHBaseSnapshotError.getStorage()
The location of the snapshot.
|
ApiHBaseSnapshot.Storage |
ApiHBaseSnapshot.getStorage()
The location where a snapshot is stored.
|
static ApiHBaseSnapshot.Storage |
ApiHBaseSnapshot.Storage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiHBaseSnapshot.Storage[] |
ApiHBaseSnapshot.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(ApiHBaseSnapshot.Storage storage) |
void |
ApiHBaseSnapshotError.setStorage(ApiHBaseSnapshot.Storage storage) |
void |
ApiHBaseSnapshot.setStorage(ApiHBaseSnapshot.Storage storage) |
Constructor and Description |
---|
ApiHBaseSnapshot(String snapshotName,
String tableName,
Date creationTime,
ApiHBaseSnapshot.Storage storage) |
ApiHBaseSnapshotError(String tableName,
String snapshotName,
ApiHBaseSnapshot.Storage storage,
String error) |
ApiHBaseSnapshotPolicyArguments(List<String> tableRegExps,
ApiHBaseSnapshot.Storage storage) |
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.