Uses of Enum Class
org.infinispan.container.entries.ReadCommittedEntry.Flags
Packages that use ReadCommittedEntry.Flags
-
Uses of ReadCommittedEntry.Flags in org.infinispan.container.entries
Methods in org.infinispan.container.entries that return ReadCommittedEntry.FlagsModifier and TypeMethodDescriptionstatic ReadCommittedEntry.FlagsReturns the enum constant of this class with the specified name.static ReadCommittedEntry.Flags[]ReadCommittedEntry.Flags.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.container.entries with parameters of type ReadCommittedEntry.FlagsModifier and TypeMethodDescriptionprotected final voidReadCommittedEntry.setFlag(ReadCommittedEntry.Flags flag) Utility method that sets the value of the given flag to true.