akka.remote
Class WireFormats.AcknowledgementInfo

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.remote.WireFormats.AcknowledgementInfo
All Implemented Interfaces:
WireFormats.AcknowledgementInfoOrBuilder
Enclosing class:
WireFormats

public static final class WireFormats.AcknowledgementInfo
extends com.google.protobuf.GeneratedMessage
implements WireFormats.AcknowledgementInfoOrBuilder

Protobuf type AcknowledgementInfo


Nested Class Summary
static class WireFormats.AcknowledgementInfo.Builder
          Protobuf type AcknowledgementInfo
 
Field Summary
static int CUMULATIVEACK_FIELD_NUMBER
           
static int NACKS_FIELD_NUMBER
           
static  PARSER
           
 
Method Summary
 long getCumulativeAck()
          required fixed64 cumulativeAck = 1;
static WireFormats.AcknowledgementInfo getDefaultInstance()
           
 WireFormats.AcknowledgementInfo getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 long getNacks(int index)
          repeated fixed64 nacks = 2;
 int getNacksCount()
          repeated fixed64 nacks = 2;
 java.util.List<java.lang.Long> getNacksList()
          repeated fixed64 nacks = 2;
  getParserForType()
           
 int getSerializedSize()
           
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasCumulativeAck()
          required fixed64 cumulativeAck = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static WireFormats.AcknowledgementInfo.Builder newBuilder()
           
static WireFormats.AcknowledgementInfo.Builder newBuilder(WireFormats.AcknowledgementInfo prototype)
           
 WireFormats.AcknowledgementInfo.Builder newBuilderForType()
           
protected  WireFormats.AcknowledgementInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static WireFormats.AcknowledgementInfo parseDelimitedFrom(java.io.InputStream input)
           
static WireFormats.AcknowledgementInfo parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.AcknowledgementInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.AcknowledgementInfo parseFrom(com.google.protobuf.ByteString data)
           
static WireFormats.AcknowledgementInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.AcknowledgementInfo parseFrom(com.google.protobuf.CodedInputStream input)
           
static WireFormats.AcknowledgementInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.AcknowledgementInfo parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 WireFormats.AcknowledgementInfo.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

CUMULATIVEACK_FIELD_NUMBER

public static final int CUMULATIVEACK_FIELD_NUMBER
See Also:
Constant Field Values

NACKS_FIELD_NUMBER

public static final int NACKS_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static WireFormats.AcknowledgementInfo getDefaultInstance()

getDefaultInstanceForType

public WireFormats.AcknowledgementInfo 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()

hasCumulativeAck

public boolean hasCumulativeAck()
required fixed64 cumulativeAck = 1;

Specified by:
hasCumulativeAck in interface WireFormats.AcknowledgementInfoOrBuilder

getCumulativeAck

public long getCumulativeAck()
required fixed64 cumulativeAck = 1;

Specified by:
getCumulativeAck in interface WireFormats.AcknowledgementInfoOrBuilder

getNacksList

public java.util.List<java.lang.Long> getNacksList()
repeated fixed64 nacks = 2;

Specified by:
getNacksList in interface WireFormats.AcknowledgementInfoOrBuilder

getNacksCount

public int getNacksCount()
repeated fixed64 nacks = 2;

Specified by:
getNacksCount in interface WireFormats.AcknowledgementInfoOrBuilder

getNacks

public long getNacks(int index)
repeated fixed64 nacks = 2;

Specified by:
getNacks in interface WireFormats.AcknowledgementInfoOrBuilder

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 WireFormats.AcknowledgementInfo parseFrom(com.google.protobuf.ByteString data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

public static WireFormats.AcknowledgementInfo parseDelimitedFrom(java.io.InputStream input)
                                                          throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static WireFormats.AcknowledgementInfo.Builder newBuilder()

newBuilderForType

public WireFormats.AcknowledgementInfo.Builder newBuilderForType()

newBuilder

public static WireFormats.AcknowledgementInfo.Builder newBuilder(WireFormats.AcknowledgementInfo prototype)

toBuilder

public WireFormats.AcknowledgementInfo.Builder toBuilder()

newBuilderForType

protected WireFormats.AcknowledgementInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)