public static class ClusteringDependentLogic.LocalLogic extends ClusteringDependentLogic.AbstractClusteringDependentLogic
ClusteringDependentLogic.AbstractClusteringDependentLogic, ClusteringDependentLogic.Commit, ClusteringDependentLogic.DistributionLogic, ClusteringDependentLogic.InvalidationLogic, ClusteringDependentLogic.LocalLogic, ClusteringDependentLogic.ReplicationLogic, ClusteringDependentLogic.ScatteredLogiccommitManager, componentRegistry, configuration, dataContainer, distributionManager, evictionManager, functionalNotifier, keyPartitioner, notifier, persistenceManager, timeService| Constructor and Description |
|---|
LocalLogic() |
| Modifier and Type | Method and Description |
|---|---|
protected CompletionStage<Void> |
commitSingleEntry(CacheEntry entry,
FlagAffectedCommand command,
InvocationContext ctx,
Flag trackFlag,
boolean l1Invalidation) |
ClusteringDependentLogic.Commit |
commitType(FlagAffectedCommand command,
InvocationContext ctx,
int segment,
boolean removed)
Determines what type of commit this is.
|
Address |
getAddress() |
LocalizedCacheTopology |
getCacheTopology() |
void |
init(Transport transport,
Configuration configuration,
KeyPartitioner keyPartitioner) |
protected WriteSkewHelper.KeySpecificLogic |
initKeySpecificLogic() |
clusterCommitType, commitEntry, createNewVersionsAndCheckForWriteSkews, getEntryLoader, startpublic void init(Transport transport, Configuration configuration, KeyPartitioner keyPartitioner)
public LocalizedCacheTopology getCacheTopology()
getCacheTopology in interface ClusteringDependentLogicgetCacheTopology in class ClusteringDependentLogic.AbstractClusteringDependentLogicpublic Address getAddress()
getAddress in interface ClusteringDependentLogicgetAddress in class ClusteringDependentLogic.AbstractClusteringDependentLogicpublic ClusteringDependentLogic.Commit commitType(FlagAffectedCommand command, InvocationContext ctx, int segment, boolean removed)
ClusteringDependentLogiccommitType in interface ClusteringDependentLogiccommitType in class ClusteringDependentLogic.AbstractClusteringDependentLogicsegment - if 0 or greater assumes the underlying container is segmented.protected CompletionStage<Void> commitSingleEntry(CacheEntry entry, FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)
commitSingleEntry in class ClusteringDependentLogic.AbstractClusteringDependentLogicprotected WriteSkewHelper.KeySpecificLogic initKeySpecificLogic()
initKeySpecificLogic in class ClusteringDependentLogic.AbstractClusteringDependentLogicCopyright © 2021 JBoss by Red Hat. All rights reserved.