akka.cluster.protobuf.msg
Class ClusterMessages.Empty

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.cluster.protobuf.msg.ClusterMessages.Empty
All Implemented Interfaces:
ClusterMessages.EmptyOrBuilder
Enclosing class:
ClusterMessages

public static final class ClusterMessages.Empty
extends com.google.protobuf.GeneratedMessage
implements ClusterMessages.EmptyOrBuilder

Protobuf type Empty


 An empty message
 


Nested Class Summary
static class ClusterMessages.Empty.Builder
          Protobuf type Empty
 
Field Summary
static  PARSER
           
 
Method Summary
static ClusterMessages.Empty getDefaultInstance()
           
 ClusterMessages.Empty getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
  getParserForType()
           
 int getSerializedSize()
           
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static ClusterMessages.Empty.Builder newBuilder()
           
static ClusterMessages.Empty.Builder newBuilder(ClusterMessages.Empty prototype)
           
 ClusterMessages.Empty.Builder newBuilderForType()
           
protected  ClusterMessages.Empty.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static ClusterMessages.Empty parseDelimitedFrom(java.io.InputStream input)
           
static ClusterMessages.Empty parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterMessages.Empty parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterMessages.Empty parseFrom(com.google.protobuf.ByteString data)
           
static ClusterMessages.Empty parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterMessages.Empty parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClusterMessages.Empty parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterMessages.Empty parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClusterMessages.Empty.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

PARSER

public static  PARSER
Method Detail

getDefaultInstance

public static ClusterMessages.Empty getDefaultInstance()

getDefaultInstanceForType

public ClusterMessages.Empty getDefaultInstanceForType()

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()

getParserForType

public  getParserForType()

isInitialized

public final boolean isInitialized()

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws java.io.IOException
Throws:
java.io.IOException

getSerializedSize

public int getSerializedSize()

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

parseFrom

public static ClusterMessages.Empty parseFrom(com.google.protobuf.ByteString data)
                                       throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClusterMessages.Empty parseFrom(com.google.protobuf.ByteString data,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClusterMessages.Empty parseFrom(byte[] data,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClusterMessages.Empty parseFrom(java.io.InputStream input,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static ClusterMessages.Empty parseDelimitedFrom(java.io.InputStream input)
                                                throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static ClusterMessages.Empty parseDelimitedFrom(java.io.InputStream input,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ClusterMessages.Empty parseFrom(com.google.protobuf.CodedInputStream input)
                                       throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ClusterMessages.Empty parseFrom(com.google.protobuf.CodedInputStream input,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws java.io.IOException
Throws:
java.io.IOException

newBuilder

public static ClusterMessages.Empty.Builder newBuilder()

newBuilderForType

public ClusterMessages.Empty.Builder newBuilderForType()

newBuilder

public static ClusterMessages.Empty.Builder newBuilder(ClusterMessages.Empty prototype)

toBuilder

public ClusterMessages.Empty.Builder toBuilder()

newBuilderForType

protected ClusterMessages.Empty.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)