K - key typeV - value typepublic class SetEntryProcessor<K,V> extends Object implements javax.cache.processor.EntryProcessor<K,V,V>, Serializable
EntryProcessor to set the value of an entry.| Constructor and Description |
|---|
SetEntryProcessor(V value)
Constructs a
SetEntryProcessor. |
| Modifier and Type | Method and Description |
|---|---|
V |
getValue()
Obtains the value to set.
|
V |
process(javax.cache.processor.MutableEntry<K,V> entry,
Object... arguments) |
public SetEntryProcessor(V value)
SetEntryProcessor.value - entry valueCopyright © 2019. All rights reserved.