ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.addCreatedSnapshotsItem(ApiHdfsSnapshot createdSnapshotsItem) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.addCreationErrorsItem(ApiHdfsSnapshotError creationErrorsItem) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.addDeletedSnapshotsItem(ApiHdfsSnapshot deletedSnapshotsItem) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.addDeletionErrorsItem(ApiHdfsSnapshotError deletionErrorsItem) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.addProcessedPathsItem(String processedPathsItem) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.addUnprocessedPathsItem(String unprocessedPathsItem) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.createdSnapshotCount(BigDecimal createdSnapshotCount) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.createdSnapshots(List<ApiHdfsSnapshot> createdSnapshots) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.creationErrorCount(BigDecimal creationErrorCount) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.creationErrors(List<ApiHdfsSnapshotError> creationErrors) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.deletedSnapshotCount(BigDecimal deletedSnapshotCount) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.deletedSnapshots(List<ApiHdfsSnapshot> deletedSnapshots) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.deletionErrorCount(BigDecimal deletionErrorCount) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.deletionErrors(List<ApiHdfsSnapshotError> deletionErrors) |
ApiHdfsSnapshotResult |
ApiSnapshotCommand.getHdfsResult()
Results for snapshot commands on Hdfs services.
|
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.processedPathCount(BigDecimal processedPathCount) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.processedPaths(List<String> processedPaths) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.unprocessedPathCount(BigDecimal unprocessedPathCount) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.unprocessedPaths(List<String> unprocessedPaths) |