Package | Description |
---|---|
org.infinispan.interceptors.locking |
Interceptors dealing with locking.
|
Modifier and Type | Method and Description |
---|---|
protected ClusteringDependentLogic.Commit |
ClusteringDependentLogic.AbstractClusteringDependentLogic.clusterCommitType(FlagAffectedCommand command,
InvocationContext ctx,
int segment,
boolean removed) |
ClusteringDependentLogic.Commit |
ClusteringDependentLogic.commitType(FlagAffectedCommand command,
InvocationContext ctx,
int segment,
boolean removed)
Determines what type of commit this is.
|
ClusteringDependentLogic.Commit |
ClusteringDependentLogic.AbstractClusteringDependentLogic.commitType(FlagAffectedCommand command,
InvocationContext ctx,
int segment,
boolean removed) |
ClusteringDependentLogic.Commit |
ClusteringDependentLogic.LocalLogic.commitType(FlagAffectedCommand command,
InvocationContext ctx,
int segment,
boolean removed) |
ClusteringDependentLogic.Commit |
ClusteringDependentLogic.InvalidationLogic.commitType(FlagAffectedCommand command,
InvocationContext ctx,
int segment,
boolean removed) |
ClusteringDependentLogic.Commit |
ClusteringDependentLogic.ReplicationLogic.commitType(FlagAffectedCommand command,
InvocationContext ctx,
int segment,
boolean removed) |
ClusteringDependentLogic.Commit |
OrderedClusteringDependentLogic.commitType(FlagAffectedCommand command,
InvocationContext ctx,
int segment,
boolean removed) |
static ClusteringDependentLogic.Commit |
ClusteringDependentLogic.Commit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusteringDependentLogic.Commit[] |
ClusteringDependentLogic.Commit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.