Uses of Interface
org.infinispan.config.FluentConfiguration.HashConfig

Packages that use FluentConfiguration.HashConfig
org.infinispan.config Cache configuration beans and parsers. 
 

Uses of FluentConfiguration.HashConfig in org.infinispan.config
 

Classes in org.infinispan.config that implement FluentConfiguration.HashConfig
static class Configuration.HashType
          Deprecated. 
 

Methods in org.infinispan.config that return FluentConfiguration.HashConfig
 FluentConfiguration.HashConfig Configuration.HashType.consistentHashClass(Class<? extends ConsistentHash> consistentHashClass)
          Deprecated.  
 FluentConfiguration.HashConfig FluentConfiguration.HashConfig.consistentHashClass(Class<? extends ConsistentHash> consistentHashClass)
          Deprecated. No longer used since 5.2, use HashConfigurationBuilder.consistentHashFactory(org.infinispan.distribution.ch.ConsistentHashFactory) instead.
 FluentConfiguration.HashConfig Configuration.ClusteringType.hash()
          Deprecated.  
 FluentConfiguration.HashConfig FluentConfiguration.ClusteringConfig.hash()
          Deprecated. * Configure hash sub element
 FluentConfiguration.HashConfig Configuration.HashType.hashFunctionClass(Class<? extends Hash> hashFunctionClass)
          Deprecated.  
 FluentConfiguration.HashConfig FluentConfiguration.HashConfig.hashFunctionClass(Class<? extends Hash> hashFunctionClass)
          Deprecated. A fully qualified name of the class providing a hash function, used as a bit spreader and a general hash code generator.
 FluentConfiguration.HashConfig Configuration.HashType.numOwners(Integer numOwners)
          Deprecated.  
 FluentConfiguration.HashConfig FluentConfiguration.HashConfig.numOwners(Integer numOwners)
          Deprecated. Number of cluster-wide replicas for each cache entry.
 FluentConfiguration.HashConfig Configuration.HashType.numVirtualNodes(Integer numVirtualNodes)
          Deprecated.  
 FluentConfiguration.HashConfig FluentConfiguration.HashConfig.numVirtualNodes(Integer numVirtualNodes)
          Deprecated. No longer used since 5.2, use HashConfigurationBuilder.numSegments(int) instead.
 FluentConfiguration.HashConfig Configuration.HashType.rehashEnabled(Boolean rehashEnabled)
          Deprecated.  
 FluentConfiguration.HashConfig FluentConfiguration.HashConfig.rehashEnabled(Boolean rehashEnabled)
          Deprecated. If false, no rebalancing or rehashing will take place when a new node joins the cluster or a node leaves
 FluentConfiguration.HashConfig Configuration.HashType.rehashRpcTimeout(Long rehashRpcTimeout)
          Deprecated.  
 FluentConfiguration.HashConfig FluentConfiguration.HashConfig.rehashRpcTimeout(Long rehashRpcTimeout)
          Deprecated.  
 FluentConfiguration.HashConfig Configuration.HashType.rehashWait(Long rehashWaitTime)
          Deprecated.  
 FluentConfiguration.HashConfig FluentConfiguration.HashConfig.rehashWait(Long rehashWaitTime)
          Deprecated.  
 


-->

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