PravegaTableManager

zio.pravega.PravegaTableManager
See thePravegaTableManager companion object

Pravega Admin API.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def createTable(scope: String, tableName: String, config: KeyValueTableConfiguration): RIO[Scope, Boolean]
def dropTable(scope: String, tableName: String): RIO[Scope, Boolean]