Interface KeyGroup<I>
-
public interface KeyGroup<I>Implemented by keys that should be logical grouped by a common identifier. Keys with the same group identifier will be stored within the same segment. This is analogous to Infinispan'sGrouplogic, but avoids a potentially unnecessary String conversion.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IgetId()The identifier of this group of keys.
-
-
-
Method Detail
-
getId
I getId()
The identifier of this group of keys.- Returns:
- an group identifier
-
-