Modifier and Type | Method and Description |
---|---|
Collection<R> |
KeyTrackingTerminalOperation.performOperation(KeyTrackingTerminalOperation.IntermediateCollector<Collection<R>> response)
Invoked when a key aware operation is desired without rehash being enabled.
|
Collection<CacheEntry<K,R2>> |
KeyTrackingTerminalOperation.performOperationRehashAware(KeyTrackingTerminalOperation.IntermediateCollector<Collection<CacheEntry<K,R2>>> response)
Invoked when a key and rehash aware operation is desired.
|
Modifier and Type | Method and Description |
---|---|
List<V> |
AbstractForEachOperation.performOperation(KeyTrackingTerminalOperation.IntermediateCollector<Collection<V>> response) |
Collection<CacheEntry<K,K>> |
AbstractForEachOperation.performOperationRehashAware(KeyTrackingTerminalOperation.IntermediateCollector<Collection<CacheEntry<K,K>>> response) |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.