public abstract class AbstractRegionCacheEntryProcessor extends Object implements EntryProcessor<Object,Expirable>, EntryBackupProcessor<Object,Expirable>, IdentifiedDataSerializable
EntryProcessor which acts on a hibernate region cache
 IMap| Constructor and Description | 
|---|
| AbstractRegionCacheEntryProcessor() | 
| Modifier and Type | Method and Description | 
|---|---|
| EntryBackupProcessor<Object,Expirable> | getBackupProcessor()Get the entry processor to be applied to backup entries. | 
| int | getFactoryId()Returns DataSerializableFactory factory id for this class. | 
| void | processBackup(Map.Entry<Object,Expirable> entry) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessgetIdreadData, writeDatapublic int getFactoryId()
IdentifiedDataSerializablegetFactoryId in interface IdentifiedDataSerializablepublic void processBackup(Map.Entry<Object,Expirable> entry)
processBackup in interface EntryBackupProcessor<Object,Expirable>public EntryBackupProcessor<Object,Expirable> getBackupProcessor()
EntryProcessorgetBackupProcessor in interface EntryProcessor<Object,Expirable>Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.