Uses of Class
org.wildfly.extras.creaper.commands.infinispan.cache.CacheMode

Packages that use CacheMode
org.wildfly.extras.creaper.commands.infinispan.cache   
 

Uses of CacheMode in org.wildfly.extras.creaper.commands.infinispan.cache
 

Methods in org.wildfly.extras.creaper.commands.infinispan.cache that return CacheMode
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.wildfly.extras.creaper.commands.infinispan.cache with parameters of type CacheMode
 AddDistributedCache.Builder AddDistributedCache.Builder.mode(CacheMode mode)
           
 AddReplicatedCache.Builder AddReplicatedCache.Builder.mode(CacheMode mode)
           
 AddInvalidationCache.Builder AddInvalidationCache.Builder.mode(CacheMode mode)
           
 



Copyright © 2016. All rights reserved.