Class GroupsConfiguration
- java.lang.Object
-
- org.infinispan.configuration.cache.GroupsConfiguration
-
- All Implemented Interfaces:
Matchable<GroupsConfiguration>
public class GroupsConfiguration extends Object implements Matchable<GroupsConfiguration>
Configuration for various grouper definitions. See the user guide for more information.- Author:
- pmuir
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeDefinition<Boolean>ENABLEDstatic AttributeDefinition<List<Grouper<?>>>GROUPERS
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeSetattributes()booleanenabled()If grouping support is enabled, thenGroupannotations are honored and any configured groupers will be invokedbooleanequals(Object obj)List<Grouper<?>>groupers()Get's the current groupers in useinthashCode()StringtoString()
-
-
-
Field Detail
-
ENABLED
public static final AttributeDefinition<Boolean> ENABLED
-
GROUPERS
public static final AttributeDefinition<List<Grouper<?>>> GROUPERS
-
-
Method Detail
-
enabled
public boolean enabled()
If grouping support is enabled, thenGroupannotations are honored and any configured groupers will be invoked- Returns:
-
attributes
public AttributeSet attributes()
-
-