Uses of Class
org.infinispan.loaders.modifications.Modification.Type

Packages that use Modification.Type
org.infinispan.loaders.modifications Modifications that are used to encapsulate cache operations for application to a CacheStore
 

Uses of Modification.Type in org.infinispan.loaders.modifications
 

Methods in org.infinispan.loaders.modifications that return Modification.Type
 Modification.Type Store.getType()
           
 Modification.Type Clear.getType()
           
 Modification.Type ModificationsList.getType()
           
 Modification.Type PurgeExpired.getType()
           
 Modification.Type Remove.getType()
           
 Modification.Type Modification.getType()
           
static Modification.Type Modification.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Modification.Type[] Modification.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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