akka.cluster.protobuf.msg
Class Empty

java.lang.Object
  extended by com.google.protobuf.GeneratedMessageLite
      extended by akka.cluster.protobuf.msg.Empty
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public final class Empty
extends com.google.protobuf.GeneratedMessageLite
implements scala.Product, scala.Serializable


Constructor Summary
Empty()
           
 
Method Summary
 Empty build()
           
 Empty buildPartial()
           
 Empty clear()
           
static Empty defaultInstance()
           
static Empty getDefaultInstance()
           
 Empty getDefaultInstanceForType()
           
 int getSerializedSize()
           
 boolean isInitialized()
           
 Empty mergeFrom(com.google.protobuf.CodedInputStream in, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 Empty mergeFrom(Empty m)
           
static Empty newBuilder()
           
static Empty newBuilder(Empty prototype)
           
 Empty newBuilderForType()
           
 Empty toBuilder()
           
 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
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Empty

public Empty()
Method Detail

defaultInstance

public static Empty defaultInstance()

newBuilder

public static Empty newBuilder()

newBuilder

public static Empty newBuilder(Empty prototype)

getDefaultInstance

public static Empty getDefaultInstance()

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)

getSerializedSize

public int getSerializedSize()

mergeFrom

public Empty mergeFrom(com.google.protobuf.CodedInputStream in,
                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)

mergeFrom

public Empty mergeFrom(Empty m)

getDefaultInstanceForType

public Empty getDefaultInstanceForType()

clear

public Empty clear()

isInitialized

public boolean isInitialized()

build

public Empty build()

buildPartial

public Empty buildPartial()

newBuilderForType

public Empty newBuilderForType()

toBuilder

public Empty toBuilder()