protected ClusteringDependentLogic.Commit |
ClusteringDependentLogic.AbstractClusteringDependentLogic.clusterCommitType(org.infinispan.commands.FlagAffectedCommand command,
InvocationContext ctx,
int segment,
boolean removed) |
|
ClusteringDependentLogic.Commit |
ClusteringDependentLogic.AbstractClusteringDependentLogic.commitType(org.infinispan.commands.FlagAffectedCommand command,
InvocationContext ctx,
int segment,
boolean removed) |
|
ClusteringDependentLogic.Commit |
ClusteringDependentLogic.commitType(org.infinispan.commands.FlagAffectedCommand command,
InvocationContext ctx,
int segment,
boolean removed) |
Determines what type of commit this is.
|
ClusteringDependentLogic.Commit |
ClusteringDependentLogic.InvalidationLogic.commitType(org.infinispan.commands.FlagAffectedCommand command,
InvocationContext ctx,
int segment,
boolean removed) |
|
ClusteringDependentLogic.Commit |
ClusteringDependentLogic.LocalLogic.commitType(org.infinispan.commands.FlagAffectedCommand command,
InvocationContext ctx,
int segment,
boolean removed) |
|
ClusteringDependentLogic.Commit |
ClusteringDependentLogic.ReplicationLogic.commitType(org.infinispan.commands.FlagAffectedCommand command,
InvocationContext ctx,
int segment,
boolean removed) |
|
ClusteringDependentLogic.Commit |
OrderedClusteringDependentLogic.commitType(org.infinispan.commands.FlagAffectedCommand command,
InvocationContext ctx,
int segment,
boolean removed) |
|
static ClusteringDependentLogic.Commit |
ClusteringDependentLogic.Commit.valueOf(java.lang.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.
|