public final class MasterInfo extends com.google.protobuf.GeneratedMessageV3 implements MasterInfoOrBuilder
alluxio.grpc.meta.MasterInfo
Modifier and Type | Class and Description |
---|---|
static class |
MasterInfo.Builder
Protobuf type
alluxio.grpc.meta.MasterInfo |
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 |
LEADERMASTERADDRESS_FIELD_NUMBER |
static int |
MASTERADDRESSES_FIELD_NUMBER |
static com.google.protobuf.Parser<MasterInfo> |
PARSER
Deprecated.
|
static int |
RPCPORT_FIELD_NUMBER |
static int |
SAFEMODE_FIELD_NUMBER |
static int |
STARTTIMEMS_FIELD_NUMBER |
static int |
UPTIMEMS_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
static int |
WEBPORT_FIELD_NUMBER |
static int |
WORKERADDRESSES_FIELD_NUMBER |
static int |
ZOOKEEPERADDRESSES_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static MasterInfo |
getDefaultInstance() |
MasterInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getLeaderMasterAddress()
optional string leaderMasterAddress = 1; |
com.google.protobuf.ByteString |
getLeaderMasterAddressBytes()
optional string leaderMasterAddress = 1; |
NetAddress |
getMasterAddresses(int index)
repeated .alluxio.grpc.NetAddress masterAddresses = 2; |
int |
getMasterAddressesCount()
repeated .alluxio.grpc.NetAddress masterAddresses = 2; |
List<NetAddress> |
getMasterAddressesList()
repeated .alluxio.grpc.NetAddress masterAddresses = 2; |
NetAddressOrBuilder |
getMasterAddressesOrBuilder(int index)
repeated .alluxio.grpc.NetAddress masterAddresses = 2; |
List<? extends NetAddressOrBuilder> |
getMasterAddressesOrBuilderList()
repeated .alluxio.grpc.NetAddress masterAddresses = 2; |
com.google.protobuf.Parser<MasterInfo> |
getParserForType() |
int |
getRpcPort()
optional int32 rpcPort = 3; |
boolean |
getSafeMode()
optional bool safeMode = 4; |
int |
getSerializedSize() |
long |
getStartTimeMs()
optional int64 startTimeMs = 5; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
long |
getUpTimeMs()
optional int64 upTimeMs = 6; |
String |
getVersion()
optional string version = 7; |
com.google.protobuf.ByteString |
getVersionBytes()
optional string version = 7; |
int |
getWebPort()
optional int32 webPort = 8; |
NetAddress |
getWorkerAddresses(int index)
repeated .alluxio.grpc.NetAddress workerAddresses = 9; |
int |
getWorkerAddressesCount()
repeated .alluxio.grpc.NetAddress workerAddresses = 9; |
List<NetAddress> |
getWorkerAddressesList()
repeated .alluxio.grpc.NetAddress workerAddresses = 9; |
NetAddressOrBuilder |
getWorkerAddressesOrBuilder(int index)
repeated .alluxio.grpc.NetAddress workerAddresses = 9; |
List<? extends NetAddressOrBuilder> |
getWorkerAddressesOrBuilderList()
repeated .alluxio.grpc.NetAddress workerAddresses = 9; |
String |
getZookeeperAddresses(int index)
Empty means zookeeper is not enabled
|
com.google.protobuf.ByteString |
getZookeeperAddressesBytes(int index)
Empty means zookeeper is not enabled
|
int |
getZookeeperAddressesCount()
Empty means zookeeper is not enabled
|
com.google.protobuf.ProtocolStringList |
getZookeeperAddressesList()
Empty means zookeeper is not enabled
|
int |
hashCode() |
boolean |
hasLeaderMasterAddress()
optional string leaderMasterAddress = 1; |
boolean |
hasRpcPort()
optional int32 rpcPort = 3; |
boolean |
hasSafeMode()
optional bool safeMode = 4; |
boolean |
hasStartTimeMs()
optional int64 startTimeMs = 5; |
boolean |
hasUpTimeMs()
optional int64 upTimeMs = 6; |
boolean |
hasVersion()
optional string version = 7; |
boolean |
hasWebPort()
optional int32 webPort = 8; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MasterInfo.Builder |
newBuilder() |
static MasterInfo.Builder |
newBuilder(MasterInfo prototype) |
MasterInfo.Builder |
newBuilderForType() |
protected MasterInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static MasterInfo |
parseDelimitedFrom(InputStream input) |
static MasterInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterInfo |
parseFrom(byte[] data) |
static MasterInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterInfo |
parseFrom(ByteBuffer data) |
static MasterInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterInfo |
parseFrom(com.google.protobuf.ByteString data) |
static MasterInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterInfo |
parseFrom(InputStream input) |
static MasterInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<MasterInfo> |
parser() |
MasterInfo.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 LEADERMASTERADDRESS_FIELD_NUMBER
public static final int MASTERADDRESSES_FIELD_NUMBER
public static final int RPCPORT_FIELD_NUMBER
public static final int SAFEMODE_FIELD_NUMBER
public static final int STARTTIMEMS_FIELD_NUMBER
public static final int UPTIMEMS_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public static final int WEBPORT_FIELD_NUMBER
public static final int WORKERADDRESSES_FIELD_NUMBER
public static final int ZOOKEEPERADDRESSES_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<MasterInfo> 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 hasLeaderMasterAddress()
optional string leaderMasterAddress = 1;
hasLeaderMasterAddress
in interface MasterInfoOrBuilder
public String getLeaderMasterAddress()
optional string leaderMasterAddress = 1;
getLeaderMasterAddress
in interface MasterInfoOrBuilder
public com.google.protobuf.ByteString getLeaderMasterAddressBytes()
optional string leaderMasterAddress = 1;
getLeaderMasterAddressBytes
in interface MasterInfoOrBuilder
public List<NetAddress> getMasterAddressesList()
repeated .alluxio.grpc.NetAddress masterAddresses = 2;
getMasterAddressesList
in interface MasterInfoOrBuilder
public List<? extends NetAddressOrBuilder> getMasterAddressesOrBuilderList()
repeated .alluxio.grpc.NetAddress masterAddresses = 2;
getMasterAddressesOrBuilderList
in interface MasterInfoOrBuilder
public int getMasterAddressesCount()
repeated .alluxio.grpc.NetAddress masterAddresses = 2;
getMasterAddressesCount
in interface MasterInfoOrBuilder
public NetAddress getMasterAddresses(int index)
repeated .alluxio.grpc.NetAddress masterAddresses = 2;
getMasterAddresses
in interface MasterInfoOrBuilder
public NetAddressOrBuilder getMasterAddressesOrBuilder(int index)
repeated .alluxio.grpc.NetAddress masterAddresses = 2;
getMasterAddressesOrBuilder
in interface MasterInfoOrBuilder
public boolean hasRpcPort()
optional int32 rpcPort = 3;
hasRpcPort
in interface MasterInfoOrBuilder
public int getRpcPort()
optional int32 rpcPort = 3;
getRpcPort
in interface MasterInfoOrBuilder
public boolean hasSafeMode()
optional bool safeMode = 4;
hasSafeMode
in interface MasterInfoOrBuilder
public boolean getSafeMode()
optional bool safeMode = 4;
getSafeMode
in interface MasterInfoOrBuilder
public boolean hasStartTimeMs()
optional int64 startTimeMs = 5;
hasStartTimeMs
in interface MasterInfoOrBuilder
public long getStartTimeMs()
optional int64 startTimeMs = 5;
getStartTimeMs
in interface MasterInfoOrBuilder
public boolean hasUpTimeMs()
optional int64 upTimeMs = 6;
hasUpTimeMs
in interface MasterInfoOrBuilder
public long getUpTimeMs()
optional int64 upTimeMs = 6;
getUpTimeMs
in interface MasterInfoOrBuilder
public boolean hasVersion()
optional string version = 7;
hasVersion
in interface MasterInfoOrBuilder
public String getVersion()
optional string version = 7;
getVersion
in interface MasterInfoOrBuilder
public com.google.protobuf.ByteString getVersionBytes()
optional string version = 7;
getVersionBytes
in interface MasterInfoOrBuilder
public boolean hasWebPort()
optional int32 webPort = 8;
hasWebPort
in interface MasterInfoOrBuilder
public int getWebPort()
optional int32 webPort = 8;
getWebPort
in interface MasterInfoOrBuilder
public List<NetAddress> getWorkerAddressesList()
repeated .alluxio.grpc.NetAddress workerAddresses = 9;
getWorkerAddressesList
in interface MasterInfoOrBuilder
public List<? extends NetAddressOrBuilder> getWorkerAddressesOrBuilderList()
repeated .alluxio.grpc.NetAddress workerAddresses = 9;
getWorkerAddressesOrBuilderList
in interface MasterInfoOrBuilder
public int getWorkerAddressesCount()
repeated .alluxio.grpc.NetAddress workerAddresses = 9;
getWorkerAddressesCount
in interface MasterInfoOrBuilder
public NetAddress getWorkerAddresses(int index)
repeated .alluxio.grpc.NetAddress workerAddresses = 9;
getWorkerAddresses
in interface MasterInfoOrBuilder
public NetAddressOrBuilder getWorkerAddressesOrBuilder(int index)
repeated .alluxio.grpc.NetAddress workerAddresses = 9;
getWorkerAddressesOrBuilder
in interface MasterInfoOrBuilder
public com.google.protobuf.ProtocolStringList getZookeeperAddressesList()
Empty means zookeeper is not enabled
repeated string zookeeperAddresses = 10;
getZookeeperAddressesList
in interface MasterInfoOrBuilder
public int getZookeeperAddressesCount()
Empty means zookeeper is not enabled
repeated string zookeeperAddresses = 10;
getZookeeperAddressesCount
in interface MasterInfoOrBuilder
public String getZookeeperAddresses(int index)
Empty means zookeeper is not enabled
repeated string zookeeperAddresses = 10;
getZookeeperAddresses
in interface MasterInfoOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getZookeeperAddressesBytes(int index)
Empty means zookeeper is not enabled
repeated string zookeeperAddresses = 10;
getZookeeperAddressesBytes
in interface MasterInfoOrBuilder
index
- The index of the value to return.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 MasterInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MasterInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MasterInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MasterInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MasterInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MasterInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MasterInfo parseFrom(InputStream input) throws IOException
IOException
public static MasterInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MasterInfo parseDelimitedFrom(InputStream input) throws IOException
IOException
public static MasterInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MasterInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static MasterInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public MasterInfo.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static MasterInfo.Builder newBuilder()
public static MasterInfo.Builder newBuilder(MasterInfo prototype)
public MasterInfo.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected MasterInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static MasterInfo getDefaultInstance()
public static com.google.protobuf.Parser<MasterInfo> parser()
public com.google.protobuf.Parser<MasterInfo> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public MasterInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.