Package | Description |
---|---|
org.jboss.cache.mvcc |
Modifier and Type | Method and Description |
---|---|
static ReadCommittedNode.Flags |
ReadCommittedNode.Flags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadCommittedNode.Flags[] |
ReadCommittedNode.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 |
ReadCommittedNode.isFlagSet(ReadCommittedNode.Flags flag)
Tests whether a flag is set.
|
protected void |
ReadCommittedNode.setFlag(ReadCommittedNode.Flags flag)
Unility method that sets the value of the given flag to true.
|
protected void |
ReadCommittedNode.unsetFlag(ReadCommittedNode.Flags flag)
Utility method that sets the value of the flag to false.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.