Class

spinoco.fs2.zk

ZkStat

Related Doc: package zk

Permalink

case class ZkStat(createZxId: Long, modifiedZxId: Long, createdAt: LocalDateTime, modifiedAt: LocalDateTime, version: Int, childVersion: Int, aclVersion: Int, ephemeralOwnerSession: Long, dataLength: Int, numChildren: Int) extends Product with Serializable

Stat structure of zookeeper

createZxId

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

modifiedZxId

The zxid of the change that last modified this znode.

createdAt

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

modifiedAt

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

version

The number of changes to the data of this znode.

childVersion

The number of changes to the children of this znode.

aclVersion

The number of changes to the ACL of this znode.

ephemeralOwnerSession

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.

Source
ZkStat.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZkStat
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ZkStat(createZxId: Long, modifiedZxId: Long, createdAt: LocalDateTime, modifiedAt: LocalDateTime, version: Int, childVersion: Int, aclVersion: Int, ephemeralOwnerSession: Long, dataLength: Int, numChildren: Int)

    Permalink

    createZxId

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

    modifiedZxId

    The zxid of the change that last modified this znode.

    createdAt

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

    modifiedAt

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

    version

    The number of changes to the data of this znode.

    childVersion

    The number of changes to the children of this znode.

    aclVersion

    The number of changes to the ACL of this znode.

    ephemeralOwnerSession

    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.

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ZkStat to any2stringadd[ZkStat] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ZkStat, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ZkStat to ArrowAssoc[ZkStat] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. val aclVersion: Int

    Permalink

    The number of changes to the ACL of this znode.

  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val childVersion: Int

    Permalink

    The number of changes to the children of this znode.

  9. def clone(): AnyRef

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

    Permalink

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

  11. val createdAt: LocalDateTime

    Permalink

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

  12. val dataLength: Int

    Permalink

    The length of the data field of this znode.

  13. def ensuring(cond: (ZkStat) ⇒ Boolean, msg: ⇒ Any): ZkStat

    Permalink
    Implicit information
    This member is added by an implicit conversion from ZkStat to Ensuring[ZkStat] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (ZkStat) ⇒ Boolean): ZkStat

    Permalink
    Implicit information
    This member is added by an implicit conversion from ZkStat to Ensuring[ZkStat] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): ZkStat

    Permalink
    Implicit information
    This member is added by an implicit conversion from ZkStat to Ensuring[ZkStat] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): ZkStat

    Permalink
    Implicit information
    This member is added by an implicit conversion from ZkStat to Ensuring[ZkStat] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. val ephemeralOwnerSession: Long

    Permalink

    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.

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

    Permalink
    Definition Classes
    AnyRef
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ZkStat to StringFormat[ZkStat] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  23. val modifiedAt: LocalDateTime

    Permalink

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

  24. val modifiedZxId: Long

    Permalink

    The zxid of the change that last modified this znode.

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

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. val numChildren: Int

    Permalink

    The number of children of this znode.

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

    Permalink
    Definition Classes
    AnyRef
  30. val version: Int

    Permalink

    The number of changes to the data of this znode.

  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def [B](y: B): (ZkStat, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ZkStat to ArrowAssoc[ZkStat] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ZkStat to any2stringadd[ZkStat]

Inherited by implicit conversion StringFormat from ZkStat to StringFormat[ZkStat]

Inherited by implicit conversion Ensuring from ZkStat to Ensuring[ZkStat]

Inherited by implicit conversion ArrowAssoc from ZkStat to ArrowAssoc[ZkStat]

Ungrouped