Package org.cache2k.core
Class OperationCompletion<K>
- java.lang.Object
-
- org.cache2k.core.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 Summary
Constructors Constructor Description OperationCompletion(Set<K> keys, org.cache2k.CacheOperationCompletionListener l)
-