org.infinispan.configuration.cache
Class GroupsConfiguration

java.lang.Object
  extended by org.infinispan.configuration.cache.GroupsConfiguration

public class GroupsConfiguration
extends Object

Configuration for various grouper definitions. See the user guide for more information.

Author:
pmuir

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

enabled

public boolean enabled()
If grouping support is enabled, then Group annotations are honored and any configured groupers will be invoked

Returns:

groupers

public List<Grouper<?>> groupers()
Get's the current groupers in use


toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.