akka.remote
Class WireFormats.AcknowledgementInfo.Builder

java.lang.Object
  extended by 
      extended by akka.remote.WireFormats.AcknowledgementInfo.Builder
All Implemented Interfaces:
WireFormats.AcknowledgementInfoOrBuilder
Enclosing class:
WireFormats.AcknowledgementInfo

public static final class WireFormats.AcknowledgementInfo.Builder
extends
implements WireFormats.AcknowledgementInfoOrBuilder

Protobuf type AcknowledgementInfo


Method Summary
 WireFormats.AcknowledgementInfo.Builder addAllNacks(java.lang.Iterable<? extends java.lang.Long> values)
          repeated fixed64 nacks = 2;
 WireFormats.AcknowledgementInfo.Builder addNacks(long value)
          repeated fixed64 nacks = 2;
 WireFormats.AcknowledgementInfo build()
           
 WireFormats.AcknowledgementInfo buildPartial()
           
 WireFormats.AcknowledgementInfo.Builder clear()
           
 WireFormats.AcknowledgementInfo.Builder clearCumulativeAck()
          required fixed64 cumulativeAck = 1;
 WireFormats.AcknowledgementInfo.Builder clearNacks()
          repeated fixed64 nacks = 2;
 WireFormats.AcknowledgementInfo.Builder clone()
           
 long getCumulativeAck()
          required fixed64 cumulativeAck = 1;
 WireFormats.AcknowledgementInfo getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 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;
 boolean hasCumulativeAck()
          required fixed64 cumulativeAck = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 WireFormats.AcknowledgementInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 WireFormats.AcknowledgementInfo.Builder mergeFrom(com.google.protobuf.Message other)
           
 WireFormats.AcknowledgementInfo.Builder setCumulativeAck(long value)
          required fixed64 cumulativeAck = 1;
 WireFormats.AcknowledgementInfo.Builder setNacks(int index, long value)
          repeated fixed64 nacks = 2;
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescriptor

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

internalGetFieldAccessorTable

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

clear

public WireFormats.AcknowledgementInfo.Builder clear()

clone

public WireFormats.AcknowledgementInfo.Builder clone()

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()

getDefaultInstanceForType

public WireFormats.AcknowledgementInfo getDefaultInstanceForType()

build

public WireFormats.AcknowledgementInfo build()

buildPartial

public WireFormats.AcknowledgementInfo buildPartial()

mergeFrom

public WireFormats.AcknowledgementInfo.Builder mergeFrom(com.google.protobuf.Message other)

isInitialized

public final boolean isInitialized()

mergeFrom

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

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

setCumulativeAck

public WireFormats.AcknowledgementInfo.Builder setCumulativeAck(long value)
required fixed64 cumulativeAck = 1;


clearCumulativeAck

public WireFormats.AcknowledgementInfo.Builder clearCumulativeAck()
required fixed64 cumulativeAck = 1;


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

setNacks

public WireFormats.AcknowledgementInfo.Builder setNacks(int index,
                                                        long value)
repeated fixed64 nacks = 2;


addNacks

public WireFormats.AcknowledgementInfo.Builder addNacks(long value)
repeated fixed64 nacks = 2;


addAllNacks

public WireFormats.AcknowledgementInfo.Builder addAllNacks(java.lang.Iterable<? extends java.lang.Long> values)
repeated fixed64 nacks = 2;


clearNacks

public WireFormats.AcknowledgementInfo.Builder clearNacks()
repeated fixed64 nacks = 2;