Pravega Table API companion object with accessible methods.
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PravegaTable.type
Members list
Value members
Concrete methods
Create a PravegaTable layer from a scope name and a client config found in the environment.
Create a PravegaTable layer from a scope name and a client config found in the environment.
Attributes
Create a PravegaTable layer from a scope name and a client config.
Create a PravegaTable layer from a scope name and a client config.
Attributes
Get a value from a Pravega table.
Get a value from a Pravega table.
Attributes
Insert a value in a Pravega table, may overwrite existing values.
Insert a value in a Pravega table, may overwrite existing values.
In case of a conflict, the ZIO will fail and will be retried.
Attributes
Create a reader flow, which reads from a KVP Pravega table.
Create a reader flow, which reads from a KVP Pravega table.
The reader flow emits an optional value, which is None if the key is not found.
Attributes
Create a reader source, which reads from a KVP Pravega table.
Create a reader source, which reads from a KVP Pravega table.
Read entries are emitted in chunks.
Attributes
Create a writer flow to a KVP Pravega table.
Create a writer flow to a KVP Pravega table.
A @combine function is used to merge old and new entries, and new values are emitted.