Sync

final case class Sync[K, V](name: String, keyCodec: KeyCodec[K], valueCodec: ValueCodec[V]) extends ObjectStoreDef[K, V]
trait Serializable
trait Product
trait Equals
trait ObjectStoreDef[K, V]
class Object
trait Matchable
class Any

Type members

Types

type Value = V

Inherited types

final type Key = K
Inherited from:
ObjectStoreDef

Value members

Concrete methods

override def sync: Sync[K, V]
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product