public interface EntryProcessor<K,V> extends Serializable
Modifier and Type | Method and Description |
---|---|
EntryBackupProcessor<K,V> |
getBackupProcessor()
Get the entry processor to be applied to backup entries.
|
Object |
process(Map.Entry<K,V> entry)
Process the entry without worrying about concurrency.
|
Object process(Map.Entry<K,V> entry)
entry
- entry to be processesEntryBackupProcessor<K,V> getBackupProcessor()
Copyright © 2014 Hazelcast, Inc.. All rights reserved.