Uses of Interface
org.infinispan.distribution.group.Grouper

Packages that use Grouper
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.distribution.group Groups allow keys with differeing hash codes to be co-located on the same node. 
 

Uses of Grouper in org.infinispan.config
 

Fields in org.infinispan.config with type parameters of type Grouper
protected  List<Grouper<?>> Configuration.HashType.groupers
           
 

Methods in org.infinispan.config that return types with arguments of type Grouper
 List<Grouper<?>> FluentConfiguration.HashConfig.getGroupers()
          Get's the current groupers in use
 List<Grouper<?>> Configuration.getGroupers()
           
 List<Grouper<?>> Configuration.HashType.getGroupers()
           
 

Method parameters in org.infinispan.config with type arguments of type Grouper
 FluentConfiguration.HashConfig FluentConfiguration.HashConfig.groupers(List<Grouper<?>> groupers)
          Controls the groupers used in distribution
 FluentConfiguration.HashConfig Configuration.HashType.groupers(List<Grouper<?>> groupers)
           
 

Uses of Grouper in org.infinispan.distribution.group
 

Constructor parameters in org.infinispan.distribution.group with type arguments of type Grouper
GroupManagerImpl(List<Grouper<?>> groupers)
           
 


-->

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