SetOperation

com.loopfor.zookeeper.SetOperation
case class SetOperation(path: String, data: Array[Byte], version: Option[Int]) extends Operation

A ''set'' operation.

Attributes

data

the data to associate with the node

path

the path of the node

version

a Some containing the expected version of the node or None if a version match is not required

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product