public interface ClusteringDependentLogic
Modifier and Type | Interface and Description |
---|---|
static class |
ClusteringDependentLogic.AbstractClusteringDependentLogic |
static class |
ClusteringDependentLogic.DistributionLogic
This logic is used in distributed mode caches.
|
static class |
ClusteringDependentLogic.InvalidationLogic
This logic is used in invalidation mode caches.
|
static class |
ClusteringDependentLogic.LocalLogic
This logic is used in local mode caches.
|
static class |
ClusteringDependentLogic.ReplicationLogic
This logic is used in replicated mode caches.
|
Modifier and Type | Method and Description |
---|---|
void |
commitEntry(CacheEntry entry,
EntryVersion newVersion,
boolean skipOwnershipCheck,
InvocationContext ctx) |
EntryVersionsMap |
createNewVersionsAndCheckForWriteSkews(VersionGenerator versionGenerator,
TxInvocationContext context,
VersionedPrepareCommand prepareCommand) |
Address |
getAddress() |
Collection<Address> |
getOwners(Collection<Object> keys) |
Address |
getPrimaryOwner(Object key) |
boolean |
localNodeIsOwner(Object key) |
boolean |
localNodeIsPrimaryOwner(Object key) |
boolean localNodeIsOwner(Object key)
boolean localNodeIsPrimaryOwner(Object key)
void commitEntry(CacheEntry entry, EntryVersion newVersion, boolean skipOwnershipCheck, InvocationContext ctx)
Collection<Address> getOwners(Collection<Object> keys)
EntryVersionsMap createNewVersionsAndCheckForWriteSkews(VersionGenerator versionGenerator, TxInvocationContext context, VersionedPrepareCommand prepareCommand)
Address getAddress()
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.