Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.configuration.cache.CacheMode

Packages that use CacheMode
org.infinispan.configuration.as   
org.infinispan.configuration.cache Classes related to eviction. 
 

Uses of CacheMode in org.infinispan.configuration.as
 

Methods in org.infinispan.configuration.as that return CacheMode
 CacheMode Mode.apply(CacheMode mode)
           
 

Methods in org.infinispan.configuration.as with parameters of type CacheMode
 CacheMode Mode.apply(CacheMode mode)
           
static Mode Mode.forCacheMode(CacheMode mode)
           
 

Uses of CacheMode in org.infinispan.configuration.cache
 

Methods in org.infinispan.configuration.cache that return CacheMode
 CacheMode ClusteringConfiguration.cacheMode()
          Cache mode.
 CacheMode CacheMode.toAsync()
           
 CacheMode CacheMode.toSync()
           
static CacheMode CacheMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CacheMode[] CacheMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.infinispan.configuration.cache with parameters of type CacheMode
 ClusteringConfigurationBuilder ClusteringConfigurationBuilder.cacheMode(CacheMode cacheMode)
          Cache mode.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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