PravegaTableManager

zio.pravega.PravegaTableManager$
See thePravegaTableManager companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def createTable(scope: String, tableName: String, config: KeyValueTableConfiguration): RIO[PravegaTableManager & Scope, Boolean]
def dropTable(scope: String, tableName: String): RIO[PravegaTableManager & Scope, Boolean]
def live(clientConfig: ClientConfig): RLayer[Scope, PravegaTableManager]

Concrete fields

val live: RLayer[Scope & ClientConfig, PravegaTableManager]