Class OperationCompletion<K>


  • public class OperationCompletion<K>
    extends Object
    Completes when each operation for a key completes and propagates exception. At the moment the keys are not used and just a simple count is done. Later we may do additional bookkeeping and fault detection based on the keys.
    Author:
    Jens Wilke
    • Constructor Detail

      • OperationCompletion

        public OperationCompletion​(Set<K> keys,
                                   org.cache2k.CacheOperationCompletionListener l)
    • Method Detail

      • complete

        public void complete​(K key,
                             Throwable t)