zio.pravega.table

Members list

Type members

Classlikes

final case class PravegaKeyValueTable[K, V](table: KeyValueTable, settings: TableSettings[K, V])

Pravega Table API.

Pravega Table API.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class UpdateAndNewValue[V](upsert: TableEntryUpdate, newValue: V)

Holds the update and the new value.

Holds the update and the new value.

Note: the new value is not necessarily the value that was received as input, if the key value pair already existed in the table, the new value is the result of the combine function.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all