CreateResult

com.loopfor.zookeeper.CreateResult
case class CreateResult(op: CreateOperation, path: String) extends Result

The result of a ''create'' operation.

Attributes

op

the create operation corresponding to this result

path

the final path of the created node, which will differ from the path in op if either PersistentSequential PersistentSequentialTimeToLive or EphemeralSequential disposition is specified

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product