akka.cluster.protobuf.msg
Class GossipOverview.Seen

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

public static final class GossipOverview.Seen
extends com.google.protobuf.GeneratedMessageLite
implements scala.Product, scala.Serializable


Constructor Summary
GossipOverview.Seen(int addressIndex, VectorClock version)
           
 
Method Summary
 int addressIndex()
           
 GossipOverview.Seen build()
           
 GossipOverview.Seen buildPartial()
           
 GossipOverview.Seen clear()
           
 GossipOverview.Seen getDefaultInstanceForType()
           
 int getSerializedSize()
           
 boolean isInitialized()
           
 GossipOverview.Seen mergeFrom(com.google.protobuf.CodedInputStream in, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 GossipOverview.Seen mergeFrom(GossipOverview.Seen m)
           
 GossipOverview.Seen newBuilderForType()
           
 GossipOverview.Seen toBuilder()
           
 VectorClock version()
           
 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

GossipOverview.Seen

public GossipOverview.Seen(int addressIndex,
                           VectorClock version)
Method Detail

addressIndex

public int addressIndex()

version

public VectorClock version()

writeTo

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

getSerializedSize

public int getSerializedSize()

mergeFrom

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

mergeFrom

public GossipOverview.Seen mergeFrom(GossipOverview.Seen m)

getDefaultInstanceForType

public GossipOverview.Seen getDefaultInstanceForType()

clear

public GossipOverview.Seen clear()

isInitialized

public boolean isInitialized()

build

public GossipOverview.Seen build()

buildPartial

public GossipOverview.Seen buildPartial()

newBuilderForType

public GossipOverview.Seen newBuilderForType()

toBuilder

public GossipOverview.Seen toBuilder()