org.infinispan.distribution.group
Class GroupManagerImpl

java.lang.Object
  extended by org.infinispan.distribution.group.GroupManagerImpl
All Implemented Interfaces:
GroupManager

public class GroupManagerImpl
extends Object
implements GroupManager


Constructor Summary
GroupManagerImpl(List<Grouper<?>> groupers)
           
 
Method Summary
 String getGroup(Object key)
          Get the group for a given key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupManagerImpl

public GroupManagerImpl(List<Grouper<?>> groupers)
Method Detail

getGroup

public String getGroup(Object key)
Description copied from interface: GroupManager
Get the group for a given key

Specified by:
getGroup in interface GroupManager
Parameters:
key - the key for which to get the group
Returns:
the group, or null if no group is defined for the key

-->

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