Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.container.entries.DeltaAwareCacheEntry.Flags

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

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.