|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.remote.WireFormats.AcknowledgementInfo.Builder
public static final class WireFormats.AcknowledgementInfo.Builder
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 |
---|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public WireFormats.AcknowledgementInfo.Builder clear()
public WireFormats.AcknowledgementInfo.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public WireFormats.AcknowledgementInfo getDefaultInstanceForType()
public WireFormats.AcknowledgementInfo build()
public WireFormats.AcknowledgementInfo buildPartial()
public WireFormats.AcknowledgementInfo.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public WireFormats.AcknowledgementInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public boolean hasCumulativeAck()
required fixed64 cumulativeAck = 1;
hasCumulativeAck
in interface WireFormats.AcknowledgementInfoOrBuilder
public long getCumulativeAck()
required fixed64 cumulativeAck = 1;
getCumulativeAck
in interface WireFormats.AcknowledgementInfoOrBuilder
public WireFormats.AcknowledgementInfo.Builder setCumulativeAck(long value)
required fixed64 cumulativeAck = 1;
public WireFormats.AcknowledgementInfo.Builder clearCumulativeAck()
required fixed64 cumulativeAck = 1;
public java.util.List<java.lang.Long> getNacksList()
repeated fixed64 nacks = 2;
getNacksList
in interface WireFormats.AcknowledgementInfoOrBuilder
public int getNacksCount()
repeated fixed64 nacks = 2;
getNacksCount
in interface WireFormats.AcknowledgementInfoOrBuilder
public long getNacks(int index)
repeated fixed64 nacks = 2;
getNacks
in interface WireFormats.AcknowledgementInfoOrBuilder
public WireFormats.AcknowledgementInfo.Builder setNacks(int index, long value)
repeated fixed64 nacks = 2;
public WireFormats.AcknowledgementInfo.Builder addNacks(long value)
repeated fixed64 nacks = 2;
public WireFormats.AcknowledgementInfo.Builder addAllNacks(java.lang.Iterable<? extends java.lang.Long> values)
repeated fixed64 nacks = 2;
public WireFormats.AcknowledgementInfo.Builder clearNacks()
repeated fixed64 nacks = 2;
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |