| Package | Description |
|---|---|
| org.infinispan.config |
Cache configuration beans and parsers.
|
| org.infinispan.configuration.cache |
Classes related to eviction.
|
| 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.getGroupers() |
List<Grouper<?>> |
FluentConfiguration.GroupsConfig.getGroupers()
Deprecated.
Get's the current groupers in use
|
List<Grouper<?>> |
Configuration.getGroupers()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
FluentConfiguration.GroupsConfig |
GroupsConfiguration.groupers(List<Grouper<?>> groupers) |
FluentConfiguration.GroupsConfig |
FluentConfiguration.GroupsConfig.groupers(List<Grouper<?>> groupers)
Deprecated.
Set the groupers currently in use
|
| 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 © 2012 JBoss by Red Hat. All Rights Reserved.