Package | Description |
---|---|
alluxio.worker.block.management |
Modifier and Type | Method and Description |
---|---|
BlockOperationResult |
BlockTransferExecutor.executeTransferList(List<BlockTransferInfo> transferInfos)
Executes given list of
BlockTransferInfo s. |
BlockOperationResult |
BlockTransferExecutor.executeTransferList(List<BlockTransferInfo> transferInfos,
java.util.function.Consumer<Exception> exceptionHandler)
Executes given list of
BlockTransferInfo s. |
BlockOperationResult |
BlockManagementTaskResult.getOperationResult(BlockOperationType opType) |
BlockOperationResult |
BlockOperationResult.mergeWith(BlockOperationResult otherResult)
Merges result counters of this result with the given result.
|
Modifier and Type | Method and Description |
---|---|
BlockManagementTaskResult |
BlockManagementTaskResult.addOpResults(BlockOperationType opType,
BlockOperationResult result)
Add results for a specific
BlockOperationType . |
BlockOperationResult |
BlockOperationResult.mergeWith(BlockOperationResult otherResult)
Merges result counters of this result with the given result.
|
Copyright © 2023. All Rights Reserved.