Infinispan Distribution 5.2.6.Final-redhat-2

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 Remove.getType()
           
 Modification.Type PurgeExpired.getType()
           
 Modification.Type ModificationsList.getType()
           
 Modification.Type Modification.getType()
           
 Modification.Type Clear.getType()
           
 Modification.Type Store.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.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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