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 Type
    Method
    Description
    long
    required fixed64 cumulativeAck = 1;
    long
    getNacks(int index)
    repeated fixed64 nacks = 2;
    int
    repeated fixed64 nacks = 2;
    repeated fixed64 nacks = 2;
    boolean
    required fixed64 cumulativeAck = 1;

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<Long> 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.