KVOp

consul4s.model.transaction.`package`.KVOp
See theKVOp companion class
object KVOp

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
KVOp.type

Members list

Type members

Classlikes

case object CAS extends KVOp

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class KVOp
class Object
trait Matchable
class Any
Show all
Self type
CAS.type
case object CheckIndex extends KVOp

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class KVOp
class Object
trait Matchable
class Any
Show all
Self type
CheckIndex.type
case object CheckNotExists extends KVOp

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class KVOp
class Object
trait Matchable
class Any
Show all
Self type
case object CheckSession extends KVOp

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class KVOp
class Object
trait Matchable
class Any
Show all
Self type
case object Delete extends KVOp

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class KVOp
class Object
trait Matchable
class Any
Show all
Self type
Delete.type
case object DeleteCAS extends KVOp

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class KVOp
class Object
trait Matchable
class Any
Show all
Self type
DeleteCAS.type
case object DeleteTree extends KVOp

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class KVOp
class Object
trait Matchable
class Any
Show all
Self type
DeleteTree.type
case object Get extends KVOp

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class KVOp
class Object
trait Matchable
class Any
Show all
Self type
Get.type
case object GetTree extends KVOp

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class KVOp
class Object
trait Matchable
class Any
Show all
Self type
GetTree.type
case object Lock extends KVOp

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class KVOp
class Object
trait Matchable
class Any
Show all
Self type
Lock.type
case object Set extends KVOp

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class KVOp
class Object
trait Matchable
class Any
Show all
Self type
Set.type
case object Unlock extends KVOp

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class KVOp
class Object
trait Matchable
class Any
Show all
Self type
Unlock.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def unapply(v: String): Option[KVOp]