Package akka.remote

Interface WireFormats.AcknowledgementInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCumulativeAck()
      required fixed64 cumulativeAck = 1;
      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;
      • Methods inherited from interface akka.protobufv3.internal.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • 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

        java.util.List<java.lang.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.