zio.pravega.PravegaTableManager
See thePravegaTableManager companion trait
Pravega Admin API for KeyValueTable.
Attributes
-
Companion
-
trait
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Create a KeyValueTable with the given name and config, may block.
Create a KeyValueTable with the given name and config, may block.
Will return false if the KeyValueTable already exists, hence true if it was effectively created.
Attributes
Delete a KeyValueTable with the given name, may block.
Delete a KeyValueTable with the given name, may block.
Will return false if the KeyValueTable does not exist, hence true if it was effectively dropped.
Attributes
List all the KeyValueTables in the Pravega cluster. This method may block.
List all the KeyValueTables in the Pravega cluster. This method may block.
Attributes
ZLayer to provide a PravegaTableManager from a ClientConfig.
ZLayer to provide a PravegaTableManager from a ClientConfig.
Attributes
ZLayer to provide a PravegaTableManager from a environment with a ClientConfig.
ZLayer to provide a PravegaTableManager from a environment with a ClientConfig.
Attributes