Class BasePackFetchConnection.FetchStateV2

  • Enclosing class:
    BasePackFetchConnection

    private static class BasePackFetchConnection.FetchStateV2
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FetchStateV2()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void incHavesToSend​(boolean statelessRPC)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • havesToSend

        long havesToSend
      • havesTotal

        long havesTotal
      • hadAcks

        boolean hadAcks
      • havesWithoutAck

        long havesWithoutAck
    • Constructor Detail

      • FetchStateV2

        private FetchStateV2()
    • Method Detail

      • incHavesToSend

        void incHavesToSend​(boolean statelessRPC)