Class HashConfigurationBuilder

java.lang.Object
org.infinispan.configuration.cache.HashConfigurationBuilder
All Implemented Interfaces:
Builder<HashConfiguration>, ClusteringConfigurationChildBuilder, ConfigurationChildBuilder

public class HashConfigurationBuilder extends Object implements Builder<HashConfiguration>
Allows fine-tuning of rehashing characteristics. Must only used with 'distributed' cache mode.
Author:
pmuir