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

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

Uses of ApiHBaseSnapshot in com.cloudera.api.model
 

Methods in com.cloudera.api.model that return types with arguments of type ApiHBaseSnapshot
 List<ApiHBaseSnapshot> ApiHBaseSnapshotResult.getCreatedSnapshots()
          List of snapshots created.
 List<ApiHBaseSnapshot> ApiHBaseSnapshotResult.getDeletedSnapshots()
          List of snapshots deleted.
 

Method parameters in com.cloudera.api.model with type arguments of type ApiHBaseSnapshot
 void ApiHBaseSnapshotResult.setCreatedSnapshots(List<ApiHBaseSnapshot> createdSnapshots)
           
 void ApiHBaseSnapshotResult.setDeletedSnapshots(List<ApiHBaseSnapshot> deletedSnapshots)
           
 



Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.