Class GroupManagerImpl
- java.lang.Object
-
- org.infinispan.distribution.group.impl.GroupManagerImpl
-
- All Implemented Interfaces:
GroupManager
public class GroupManagerImpl extends Object implements GroupManager
-
-
Constructor Summary
Constructors Constructor Description GroupManagerImpl(List<Grouper<?>> groupers)
-
-
-
Method Detail
-
getGroup
public Object getGroup(Object key)
Description copied from interface:GroupManagerGet the group for a given key- Specified by:
getGroupin interfaceGroupManager- Parameters:
key- the key for which to get the group- Returns:
- the group, or null if no group is defined for the key
-
-