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 Summary
Modifier and TypeMethodDescriptionlongrequired fixed64 cumulativeAck = 1;longgetNacks(int index) repeated fixed64 nacks = 2;intrepeated fixed64 nacks = 2;repeated fixed64 nacks = 2;booleanrequired fixed64 cumulativeAck = 1;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCumulativeAck
boolean hasCumulativeAck()required fixed64 cumulativeAck = 1;- Returns:
- Whether the cumulativeAck field is set.
-
getCumulativeAck
long getCumulativeAck()required fixed64 cumulativeAck = 1;- Returns:
- The cumulativeAck.
-
getNacksList
repeated fixed64 nacks = 2;- Returns:
- A list containing the nacks.
-
getNacksCount
int getNacksCount()repeated fixed64 nacks = 2;- Returns:
- The count of nacks.
-
getNacks
long getNacks(int index) repeated fixed64 nacks = 2;- Parameters:
index- The index of the element to return.- Returns:
- The nacks at the given index.
-