public abstract static class ClusteringDependentLogic.AbstractClusteringDependentLogic extends Object implements ClusteringDependentLogic
ClusteringDependentLogic.AbstractClusteringDependentLogic, ClusteringDependentLogic.DistributionLogic, ClusteringDependentLogic.InvalidationLogic, ClusteringDependentLogic.LocalLogic, ClusteringDependentLogic.ReplicationLogic
Modifier and Type | Field and Description |
---|---|
protected DataContainer |
dataContainer |
protected CacheNotifier |
notifier |
Constructor and Description |
---|
ClusteringDependentLogic.AbstractClusteringDependentLogic() |
Modifier and Type | Method and Description |
---|---|
protected void |
commitCacheEntry(CacheEntry entry,
EntryVersion version) |
void |
init(DataContainer dataContainer,
CacheNotifier notifier,
Configuration configuration) |
protected void |
notifyCommitEntry(boolean created,
boolean removed,
boolean evicted,
CacheEntry entry,
InvocationContext ctx) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
commitEntry, createNewVersionsAndCheckForWriteSkews, getAddress, getOwners, getPrimaryOwner, localNodeIsOwner, localNodeIsPrimaryOwner
protected DataContainer dataContainer
protected CacheNotifier notifier
public ClusteringDependentLogic.AbstractClusteringDependentLogic()
public void init(DataContainer dataContainer, CacheNotifier notifier, Configuration configuration)
protected void notifyCommitEntry(boolean created, boolean removed, boolean evicted, CacheEntry entry, InvocationContext ctx)
protected final void commitCacheEntry(CacheEntry entry, EntryVersion version)
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.