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

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

Uses of ApiHdfsSnapshot in com.cloudera.api.model
 

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

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



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