Uses of Class
com.cloudera.api.model.ApiHBaseSnapshot.Storage

Packages that use ApiHBaseSnapshot.Storage
com.cloudera.api.model Java models of the underlying API JSON objects, with JAX-B annotations. 
 

Uses of ApiHBaseSnapshot.Storage in com.cloudera.api.model
 

Methods in com.cloudera.api.model that return ApiHBaseSnapshot.Storage
 ApiHBaseSnapshot.Storage ApiHBaseSnapshotError.getStorage()
          The location of the snapshot.
 ApiHBaseSnapshot.Storage ApiHBaseSnapshotPolicyArguments.getStorage()
          The location where the snapshots should be stored.
 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.
 

Methods in com.cloudera.api.model with parameters of type ApiHBaseSnapshot.Storage
 void ApiHBaseSnapshotError.setStorage(ApiHBaseSnapshot.Storage storage)
           
 void ApiHBaseSnapshotPolicyArguments.setStorage(ApiHBaseSnapshot.Storage storage)
           
 void ApiHBaseSnapshot.setStorage(ApiHBaseSnapshot.Storage storage)
           
 

Constructors in com.cloudera.api.model with parameters of type ApiHBaseSnapshot.Storage
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.