K - key typeV - value typepublic class GetEntryProcessor<K,V> extends Object implements javax.cache.processor.EntryProcessor<K,V,V>, Serializable
EntryProcessor to return the current value of an entry.| Constructor and Description |
|---|
GetEntryProcessor() |
| Modifier and Type | Method and Description |
|---|---|
V |
process(javax.cache.processor.MutableEntry<K,V> entry,
Object... arguments) |
Copyright © 2019. All rights reserved.