|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.protobuf.GeneratedMessage
akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability
public static final class ClusterMessages.SubjectReachability
Protobuf type SubjectReachability
| Nested Class Summary | |
|---|---|
static class |
ClusterMessages.SubjectReachability.Builder
Protobuf type SubjectReachability |
| Field Summary | |
|---|---|
static int |
ADDRESSINDEX_FIELD_NUMBER
|
static |
PARSER
|
static int |
STATUS_FIELD_NUMBER
|
static int |
VERSION_FIELD_NUMBER
|
| Method Summary | |
|---|---|
int |
getAddressIndex()
required int32 addressIndex = 1; |
static ClusterMessages.SubjectReachability |
getDefaultInstance()
|
ClusterMessages.SubjectReachability |
getDefaultInstanceForType()
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
|
|
getParserForType()
|
int |
getSerializedSize()
|
ClusterMessages.ReachabilityStatus |
getStatus()
required .ReachabilityStatus status = 3; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields()
|
long |
getVersion()
required int64 version = 4; |
boolean |
hasAddressIndex()
required int32 addressIndex = 1; |
boolean |
hasStatus()
required .ReachabilityStatus status = 3; |
boolean |
hasVersion()
required int64 version = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
|
boolean |
isInitialized()
|
static ClusterMessages.SubjectReachability.Builder |
newBuilder()
|
static ClusterMessages.SubjectReachability.Builder |
newBuilder(ClusterMessages.SubjectReachability prototype)
|
ClusterMessages.SubjectReachability.Builder |
newBuilderForType()
|
protected ClusterMessages.SubjectReachability.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
static ClusterMessages.SubjectReachability |
parseDelimitedFrom(java.io.InputStream input)
|
static ClusterMessages.SubjectReachability |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClusterMessages.SubjectReachability |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClusterMessages.SubjectReachability |
parseFrom(com.google.protobuf.ByteString data)
|
static ClusterMessages.SubjectReachability |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClusterMessages.SubjectReachability |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static ClusterMessages.SubjectReachability |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClusterMessages.SubjectReachability |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
ClusterMessages.SubjectReachability.Builder |
toBuilder()
|
protected java.lang.Object |
writeReplace()
|
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public staticPARSER
public static final int ADDRESSINDEX_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
| Method Detail |
|---|
public static ClusterMessages.SubjectReachability getDefaultInstance()
public ClusterMessages.SubjectReachability getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
publicgetParserForType()
public boolean hasAddressIndex()
required int32 addressIndex = 1;
hasAddressIndex in interface ClusterMessages.SubjectReachabilityOrBuilderpublic int getAddressIndex()
required int32 addressIndex = 1;
getAddressIndex in interface ClusterMessages.SubjectReachabilityOrBuilderpublic boolean hasStatus()
required .ReachabilityStatus status = 3;
hasStatus in interface ClusterMessages.SubjectReachabilityOrBuilderpublic ClusterMessages.ReachabilityStatus getStatus()
required .ReachabilityStatus status = 3;
getStatus in interface ClusterMessages.SubjectReachabilityOrBuilderpublic boolean hasVersion()
required int64 version = 4;
hasVersion in interface ClusterMessages.SubjectReachabilityOrBuilderpublic long getVersion()
required int64 version = 4;
getVersion in interface ClusterMessages.SubjectReachabilityOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamException
public static ClusterMessages.SubjectReachability parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterMessages.SubjectReachability parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterMessages.SubjectReachability parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterMessages.SubjectReachability parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOException
public static ClusterMessages.SubjectReachability parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException
java.io.IOException
public static ClusterMessages.SubjectReachability parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOException
public static ClusterMessages.SubjectReachability parseFrom(com.google.protobuf.CodedInputStream input)
throws java.io.IOException
java.io.IOException
public static ClusterMessages.SubjectReachability parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOExceptionpublic static ClusterMessages.SubjectReachability.Builder newBuilder()
public ClusterMessages.SubjectReachability.Builder newBuilderForType()
public static ClusterMessages.SubjectReachability.Builder newBuilder(ClusterMessages.SubjectReachability prototype)
public ClusterMessages.SubjectReachability.Builder toBuilder()
protected ClusterMessages.SubjectReachability.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||