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, wait
process
getId
readData, writeData
public int getFactoryId()
IdentifiedDataSerializable
getFactoryId
in interface IdentifiedDataSerializable
public void processBackup(Map.Entry<Object,Expirable> entry)
processBackup
in interface EntryBackupProcessor<Object,Expirable>
public EntryBackupProcessor<Object,Expirable> getBackupProcessor()
EntryProcessor
getBackupProcessor
in interface EntryProcessor<Object,Expirable>
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.