Package | Description |
---|---|
alluxio.grpc | |
alluxio.worker.block | |
alluxio.worker.page |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<UfsReadOptions> |
UfsReadOptions.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
UfsReadOptions |
UfsReadOptions.Builder.build() |
UfsReadOptions |
UfsReadOptions.Builder.buildPartial() |
static UfsReadOptions |
UfsReadOptions.getDefaultInstance() |
UfsReadOptions |
UfsReadOptions.getDefaultInstanceForType() |
UfsReadOptions |
UfsReadOptions.Builder.getDefaultInstanceForType() |
UfsReadOptions |
LoadRequestOrBuilder.getOptions()
required .alluxio.grpc.block.UfsReadOptions options = 2; |
UfsReadOptions |
LoadRequest.getOptions()
required .alluxio.grpc.block.UfsReadOptions options = 2; |
UfsReadOptions |
LoadRequest.Builder.getOptions()
required .alluxio.grpc.block.UfsReadOptions options = 2; |
static UfsReadOptions |
UfsReadOptions.parseDelimitedFrom(InputStream input) |
static UfsReadOptions |
UfsReadOptions.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UfsReadOptions |
UfsReadOptions.parseFrom(byte[] data) |
static UfsReadOptions |
UfsReadOptions.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UfsReadOptions |
UfsReadOptions.parseFrom(ByteBuffer data) |
static UfsReadOptions |
UfsReadOptions.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UfsReadOptions |
UfsReadOptions.parseFrom(com.google.protobuf.ByteString data) |
static UfsReadOptions |
UfsReadOptions.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UfsReadOptions |
UfsReadOptions.parseFrom(com.google.protobuf.CodedInputStream input) |
static UfsReadOptions |
UfsReadOptions.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UfsReadOptions |
UfsReadOptions.parseFrom(InputStream input) |
static UfsReadOptions |
UfsReadOptions.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<UfsReadOptions> |
UfsReadOptions.getParserForType() |
static com.google.protobuf.Parser<UfsReadOptions> |
UfsReadOptions.parser() |
Modifier and Type | Method and Description |
---|---|
UfsReadOptions.Builder |
UfsReadOptions.Builder.mergeFrom(UfsReadOptions other) |
LoadRequest.Builder |
LoadRequest.Builder.mergeOptions(UfsReadOptions value)
required .alluxio.grpc.block.UfsReadOptions options = 2; |
static UfsReadOptions.Builder |
UfsReadOptions.newBuilder(UfsReadOptions prototype) |
LoadRequest.Builder |
LoadRequest.Builder.setOptions(UfsReadOptions value)
required .alluxio.grpc.block.UfsReadOptions options = 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.
|
CompletableFuture<Integer> |
UfsIOManager.read(ByteBuffer buf,
long offset,
long len,
long blockId,
String ufsPath,
UfsReadOptions options)
Read from ufs.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<List<BlockStatus>> |
PagedBlockStore.load(List<Block> fileBlocks,
UfsReadOptions options) |
Copyright © 2023. All Rights Reserved.