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's Group logic, but avoids a potentially unnecessary String conversion.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    The identifier of this group of keys.
  • Method Details

    • getId

      I getId()
      The identifier of this group of keys.
      Returns:
      an group identifier