Pravega Table API.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
Get a value from a Pravega table.
Get a value from a Pravega table.
Attributes
Upsert a value in a Pravega table, may overwrite existing values.
Upsert a value in a Pravega table, may overwrite existing values.
Attributes
Connect to a Pravega table.
Connect to a Pravega table.
The table is closed when the scope is closed.
Attributes
Insert a value in a Pravega table, may overwrite existing values.
Insert a value in a Pravega table, may overwrite existing values.
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 sink to write to a KVP Pravega table.
Create a sink to write to a KVP Pravega table.
A @combine function is used to merge old and new entries.
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.