PravegaKeyValueTable

zio.pravega.table.PravegaKeyValueTable
case class PravegaKeyValueTable[K, V](table: KeyValueTable, settings: TableSettings[K, V])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def pushUpdate(updateAndNewValue: UpdateAndNewValue[V]): ZIO[Any, Throwable, (Version, V)]
def updateTask(k: K, v: V, combine: (V, V) => V): Task[UpdateAndNewValue[V]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product