Package | Description |
---|---|
org.infinispan.container.entries |
Entries which are stored in data containers.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.