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

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

Uses of ApiHBaseSnapshotError in com.cloudera.api.model
 

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

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



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