Interface KeySpaceResolver
- All Known Implementing Classes:
AnnotationBasedKeySpaceResolver
,ClassNameKeySpaceResolver
,PrefixKeyspaceResolver
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 TypeMethodDescriptionresolveKeySpace
(Class<?> type) Determine the keySpace to use for a given type.
-
Method Details
-
resolveKeySpace
Determine the keySpace to use for a given type.- Parameters:
type
- must not be null.- Returns:
-