Uses of Class
org.wildfly.extras.creaper.commands.infinispan.cache.AddDistributedCache.Builder

Packages that use AddDistributedCache.Builder
org.wildfly.extras.creaper.commands.infinispan.cache   
 

Uses of AddDistributedCache.Builder in org.wildfly.extras.creaper.commands.infinispan.cache
 

Methods in org.wildfly.extras.creaper.commands.infinispan.cache that return AddDistributedCache.Builder
 AddDistributedCache.Builder AddDistributedCache.Builder.asyncMarshalling(Boolean asyncMarshalling)
           
 AddDistributedCache.Builder AddDistributedCache.Builder.capacityFactor(Double capacityFactor)
          capacity-factor is only supported on WildFly 9 and above, this setting will be ignored on previous versions.
 AddDistributedCache.Builder AddDistributedCache.Builder.consistentHashStrategy(ConsistentHashStrategy consistentHashStrategy)
          consistent-hash-strategy is only supported on WildFly 9 and above, this setting will be ignored on previous versions.
 AddDistributedCache.Builder AddDistributedCache.Builder.l1lifespan(Long l1lifespan)
           
 AddDistributedCache.Builder AddDistributedCache.Builder.mode(CacheMode mode)
           
 AddDistributedCache.Builder AddDistributedCache.Builder.owners(Integer owners)
           
 AddDistributedCache.Builder AddDistributedCache.Builder.queueFlushInterval(Long queueFlushInterval)
           
 AddDistributedCache.Builder AddDistributedCache.Builder.remoteTimeout(Long remoteTimeout)
           
 AddDistributedCache.Builder AddDistributedCache.Builder.segments(Integer segments)
           
 



Copyright © 2016. All rights reserved.