Interface KeySpaceResolver


public interface KeySpaceResolver
KeySpaceResolver determines the keyspace a given type is assigned to. A keyspace in this context is a specific region/collection/grouping of elements sharing a common keyrange.
Author:
Christoph Strobl, Mark Paluch
  • Method Summary

    Modifier and Type
    Method
    Description
    Determine the keySpace to use for a given type.
  • Method Details

    • resolveKeySpace

      @Nullable String resolveKeySpace(Class<?> type)
      Determine the keySpace to use for a given type.
      Parameters:
      type - must not be null.
      Returns: