Class AsynchronousProcessor<K,​V,​R>

    • Field Detail

      • m_eReason

        protected volatile Throwable m_eReason
        Reason for the failed operation.
      • m_listResultEntries

        protected List<Map.Entry<K,​R>> m_listResultEntries
        List of result value entries. The reason we keep the result entries as a List rather than a Set or a Map is to skip unnecessary "equals" checks and defer potentially unneeded deserialization.