com.twitter.finagle.exp.zookeeper.data

Stat

case class Stat(czxid: Long, mzxid: Long, ctime: Long, mtime: Long, version: Int, cversion: Int, aversion: Int, ephemeralOwner: Long, dataLength: Int, numChildren: Int, pzxid: Long) extends Data with Product with Serializable

czxid

The zxid of the change that caused this znode to be created.

mzxid

The zxid of the change that last modified this znode.

ctime

The time in milliseconds from epoch when this znode was created.

mtime

The time in milliseconds from epoch when this znode was last modified.

version

The number of changes to the data of this znode.

cversion

The number of changes to the children of this znode.

aversion

The number of changes to the ACL of this znode.

ephemeralOwner

The session id of the owner of this znode if the znode is an ephemeral node. If it is not an ephemeral node, it will be zero.

dataLength

The length of the data field of this znode.

numChildren

The number of children of this znode.

pzxid

Last modified children.

Linear Supertypes
Serializable, Serializable, Product, Equals, Data, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Stat
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Data
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Stat(czxid: Long, mzxid: Long, ctime: Long, mtime: Long, version: Int, cversion: Int, aversion: Int, ephemeralOwner: Long, dataLength: Int, numChildren: Int, pzxid: Long)

    czxid

    The zxid of the change that caused this znode to be created.

    mzxid

    The zxid of the change that last modified this znode.

    ctime

    The time in milliseconds from epoch when this znode was created.

    mtime

    The time in milliseconds from epoch when this znode was last modified.

    version

    The number of changes to the data of this znode.

    cversion

    The number of changes to the children of this znode.

    aversion

    The number of changes to the ACL of this znode.

    ephemeralOwner

    The session id of the owner of this znode if the znode is an ephemeral node. If it is not an ephemeral node, it will be zero.

    dataLength

    The length of the data field of this znode.

    numChildren

    The number of children of this znode.

    pzxid

    Last modified children.

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val aversion: Int

    The number of changes to the ACL of this znode.

  8. def buf: Buf

    Definition Classes
    Stat → Data
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val ctime: Long

    The time in milliseconds from epoch when this znode was created.

  11. val cversion: Int

    The number of changes to the children of this znode.

  12. val czxid: Long

    The zxid of the change that caused this znode to be created.

  13. val dataLength: Int

    The length of the data field of this znode.

  14. val ephemeralOwner: Long

    The session id of the owner of this znode if the znode is an ephemeral node.

    The session id of the owner of this znode if the znode is an ephemeral node. If it is not an ephemeral node, it will be zero.

  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. val mtime: Long

    The time in milliseconds from epoch when this znode was last modified.

  20. val mzxid: Long

    The zxid of the change that last modified this znode.

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. val numChildren: Int

    The number of children of this znode.

  25. val pzxid: Long

    Last modified children.

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. val version: Int

    The number of changes to the data of this znode.

  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Data

Inherited from AnyRef

Inherited from Any

Ungrouped