Class GroupsConfiguration
java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<GroupsConfiguration>
org.infinispan.configuration.cache.GroupsConfiguration
- All Implemented Interfaces:
Matchable<GroupsConfiguration>
,Updatable<GroupsConfiguration>
Configuration for various grouper definitions. See the user guide for more information.
- Author:
- pmuir
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AttributeDefinition
<Boolean> static final AttributeDefinition
<List<Grouper<?>>> Fields inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, CHILDLESS, children, element, repeated
-
Method Summary
Methods inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, child, children, children, elementName, equals, findAttribute, hashCode, isModified, list, matches, toString, update, validateUpdate, write
-
Field Details
-
ENABLED
-
GROUPERS
-
-
Method Details
-
enabled
public boolean enabled()If grouping support is enabled, thenGroup
annotations are honored and any configured groupers will be invoked- Returns:
-
groupers
Get the current groupers in use
-