|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
Methods in org.infinispan.config that return types with arguments of type Grouper | |
---|---|
List<Grouper<?>> |
GroupsConfiguration.getGroupers()
|
List<Grouper<?>> |
FluentConfiguration.GroupsConfig.getGroupers()
Get's the current groupers in use |
List<Grouper<?>> |
Configuration.getGroupers()
|
Method parameters in org.infinispan.config with type arguments of type Grouper | |
---|---|
FluentConfiguration.GroupsConfig |
GroupsConfiguration.groupers(List<Grouper<?>> groupers)
|
FluentConfiguration.GroupsConfig |
FluentConfiguration.GroupsConfig.groupers(List<Grouper<?>> groupers)
Set the groupers currently in use |
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)
|
|
--> |