public final class WorkerNetAddress extends com.google.protobuf.GeneratedMessageV3 implements WorkerNetAddressOrBuilder
Address information about workers.Protobuf type
alluxio.grpc.WorkerNetAddress
Modifier and Type | Class and Description |
---|---|
static class |
WorkerNetAddress.Builder
Address information about workers.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
CONTAINERHOST_FIELD_NUMBER |
static int |
DATAPORT_FIELD_NUMBER |
static int |
DOMAINSOCKETPATH_FIELD_NUMBER |
static int |
HOST_FIELD_NUMBER |
static com.google.protobuf.Parser<WorkerNetAddress> |
PARSER
Deprecated.
|
static int |
RPCPORT_FIELD_NUMBER |
static int |
TIEREDIDENTITY_FIELD_NUMBER |
static int |
WEBPORT_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getContainerHost()
optional string containerHost = 7; |
com.google.protobuf.ByteString |
getContainerHostBytes()
optional string containerHost = 7; |
int |
getDataPort()
optional int32 dataPort = 3; |
static WorkerNetAddress |
getDefaultInstance() |
WorkerNetAddress |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDomainSocketPath()
optional string domainSocketPath = 5; |
com.google.protobuf.ByteString |
getDomainSocketPathBytes()
optional string domainSocketPath = 5; |
String |
getHost()
optional string host = 1; |
com.google.protobuf.ByteString |
getHostBytes()
optional string host = 1; |
com.google.protobuf.Parser<WorkerNetAddress> |
getParserForType() |
int |
getRpcPort()
optional int32 rpcPort = 2; |
int |
getSerializedSize() |
TieredIdentity |
getTieredIdentity()
optional .alluxio.grpc.TieredIdentity tieredIdentity = 6; |
TieredIdentityOrBuilder |
getTieredIdentityOrBuilder()
optional .alluxio.grpc.TieredIdentity tieredIdentity = 6; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
getWebPort()
optional int32 webPort = 4; |
boolean |
hasContainerHost()
optional string containerHost = 7; |
boolean |
hasDataPort()
optional int32 dataPort = 3; |
boolean |
hasDomainSocketPath()
optional string domainSocketPath = 5; |
int |
hashCode() |
boolean |
hasHost()
optional string host = 1; |
boolean |
hasRpcPort()
optional int32 rpcPort = 2; |
boolean |
hasTieredIdentity()
optional .alluxio.grpc.TieredIdentity tieredIdentity = 6; |
boolean |
hasWebPort()
optional int32 webPort = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static WorkerNetAddress.Builder |
newBuilder() |
static WorkerNetAddress.Builder |
newBuilder(WorkerNetAddress prototype) |
WorkerNetAddress.Builder |
newBuilderForType() |
protected WorkerNetAddress.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static WorkerNetAddress |
parseDelimitedFrom(InputStream input) |
static WorkerNetAddress |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkerNetAddress |
parseFrom(byte[] data) |
static WorkerNetAddress |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkerNetAddress |
parseFrom(ByteBuffer data) |
static WorkerNetAddress |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkerNetAddress |
parseFrom(com.google.protobuf.ByteString data) |
static WorkerNetAddress |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkerNetAddress |
parseFrom(com.google.protobuf.CodedInputStream input) |
static WorkerNetAddress |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkerNetAddress |
parseFrom(InputStream input) |
static WorkerNetAddress |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<WorkerNetAddress> |
parser() |
WorkerNetAddress.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int HOST_FIELD_NUMBER
public static final int RPCPORT_FIELD_NUMBER
public static final int DATAPORT_FIELD_NUMBER
public static final int WEBPORT_FIELD_NUMBER
public static final int DOMAINSOCKETPATH_FIELD_NUMBER
public static final int TIEREDIDENTITY_FIELD_NUMBER
public static final int CONTAINERHOST_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<WorkerNetAddress> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasHost()
optional string host = 1;
hasHost
in interface WorkerNetAddressOrBuilder
public String getHost()
optional string host = 1;
getHost
in interface WorkerNetAddressOrBuilder
public com.google.protobuf.ByteString getHostBytes()
optional string host = 1;
getHostBytes
in interface WorkerNetAddressOrBuilder
public boolean hasRpcPort()
optional int32 rpcPort = 2;
hasRpcPort
in interface WorkerNetAddressOrBuilder
public int getRpcPort()
optional int32 rpcPort = 2;
getRpcPort
in interface WorkerNetAddressOrBuilder
public boolean hasDataPort()
optional int32 dataPort = 3;
hasDataPort
in interface WorkerNetAddressOrBuilder
public int getDataPort()
optional int32 dataPort = 3;
getDataPort
in interface WorkerNetAddressOrBuilder
public boolean hasWebPort()
optional int32 webPort = 4;
hasWebPort
in interface WorkerNetAddressOrBuilder
public int getWebPort()
optional int32 webPort = 4;
getWebPort
in interface WorkerNetAddressOrBuilder
public boolean hasDomainSocketPath()
optional string domainSocketPath = 5;
hasDomainSocketPath
in interface WorkerNetAddressOrBuilder
public String getDomainSocketPath()
optional string domainSocketPath = 5;
getDomainSocketPath
in interface WorkerNetAddressOrBuilder
public com.google.protobuf.ByteString getDomainSocketPathBytes()
optional string domainSocketPath = 5;
getDomainSocketPathBytes
in interface WorkerNetAddressOrBuilder
public boolean hasTieredIdentity()
optional .alluxio.grpc.TieredIdentity tieredIdentity = 6;
hasTieredIdentity
in interface WorkerNetAddressOrBuilder
public TieredIdentity getTieredIdentity()
optional .alluxio.grpc.TieredIdentity tieredIdentity = 6;
getTieredIdentity
in interface WorkerNetAddressOrBuilder
public TieredIdentityOrBuilder getTieredIdentityOrBuilder()
optional .alluxio.grpc.TieredIdentity tieredIdentity = 6;
getTieredIdentityOrBuilder
in interface WorkerNetAddressOrBuilder
public boolean hasContainerHost()
optional string containerHost = 7;
hasContainerHost
in interface WorkerNetAddressOrBuilder
public String getContainerHost()
optional string containerHost = 7;
getContainerHost
in interface WorkerNetAddressOrBuilder
public com.google.protobuf.ByteString getContainerHostBytes()
optional string containerHost = 7;
getContainerHostBytes
in interface WorkerNetAddressOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static WorkerNetAddress parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static WorkerNetAddress parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static WorkerNetAddress parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static WorkerNetAddress parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static WorkerNetAddress parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static WorkerNetAddress parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static WorkerNetAddress parseFrom(InputStream input) throws IOException
IOException
public static WorkerNetAddress parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static WorkerNetAddress parseDelimitedFrom(InputStream input) throws IOException
IOException
public static WorkerNetAddress parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static WorkerNetAddress parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static WorkerNetAddress parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public WorkerNetAddress.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static WorkerNetAddress.Builder newBuilder()
public static WorkerNetAddress.Builder newBuilder(WorkerNetAddress prototype)
public WorkerNetAddress.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected WorkerNetAddress.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static WorkerNetAddress getDefaultInstance()
public static com.google.protobuf.Parser<WorkerNetAddress> parser()
public com.google.protobuf.Parser<WorkerNetAddress> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public WorkerNetAddress getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.