Uses of Interface
org.infinispan.distribution.group.Grouper
-
Packages that use Grouper Package Description org.infinispan.configuration.cache Cache
configuration -
-
Uses of Grouper in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type Grouper Modifier and Type Field Description static org.infinispan.commons.configuration.attributes.AttributeDefinition<List<Grouper<?>>>
GroupsConfiguration. GROUPERS
Methods in org.infinispan.configuration.cache that return types with arguments of type Grouper Modifier and Type Method Description List<Grouper<?>>
GroupsConfiguration. groupers()
Get's the current groupers in useMethods in org.infinispan.configuration.cache with parameters of type Grouper Modifier and Type Method Description GroupsConfigurationBuilder
GroupsConfigurationBuilder. addGrouper(Grouper<?> grouper)
Add a grouperMethod parameters in org.infinispan.configuration.cache with type arguments of type Grouper Modifier and Type Method Description GroupsConfigurationBuilder
GroupsConfigurationBuilder. withGroupers(List<Grouper<?>> groupers)
Set the groupers to use
-