public interface LoadRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBandwidth()
optional int64 bandwidth = 3; |
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; |
String |
getTag()
optional string tag = 2; |
com.google.protobuf.ByteString |
getTagBytes()
optional string tag = 2; |
boolean |
hasBandwidth()
optional int64 bandwidth = 3; |
boolean |
hasTag()
optional string tag = 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 hasTag()
optional string tag = 2;
String getTag()
optional string tag = 2;
com.google.protobuf.ByteString getTagBytes()
optional string tag = 2;
boolean hasBandwidth()
optional int64 bandwidth = 3;
long getBandwidth()
optional int64 bandwidth = 3;
Copyright © 2023. All Rights Reserved.