| Package | Description |
|---|---|
| org.infinispan.configuration.cache |
Cache configuration |
| org.infinispan.distribution.group |
Groups allow keys with differeing hash codes to be co-located on the same node.
|
| Modifier and Type | Method and Description |
|---|---|
List<Grouper<?>> |
GroupsConfiguration.groupers()
Get's the current groupers in use
|
| Modifier and Type | Method and Description |
|---|---|
GroupsConfigurationBuilder |
GroupsConfigurationBuilder.addGrouper(Grouper<?> grouper)
Add a grouper
|
| Modifier and Type | Method and Description |
|---|---|
GroupsConfigurationBuilder |
GroupsConfigurationBuilder.withGroupers(List<Grouper<?>> groupers)
Set the groupers to use
|
| Constructor and Description |
|---|
GroupManagerImpl(List<Grouper<?>> groupers) |
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.