PravegaKeyValueTable
zio.pravega.table.PravegaKeyValueTable
Pravega Table API.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Build a command to Insert or override a (key,value) pair in a Pravega table:
Build a command to Insert or override a (key,value) pair in a Pravega table:
- if the key does not exist, build a command to insert the value.
- if the key exists, build a command to override.
Attributes
Upsert a (key,value) pair in a Pravega table.
Upsert a (key,value) pair in a Pravega table.
In case of a conflict:
- the key exists and the version does not match
- the key did not exist at first lookup the ZIO will fail and will be retried.
Attributes
Build a command to Upsert a (key,value) pair in a Pravega table:
Build a command to Upsert a (key,value) pair in a Pravega table:
- if the key does not exist, build a command to insert the value.
- if the key exists, build a command to update the value.
The @combine function is used to merge old and new values.
Attributes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article