Package io.oxia.client.api.options
Interface GetSequenceUpdatesOption
public interface GetSequenceUpdatesOption
Options for getting sequence updates.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic GetSequenceUpdatesOptionPartitionKey(String partitionKey) PartitionKey overrides the partition routing with the specified `partitionKey` instead of the regular record key.
-
Method Details
-
PartitionKey
PartitionKey overrides the partition routing with the specified `partitionKey` instead of the regular record key.Records with the same partitionKey will always be guaranteed to be co-located in the same Oxia shard.
- Parameters:
partitionKey- the partition key to use- Returns:
- the GetSequenceUpdatesOption.
-