Class EntryProcessorEntry<K,​V>

  • All Implemented Interfaces:
    Cache.Entry<K,​V>, MutableEntry<K,​V>

    public final class EntryProcessorEntry<K,​V>
    extends Object
    implements MutableEntry<K,​V>
    An entry that is consumed by an EntryProcessor. The updates to the entry are replayed on the cache when the processor completes.