org.infinispan.distribution.group
Interface GroupManager

All Known Implementing Classes:
GroupManagerImpl

public interface GroupManager

Control's key grouping.

Author:
Pete Muir

Method Summary
 String getGroup(Object key)
          Get the group for a given key
 

Method Detail

getGroup

String getGroup(Object key)
Get the group for a given key

Parameters:
key - the key for which to get the group
Returns:
the group, or null if no group is defined for the key

-->

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