public interface FileBlockInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BlockInfo |
getBlockInfo()
optional .alluxio.grpc.BlockInfo blockInfo = 1; |
BlockInfoOrBuilder |
getBlockInfoOrBuilder()
optional .alluxio.grpc.BlockInfo blockInfo = 1; |
long |
getOffset()
optional int64 offset = 2; |
WorkerNetAddress |
getUfsLocations(int index)
deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
|
int |
getUfsLocationsCount()
deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
|
List<WorkerNetAddress> |
getUfsLocationsList()
deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
|
WorkerNetAddressOrBuilder |
getUfsLocationsOrBuilder(int index)
deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
|
List<? extends WorkerNetAddressOrBuilder> |
getUfsLocationsOrBuilderList()
deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
|
String |
getUfsStringLocations(int index)
repeated string ufsStringLocations = 4; |
com.google.protobuf.ByteString |
getUfsStringLocationsBytes(int index)
repeated string ufsStringLocations = 4; |
int |
getUfsStringLocationsCount()
repeated string ufsStringLocations = 4; |
List<String> |
getUfsStringLocationsList()
repeated string ufsStringLocations = 4; |
boolean |
hasBlockInfo()
optional .alluxio.grpc.BlockInfo blockInfo = 1; |
boolean |
hasOffset()
optional int64 offset = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBlockInfo()
optional .alluxio.grpc.BlockInfo blockInfo = 1;
BlockInfo getBlockInfo()
optional .alluxio.grpc.BlockInfo blockInfo = 1;
BlockInfoOrBuilder getBlockInfoOrBuilder()
optional .alluxio.grpc.BlockInfo blockInfo = 1;
boolean hasOffset()
optional int64 offset = 2;
long getOffset()
optional int64 offset = 2;
List<WorkerNetAddress> getUfsLocationsList()
deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
repeated .alluxio.grpc.WorkerNetAddress ufsLocations = 3;
WorkerNetAddress getUfsLocations(int index)
deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
repeated .alluxio.grpc.WorkerNetAddress ufsLocations = 3;
int getUfsLocationsCount()
deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
repeated .alluxio.grpc.WorkerNetAddress ufsLocations = 3;
List<? extends WorkerNetAddressOrBuilder> getUfsLocationsOrBuilderList()
deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
repeated .alluxio.grpc.WorkerNetAddress ufsLocations = 3;
WorkerNetAddressOrBuilder getUfsLocationsOrBuilder(int index)
deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
repeated .alluxio.grpc.WorkerNetAddress ufsLocations = 3;
List<String> getUfsStringLocationsList()
repeated string ufsStringLocations = 4;
int getUfsStringLocationsCount()
repeated string ufsStringLocations = 4;
String getUfsStringLocations(int index)
repeated string ufsStringLocations = 4;
index
- The index of the element to return.com.google.protobuf.ByteString getUfsStringLocationsBytes(int index)
repeated string ufsStringLocations = 4;
index
- The index of the value to return.Copyright © 2023. All Rights Reserved.