T - the type of an entity to writeK - the type of a partition keypublic interface PartitionDataStoreWriter<T,K> extends DataStoreWriter<T>
DataStorePartitionWriter is an extension of DataStoreWriter
 adding functionality to write entities using a partition key.
 A partition key is an object which is used by a PartitionStrategy
 to determine a partition path to write to.| Modifier and Type | Method and Description | 
|---|---|
| void | write(T entity,
     K partitionKey)Write an entity with an explicit partitioning key. | 
write