public interface LoadRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Block |
getBlocks(int index)
repeated .alluxio.grpc.block.Block blocks = 1; |
int |
getBlocksCount()
repeated .alluxio.grpc.block.Block blocks = 1; |
List<Block> |
getBlocksList()
repeated .alluxio.grpc.block.Block blocks = 1; |
BlockOrBuilder |
getBlocksOrBuilder(int index)
repeated .alluxio.grpc.block.Block blocks = 1; |
List<? extends BlockOrBuilder> |
getBlocksOrBuilderList()
repeated .alluxio.grpc.block.Block blocks = 1; |
UfsReadOptions |
getOptions()
required .alluxio.grpc.block.UfsReadOptions options = 2; |
UfsReadOptionsOrBuilder |
getOptionsOrBuilder()
required .alluxio.grpc.block.UfsReadOptions options = 2; |
boolean |
hasOptions()
required .alluxio.grpc.block.UfsReadOptions options = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
Block getBlocks(int index)
repeated .alluxio.grpc.block.Block blocks = 1;
int getBlocksCount()
repeated .alluxio.grpc.block.Block blocks = 1;
List<? extends BlockOrBuilder> getBlocksOrBuilderList()
repeated .alluxio.grpc.block.Block blocks = 1;
BlockOrBuilder getBlocksOrBuilder(int index)
repeated .alluxio.grpc.block.Block blocks = 1;
boolean hasOptions()
required .alluxio.grpc.block.UfsReadOptions options = 2;
UfsReadOptions getOptions()
required .alluxio.grpc.block.UfsReadOptions options = 2;
UfsReadOptionsOrBuilder getOptionsOrBuilder()
required .alluxio.grpc.block.UfsReadOptions options = 2;
Copyright © 2023. All Rights Reserved.