public interface GetBlockInfoPRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockId()
the id of the block
|
GetBlockInfoPOptions |
getOptions()
optional .alluxio.grpc.block.GetBlockInfoPOptions options = 2; |
GetBlockInfoPOptionsOrBuilder |
getOptionsOrBuilder()
optional .alluxio.grpc.block.GetBlockInfoPOptions options = 2; |
boolean |
hasBlockId()
the id of the block
|
boolean |
hasOptions()
optional .alluxio.grpc.block.GetBlockInfoPOptions options = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBlockId()
the id of the block
optional int64 blockId = 1;
long getBlockId()
the id of the block
optional int64 blockId = 1;
boolean hasOptions()
optional .alluxio.grpc.block.GetBlockInfoPOptions options = 2;
GetBlockInfoPOptions getOptions()
optional .alluxio.grpc.block.GetBlockInfoPOptions options = 2;
GetBlockInfoPOptionsOrBuilder getOptionsOrBuilder()
optional .alluxio.grpc.block.GetBlockInfoPOptions options = 2;
Copyright © 2023. All Rights Reserved.