Package org.apache.pekko.remote
Interface WireFormats.AcknowledgementInfoOrBuilder
- 
- All Superinterfaces:
- org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,- org.apache.pekko.protobufv3.internal.MessageOrBuilder
 - All Known Implementing Classes:
- WireFormats.AcknowledgementInfo,- WireFormats.AcknowledgementInfo.Builder
 - Enclosing class:
- WireFormats
 
 public static interface WireFormats.AcknowledgementInfoOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCumulativeAck()required fixed64 cumulativeAck = 1;longgetNacks(int index)repeated fixed64 nacks = 2;intgetNacksCount()repeated fixed64 nacks = 2;java.util.List<java.lang.Long>getNacksList()repeated fixed64 nacks = 2;booleanhasCumulativeAck()required fixed64 cumulativeAck = 1;- 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilderisInitialized
 - 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasCumulativeAckboolean hasCumulativeAck() required fixed64 cumulativeAck = 1;- Returns:
- Whether the cumulativeAck field is set.
 
 - 
getCumulativeAcklong getCumulativeAck() required fixed64 cumulativeAck = 1;- Returns:
- The cumulativeAck.
 
 - 
getNacksListjava.util.List<java.lang.Long> getNacksList() repeated fixed64 nacks = 2;- Returns:
- A list containing the nacks.
 
 - 
getNacksCountint getNacksCount() repeated fixed64 nacks = 2;- Returns:
- The count of nacks.
 
 - 
getNackslong getNacks(int index) repeated fixed64 nacks = 2;- Parameters:
- index- The index of the element to return.
- Returns:
- The nacks at the given index.
 
 
- 
 
-