T
- the type of an entity to writeK
- the type of a partition keypublic interface PartitionStrategy<T,K>
PartitionStrategy
is a strategy interface defining
used PartitionResolver
and PartitionKeyResolver
.Modifier and Type | Method and Description |
---|---|
PartitionKeyResolver<T,K> |
getPartitionKeyResolver()
Gets the partition key resolver.
|
PartitionResolver<K> |
getPartitionResolver()
Gets the partition resolver.
|
PartitionResolver<K> getPartitionResolver()
PartitionKeyResolver<T,K> getPartitionKeyResolver()