Class ClusterShardingMessages.Address
- java.lang.Object
-
- akka.protobuf.AbstractMessageLite
-
- akka.protobuf.AbstractMessage
-
- akka.protobuf.GeneratedMessage
-
- akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
-
- All Implemented Interfaces:
ClusterShardingMessages.AddressOrBuilder,akka.protobuf.Message,akka.protobuf.MessageLite,akka.protobuf.MessageLiteOrBuilder,akka.protobuf.MessageOrBuilder,java.io.Serializable
- Enclosing class:
- ClusterShardingMessages
public static final class ClusterShardingMessages.Address extends akka.protobuf.GeneratedMessage implements ClusterShardingMessages.AddressOrBuilder
Protobuf typeAddressDefines a remote address.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterShardingMessages.Address.BuilderProtobuf typeAddress-
Nested classes/interfaces inherited from class akka.protobuf.GeneratedMessage
akka.protobuf.GeneratedMessage.BuilderParent, akka.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends akka.protobuf.GeneratedMessage.ExtendableBuilder>, akka.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.FieldAccessorTable, akka.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends akka.protobuf.Message,Type extends java.lang.Object>
-
-
Field Summary
Fields Modifier and Type Field Description static intHOSTNAME_FIELD_NUMBERstatic akka.protobuf.Parser<ClusterShardingMessages.Address>PARSERstatic intPORT_FIELD_NUMBERstatic intPROTOCOL_FIELD_NUMBERstatic intSYSTEM_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClusterShardingMessages.AddressgetDefaultInstance()ClusterShardingMessages.AddressgetDefaultInstanceForType()static akka.protobuf.Descriptors.DescriptorgetDescriptor()java.lang.StringgetHostname()required string hostname = 3;akka.protobuf.ByteStringgetHostnameBytes()required string hostname = 3;akka.protobuf.Parser<ClusterShardingMessages.Address>getParserForType()intgetPort()required uint32 port = 4;java.lang.StringgetProtocol()required string protocol = 1;akka.protobuf.ByteStringgetProtocolBytes()required string protocol = 1;intgetSerializedSize()java.lang.StringgetSystem()required string system = 2;akka.protobuf.ByteStringgetSystemBytes()required string system = 2;akka.protobuf.UnknownFieldSetgetUnknownFields()booleanhasHostname()required string hostname = 3;booleanhasPort()required uint32 port = 4;booleanhasProtocol()required string protocol = 1;booleanhasSystem()required string system = 2;protected akka.protobuf.GeneratedMessage.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static ClusterShardingMessages.Address.BuildernewBuilder()static ClusterShardingMessages.Address.BuildernewBuilder(ClusterShardingMessages.Address prototype)ClusterShardingMessages.Address.BuildernewBuilderForType()protected ClusterShardingMessages.Address.BuildernewBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent)static ClusterShardingMessages.AddressparseDelimitedFrom(java.io.InputStream input)static ClusterShardingMessages.AddressparseDelimitedFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterShardingMessages.AddressparseFrom(byte[] data)static ClusterShardingMessages.AddressparseFrom(byte[] data, akka.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterShardingMessages.AddressparseFrom(akka.protobuf.ByteString data)static ClusterShardingMessages.AddressparseFrom(akka.protobuf.ByteString data, akka.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterShardingMessages.AddressparseFrom(akka.protobuf.CodedInputStream input)static ClusterShardingMessages.AddressparseFrom(akka.protobuf.CodedInputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterShardingMessages.AddressparseFrom(java.io.InputStream input)static ClusterShardingMessages.AddressparseFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry)ClusterShardingMessages.Address.BuildertoBuilder()protected java.lang.ObjectwriteReplace()voidwriteTo(akka.protobuf.CodedOutputStream output)-
Methods inherited from class akka.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
-
Methods inherited from class akka.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class akka.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
PARSER
public static akka.protobuf.Parser<ClusterShardingMessages.Address> PARSER
-
PROTOCOL_FIELD_NUMBER
public static final int PROTOCOL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SYSTEM_FIELD_NUMBER
public static final int SYSTEM_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HOSTNAME_FIELD_NUMBER
public static final int HOSTNAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PORT_FIELD_NUMBER
public static final int PORT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDefaultInstance
public static ClusterShardingMessages.Address getDefaultInstance()
-
getDefaultInstanceForType
public ClusterShardingMessages.Address getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfaceakka.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceakka.protobuf.MessageOrBuilder
-
getUnknownFields
public final akka.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfaceakka.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classakka.protobuf.GeneratedMessage
-
getDescriptor
public static final akka.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classakka.protobuf.GeneratedMessage
-
getParserForType
public akka.protobuf.Parser<ClusterShardingMessages.Address> getParserForType()
- Specified by:
getParserForTypein interfaceakka.protobuf.Message- Specified by:
getParserForTypein interfaceakka.protobuf.MessageLite- Overrides:
getParserForTypein classakka.protobuf.GeneratedMessage
-
hasProtocol
public boolean hasProtocol()
required string protocol = 1;- Specified by:
hasProtocolin interfaceClusterShardingMessages.AddressOrBuilder
-
getProtocol
public java.lang.String getProtocol()
required string protocol = 1;- Specified by:
getProtocolin interfaceClusterShardingMessages.AddressOrBuilder
-
getProtocolBytes
public akka.protobuf.ByteString getProtocolBytes()
required string protocol = 1;- Specified by:
getProtocolBytesin interfaceClusterShardingMessages.AddressOrBuilder
-
hasSystem
public boolean hasSystem()
required string system = 2;- Specified by:
hasSystemin interfaceClusterShardingMessages.AddressOrBuilder
-
getSystem
public java.lang.String getSystem()
required string system = 2;- Specified by:
getSystemin interfaceClusterShardingMessages.AddressOrBuilder
-
getSystemBytes
public akka.protobuf.ByteString getSystemBytes()
required string system = 2;- Specified by:
getSystemBytesin interfaceClusterShardingMessages.AddressOrBuilder
-
hasHostname
public boolean hasHostname()
required string hostname = 3;- Specified by:
hasHostnamein interfaceClusterShardingMessages.AddressOrBuilder
-
getHostname
public java.lang.String getHostname()
required string hostname = 3;- Specified by:
getHostnamein interfaceClusterShardingMessages.AddressOrBuilder
-
getHostnameBytes
public akka.protobuf.ByteString getHostnameBytes()
required string hostname = 3;- Specified by:
getHostnameBytesin interfaceClusterShardingMessages.AddressOrBuilder
-
hasPort
public boolean hasPort()
required uint32 port = 4;- Specified by:
hasPortin interfaceClusterShardingMessages.AddressOrBuilder
-
getPort
public int getPort()
required uint32 port = 4;- Specified by:
getPortin interfaceClusterShardingMessages.AddressOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfaceakka.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classakka.protobuf.GeneratedMessage
-
writeTo
public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfaceakka.protobuf.MessageLite- Overrides:
writeToin classakka.protobuf.AbstractMessage- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfaceakka.protobuf.MessageLite- Overrides:
getSerializedSizein classakka.protobuf.AbstractMessage
-
writeReplace
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException- Overrides:
writeReplacein classakka.protobuf.GeneratedMessage- Throws:
java.io.ObjectStreamException
-
parseFrom
public static ClusterShardingMessages.Address parseFrom(akka.protobuf.ByteString data) throws akka.protobuf.InvalidProtocolBufferException
- Throws:
akka.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ClusterShardingMessages.Address parseFrom(akka.protobuf.ByteString data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
- Throws:
akka.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ClusterShardingMessages.Address parseFrom(byte[] data) throws akka.protobuf.InvalidProtocolBufferException
- Throws:
akka.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ClusterShardingMessages.Address parseFrom(byte[] data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
- Throws:
akka.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ClusterShardingMessages.Address parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ClusterShardingMessages.Address parseFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ClusterShardingMessages.Address parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ClusterShardingMessages.Address parseDelimitedFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ClusterShardingMessages.Address parseFrom(akka.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ClusterShardingMessages.Address parseFrom(akka.protobuf.CodedInputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static ClusterShardingMessages.Address.Builder newBuilder()
-
newBuilderForType
public ClusterShardingMessages.Address.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfaceakka.protobuf.Message- Specified by:
newBuilderForTypein interfaceakka.protobuf.MessageLite
-
newBuilder
public static ClusterShardingMessages.Address.Builder newBuilder(ClusterShardingMessages.Address prototype)
-
toBuilder
public ClusterShardingMessages.Address.Builder toBuilder()
- Specified by:
toBuilderin interfaceakka.protobuf.Message- Specified by:
toBuilderin interfaceakka.protobuf.MessageLite
-
newBuilderForType
protected ClusterShardingMessages.Address.Builder newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent)
- Specified by:
newBuilderForTypein classakka.protobuf.GeneratedMessage
-
-