Package | Description |
---|---|
alluxio.grpc | |
alluxio.worker.block | |
alluxio.worker.page |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<BlockStatus> |
BlockStatus.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BlockStatus |
BlockStatus.Builder.build() |
BlockStatus |
BlockStatus.Builder.buildPartial() |
BlockStatus |
LoadResponseOrBuilder.getBlockStatus(int index)
repeated .alluxio.grpc.block.BlockStatus block_status = 2; |
BlockStatus |
LoadResponse.getBlockStatus(int index)
repeated .alluxio.grpc.block.BlockStatus block_status = 2; |
BlockStatus |
LoadResponse.Builder.getBlockStatus(int index)
repeated .alluxio.grpc.block.BlockStatus block_status = 2; |
static BlockStatus |
BlockStatus.getDefaultInstance() |
BlockStatus |
BlockStatus.getDefaultInstanceForType() |
BlockStatus |
BlockStatus.Builder.getDefaultInstanceForType() |
static BlockStatus |
BlockStatus.parseDelimitedFrom(InputStream input) |
static BlockStatus |
BlockStatus.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockStatus |
BlockStatus.parseFrom(byte[] data) |
static BlockStatus |
BlockStatus.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockStatus |
BlockStatus.parseFrom(ByteBuffer data) |
static BlockStatus |
BlockStatus.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockStatus |
BlockStatus.parseFrom(com.google.protobuf.ByteString data) |
static BlockStatus |
BlockStatus.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockStatus |
BlockStatus.parseFrom(com.google.protobuf.CodedInputStream input) |
static BlockStatus |
BlockStatus.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockStatus |
BlockStatus.parseFrom(InputStream input) |
static BlockStatus |
BlockStatus.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<BlockStatus> |
LoadResponseOrBuilder.getBlockStatusList()
repeated .alluxio.grpc.block.BlockStatus block_status = 2; |
List<BlockStatus> |
LoadResponse.getBlockStatusList()
repeated .alluxio.grpc.block.BlockStatus block_status = 2; |
List<BlockStatus> |
LoadResponse.Builder.getBlockStatusList()
repeated .alluxio.grpc.block.BlockStatus block_status = 2; |
com.google.protobuf.Parser<BlockStatus> |
BlockStatus.getParserForType() |
static com.google.protobuf.Parser<BlockStatus> |
BlockStatus.parser() |
Modifier and Type | Method and Description |
---|---|
LoadResponse.Builder |
LoadResponse.Builder.addBlockStatus(BlockStatus value)
repeated .alluxio.grpc.block.BlockStatus block_status = 2; |
LoadResponse.Builder |
LoadResponse.Builder.addBlockStatus(int index,
BlockStatus value)
repeated .alluxio.grpc.block.BlockStatus block_status = 2; |
BlockStatus.Builder |
BlockStatus.Builder.mergeFrom(BlockStatus other) |
static BlockStatus.Builder |
BlockStatus.newBuilder(BlockStatus prototype) |
LoadResponse.Builder |
LoadResponse.Builder.setBlockStatus(int index,
BlockStatus value)
repeated .alluxio.grpc.block.BlockStatus block_status = 2; |
Modifier and Type | Method and Description |
---|---|
LoadResponse.Builder |
LoadResponse.Builder.addAllBlockStatus(Iterable<? extends BlockStatus> values)
repeated .alluxio.grpc.block.BlockStatus block_status = 2; |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<List<BlockStatus>> |
MonoBlockStore.load(List<Block> blocks,
UfsReadOptions options) |
CompletableFuture<List<BlockStatus>> |
DefaultBlockWorker.load(List<Block> blocks,
UfsReadOptions options) |
CompletableFuture<List<BlockStatus>> |
BlockStore.load(List<Block> fileBlocks,
UfsReadOptions options)
Load blocks into alluxio.
|
CompletableFuture<List<BlockStatus>> |
BlockWorker.load(List<Block> fileBlocks,
UfsReadOptions options)
Load blocks into alluxio.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<List<BlockStatus>> |
PagedBlockStore.load(List<Block> fileBlocks,
UfsReadOptions options) |
Copyright © 2023. All Rights Reserved.