zio.pravega.PravegaTableManager
See thePravegaTableManager companion object
Pravega Admin API for KeyValueTable.
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
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