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(Integer createdSnapshotCount) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.createdSnapshots(List<ApiHdfsSnapshot> createdSnapshots) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.creationErrorCount(Integer creationErrorCount) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.creationErrors(List<ApiHdfsSnapshotError> creationErrors) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.deletedSnapshotCount(Integer deletedSnapshotCount) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.deletedSnapshots(List<ApiHdfsSnapshot> deletedSnapshots) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.deletionErrorCount(Integer deletionErrorCount) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.deletionErrors(List<ApiHdfsSnapshotError> deletionErrors) |
ApiHdfsSnapshotResult |
ApiSnapshotCommand.getHdfsResult()
Results for snapshot commands on Hdfs services.
|
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.processedPathCount(Integer processedPathCount) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.processedPaths(List<String> processedPaths) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.unprocessedPathCount(Integer unprocessedPathCount) |
ApiHdfsSnapshotResult |
ApiHdfsSnapshotResult.unprocessedPaths(List<String> unprocessedPaths) |