public interface BlockLocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getMediumType()
optional string mediumType = 4; |
com.google.protobuf.ByteString |
getMediumTypeBytes()
optional string mediumType = 4; |
String |
getTierAlias()
optional string tierAlias = 3; |
com.google.protobuf.ByteString |
getTierAliasBytes()
optional string tierAlias = 3; |
WorkerNetAddress |
getWorkerAddress()
optional .alluxio.grpc.WorkerNetAddress workerAddress = 2; |
WorkerNetAddressOrBuilder |
getWorkerAddressOrBuilder()
optional .alluxio.grpc.WorkerNetAddress workerAddress = 2; |
long |
getWorkerId()
optional int64 workerId = 1; |
boolean |
hasMediumType()
optional string mediumType = 4; |
boolean |
hasTierAlias()
optional string tierAlias = 3; |
boolean |
hasWorkerAddress()
optional .alluxio.grpc.WorkerNetAddress workerAddress = 2; |
boolean |
hasWorkerId()
optional int64 workerId = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasWorkerId()
optional int64 workerId = 1;
long getWorkerId()
optional int64 workerId = 1;
boolean hasWorkerAddress()
optional .alluxio.grpc.WorkerNetAddress workerAddress = 2;
WorkerNetAddress getWorkerAddress()
optional .alluxio.grpc.WorkerNetAddress workerAddress = 2;
WorkerNetAddressOrBuilder getWorkerAddressOrBuilder()
optional .alluxio.grpc.WorkerNetAddress workerAddress = 2;
boolean hasTierAlias()
optional string tierAlias = 3;
String getTierAlias()
optional string tierAlias = 3;
com.google.protobuf.ByteString getTierAliasBytes()
optional string tierAlias = 3;
boolean hasMediumType()
optional string mediumType = 4;
String getMediumType()
optional string mediumType = 4;
com.google.protobuf.ByteString getMediumTypeBytes()
optional string mediumType = 4;
Copyright © 2023. All Rights Reserved.