|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadCommittedEntry.Flags | |
---|---|
org.infinispan.container.entries | Entries which are stored in data containers. |
Uses of ReadCommittedEntry.Flags in org.infinispan.container.entries |
---|
Methods in org.infinispan.container.entries that return ReadCommittedEntry.Flags | |
---|---|
static ReadCommittedEntry.Flags |
ReadCommittedEntry.Flags.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ReadCommittedEntry.Flags[] |
ReadCommittedEntry.Flags.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.infinispan.container.entries with parameters of type ReadCommittedEntry.Flags | |
---|---|
protected boolean |
ReadCommittedEntry.isFlagSet(ReadCommittedEntry.Flags flag)
Tests whether a flag is set. |
protected void |
ReadCommittedEntry.setFlag(ReadCommittedEntry.Flags flag)
Utility method that sets the value of the given flag to true. |
protected void |
ReadCommittedEntry.unsetFlag(ReadCommittedEntry.Flags flag)
Utility method that sets the value of the flag to false. |
|
--> |