public class ClusterLinkPortalCacheReplicator<K extends java.io.Serializable,V extends java.io.Serializable> extends java.lang.Object implements PortalCacheListener<K,V>, PortalCacheReplicator
DEFAULT_REPLICATE_PUTS, DEFAULT_REPLICATE_PUTS_VIA_COPY, DEFAULT_REPLICATE_REMOVALS, DEFAULT_REPLICATE_UPDATES, DEFAULT_REPLICATE_UPDATES_VIA_COPY, REPLICATE_PUTS, REPLICATE_PUTS_VIA_COPY, REPLICATE_REMOVALS, REPLICATE_UPDATES, REPLICATE_UPDATES_VIA_COPY| Constructor and Description |
|---|
ClusterLinkPortalCacheReplicator(java.util.Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
notifyEntryEvicted(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive) |
void |
notifyEntryExpired(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive) |
void |
notifyEntryPut(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive) |
void |
notifyEntryRemoved(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive) |
void |
notifyEntryUpdated(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive) |
void |
notifyRemoveAll(PortalCache<K,V> portalCache) |
public ClusterLinkPortalCacheReplicator(java.util.Properties properties)
public void dispose()
dispose in interface PortalCacheListener<K extends java.io.Serializable,V extends java.io.Serializable>public void notifyEntryEvicted(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
notifyEntryEvicted in interface PortalCacheListener<K extends java.io.Serializable,V extends java.io.Serializable>public void notifyEntryExpired(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
notifyEntryExpired in interface PortalCacheListener<K extends java.io.Serializable,V extends java.io.Serializable>public void notifyEntryPut(PortalCache<K,V> portalCache, K key, V value, int timeToLive) throws PortalCacheException
notifyEntryPut in interface PortalCacheListener<K extends java.io.Serializable,V extends java.io.Serializable>PortalCacheExceptionpublic void notifyEntryRemoved(PortalCache<K,V> portalCache, K key, V value, int timeToLive) throws PortalCacheException
notifyEntryRemoved in interface PortalCacheListener<K extends java.io.Serializable,V extends java.io.Serializable>PortalCacheExceptionpublic void notifyEntryUpdated(PortalCache<K,V> portalCache, K key, V value, int timeToLive) throws PortalCacheException
notifyEntryUpdated in interface PortalCacheListener<K extends java.io.Serializable,V extends java.io.Serializable>PortalCacheExceptionpublic void notifyRemoveAll(PortalCache<K,V> portalCache) throws PortalCacheException
notifyRemoveAll in interface PortalCacheListener<K extends java.io.Serializable,V extends java.io.Serializable>PortalCacheException