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() |
int |
getFactoryId() |
void |
processBackup(Map.Entry<Object,Expirable> entry) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessgetIdreadData, writeDatapublic int getFactoryId()
getFactoryId in interface IdentifiedDataSerializablepublic void processBackup(Map.Entry<Object,Expirable> entry)
processBackup in interface EntryBackupProcessor<Object,Expirable>public EntryBackupProcessor<Object,Expirable> getBackupProcessor()
getBackupProcessor in interface EntryProcessor<Object,Expirable>Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.