|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeltaAwareCacheEntry.Flags | |
---|---|
org.infinispan.container.entries | Entries which are stored in data containers. |
Uses of DeltaAwareCacheEntry.Flags in org.infinispan.container.entries |
---|
Methods in org.infinispan.container.entries that return DeltaAwareCacheEntry.Flags | |
---|---|
static DeltaAwareCacheEntry.Flags |
DeltaAwareCacheEntry.Flags.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DeltaAwareCacheEntry.Flags[] |
DeltaAwareCacheEntry.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 DeltaAwareCacheEntry.Flags | |
---|---|
protected boolean |
DeltaAwareCacheEntry.isFlagSet(DeltaAwareCacheEntry.Flags flag)
Tests whether a flag is set. |
protected void |
DeltaAwareCacheEntry.setFlag(DeltaAwareCacheEntry.Flags flag)
Utility method that sets the value of the given flag to true. |
protected void |
DeltaAwareCacheEntry.unsetFlag(DeltaAwareCacheEntry.Flags flag)
Utility method that sets the value of the flag to false. |
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |