|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infinispan.configuration.cache.GroupsConfiguration
public class GroupsConfiguration
Configuration for various grouper definitions. See the user guide for more information.
Method Summary | |
---|---|
boolean |
enabled()
If grouping support is enabled, then Group annotations are honored and any configured
groupers will be invoked |
boolean |
equals(Object o)
|
List<Grouper<?>> |
groupers()
Get's the current groupers in use |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean enabled()
Group
annotations are honored and any configured
groupers will be invoked
public List<Grouper<?>> groupers()
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
--> | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |