public interface BlockInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockId()
optional int64 blockId = 1; |
long |
getLength()
optional int64 length = 2; |
BlockLocation |
getLocations(int index)
repeated .alluxio.grpc.BlockLocation locations = 3; |
int |
getLocationsCount()
repeated .alluxio.grpc.BlockLocation locations = 3; |
List<BlockLocation> |
getLocationsList()
repeated .alluxio.grpc.BlockLocation locations = 3; |
BlockLocationOrBuilder |
getLocationsOrBuilder(int index)
repeated .alluxio.grpc.BlockLocation locations = 3; |
List<? extends BlockLocationOrBuilder> |
getLocationsOrBuilderList()
repeated .alluxio.grpc.BlockLocation locations = 3; |
boolean |
hasBlockId()
optional int64 blockId = 1; |
boolean |
hasLength()
optional int64 length = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBlockId()
optional int64 blockId = 1;
long getBlockId()
optional int64 blockId = 1;
boolean hasLength()
optional int64 length = 2;
long getLength()
optional int64 length = 2;
List<BlockLocation> getLocationsList()
repeated .alluxio.grpc.BlockLocation locations = 3;
BlockLocation getLocations(int index)
repeated .alluxio.grpc.BlockLocation locations = 3;
int getLocationsCount()
repeated .alluxio.grpc.BlockLocation locations = 3;
List<? extends BlockLocationOrBuilder> getLocationsOrBuilderList()
repeated .alluxio.grpc.BlockLocation locations = 3;
BlockLocationOrBuilder getLocationsOrBuilder(int index)
repeated .alluxio.grpc.BlockLocation locations = 3;
Copyright © 2023. All Rights Reserved.