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

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

Uses of ApiHdfsSnapshotError in com.cloudera.api.model
 

Methods in com.cloudera.api.model that return types with arguments of type ApiHdfsSnapshotError
 List<ApiHdfsSnapshotError> ApiHdfsSnapshotResult.getCreationErrors()
          List of errors encountered when creating snapshots.
 List<ApiHdfsSnapshotError> ApiHdfsSnapshotResult.getDeletionErrors()
          List of errors encountered when deleting snapshots.
 

Method parameters in com.cloudera.api.model with type arguments of type ApiHdfsSnapshotError
 void ApiHdfsSnapshotResult.setCreationErrors(List<ApiHdfsSnapshotError> creationErrors)
           
 void ApiHdfsSnapshotResult.setDeletionErrors(List<ApiHdfsSnapshotError> deletionErrors)
           
 



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