CreateOperation

com.loopfor.zookeeper.CreateOperation
case class CreateOperation(path: String, data: Array[Byte], acl: Seq[ACL], disp: Disposition) extends Operation

A ''create'' operation.

Attributes

acl

the ACL to associate with the node

data

the data to associate with the node

disp

the disposition of the node

path

the path of the node

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