public static interface Block.BlockInfoEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockId()
optional int64 block_id = 1; |
BlockLocation |
getBlockLocation()
optional .alluxio.grpc.BlockLocation block_location = 3; |
BlockLocationOrBuilder |
getBlockLocationOrBuilder()
optional .alluxio.grpc.BlockLocation block_location = 3; |
long |
getLength()
optional int64 length = 2; |
boolean |
hasBlockId()
optional int64 block_id = 1; |
boolean |
hasBlockLocation()
optional .alluxio.grpc.BlockLocation block_location = 3; |
boolean |
hasLength()
optional int64 length = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBlockId()
optional int64 block_id = 1;
long getBlockId()
optional int64 block_id = 1;
boolean hasLength()
optional int64 length = 2;
long getLength()
optional int64 length = 2;
boolean hasBlockLocation()
optional .alluxio.grpc.BlockLocation block_location = 3;
BlockLocation getBlockLocation()
optional .alluxio.grpc.BlockLocation block_location = 3;
BlockLocationOrBuilder getBlockLocationOrBuilder()
optional .alluxio.grpc.BlockLocation block_location = 3;
Copyright © 2023. All Rights Reserved.