Crate k2v_client

Crate k2v_client 

Source

Structs§

BatchDeleteOp
Single sub-operation of a DeleteBatch
BatchInsertOp
Single sub-operation of an InsertBatch.
BatchReadOp
Single sub-operation of a ReadBatch.
CausalValue
A set of K2vValue and associated causality information.
CausalityToken
An opaque token used to convey causality between operations.
Filter
Filter for batch operations.
K2vClient
Client used to query a K2V server.
K2vClientConfig
PaginatedRange
Result of paginated requests.
PartitionInfo
Information about data stored with a given partition key.
PollRangeFilter

Enums§

Error
Errors returned by this crate
K2vValue
A value in K2V. can be either a binary value, or a tombstone.