Uses of Enum Class
org.infinispan.interceptors.locking.ClusteringDependentLogic.Commit
Packages that use ClusteringDependentLogic.Commit
-
Uses of ClusteringDependentLogic.Commit in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking that return ClusteringDependentLogic.CommitModifier and TypeMethodDescriptionprotected ClusteringDependentLogic.CommitClusteringDependentLogic.AbstractClusteringDependentLogic.clusterCommitType(FlagAffectedCommand command, InvocationContext ctx, int segment, boolean removed) ClusteringDependentLogic.AbstractClusteringDependentLogic.commitType(FlagAffectedCommand command, InvocationContext ctx, int segment, boolean removed) ClusteringDependentLogic.commitType(FlagAffectedCommand command, InvocationContext ctx, int segment, boolean removed) Determines what type of commit this is.ClusteringDependentLogic.InvalidationLogic.commitType(FlagAffectedCommand command, InvocationContext ctx, int segment, boolean removed) ClusteringDependentLogic.LocalLogic.commitType(FlagAffectedCommand command, InvocationContext ctx, int segment, boolean removed) ClusteringDependentLogic.ReplicationLogic.commitType(FlagAffectedCommand command, InvocationContext ctx, int segment, boolean removed) Returns the enum constant of this class with the specified name.static ClusteringDependentLogic.Commit[]ClusteringDependentLogic.Commit.values()Returns an array containing the constants of this enum class, in the order they are declared.