Object

tanukkii.reactivezk

ZKOperations

Related Doc: package reactivezk

Permalink

object ZKOperations

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZKOperations
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ChildrenGot(path: String, children: List[String], ctx: Any) extends GetChildrenResponse with Product with Serializable

    Permalink
  2. case class Create(path: String, data: Array[Byte], acl: List[ACL], createMode: CreateMode, ctx: Any = NoContext) extends ZKCommand with Path with Data with Product with Serializable

    Permalink
  3. case class CreateFailure(error: KeeperException, path: String, ctx: Any) extends CreateResponse with GenericZKCommandFailure[Create] with ZKCommandFailureOfCommandWithPathData with Product with Serializable

    Permalink
  4. sealed trait CreateResponse extends GenericZKResponse[Create] with ZKResponseOfCommandWithPathData

    Permalink
  5. case class Created(path: String, name: String, ctx: Any) extends CreateResponse with Product with Serializable

    Permalink
  6. trait Data extends AnyRef

    Permalink
  7. case class DataGot(path: String, data: Array[Byte], stat: Stat, ctx: Any) extends GetDataResponse with Product with Serializable

    Permalink
  8. case class DataSet(path: String, stat: Stat, ctx: Any) extends SetDataResponse with Product with Serializable

    Permalink
  9. case class Delete(path: String, version: Int, ctx: Any = NoContext) extends ZKCommand with Path with Version with Product with Serializable

    Permalink
  10. case class DeleteFailure(error: KeeperException, path: String, ctx: Any) extends DeleteResponse with GenericZKCommandFailure[Delete] with ZKCommandFailureOfCommandWithPathVersion with Product with Serializable

    Permalink
  11. sealed trait DeleteResponse extends GenericZKResponse[Delete] with ZKResponseOfCommandWithPathVersion

    Permalink
  12. case class Deleted(path: String, ctx: Any) extends DeleteResponse with Product with Serializable

    Permalink
  13. case class DoesExist(path: String, stat: Option[Stat], ctx: Any) extends ExistsResponse with Product with Serializable

    Permalink
  14. case class Exists(path: String, watch: Boolean = false, ctx: Any = NoContext) extends ZKCommand with Path with Watch with Product with Serializable

    Permalink
  15. case class ExistsFailure(error: KeeperException, path: String, ctx: Any) extends ExistsResponse with GenericZKCommandFailure[Exists] with ZKCommandFailureOfCommandWithPathWatch with Product with Serializable

    Permalink
  16. sealed trait ExistsResponse extends GenericZKResponse[Exists] with ZKResponseOfCommandWithPathWatch

    Permalink
  17. trait GenericZKCommandFailure[+T <: ZKCommand] extends GenericZKResponse[T]

    Permalink
  18. trait GenericZKResponse[+T <: ZKCommand] extends ZKOperation

    Permalink
  19. case class GetChildren(path: String, watch: Boolean = false, ctx: Any = NoContext) extends ZKCommand with Path with Watch with Product with Serializable

    Permalink
  20. case class GetChildrenFailure(error: KeeperException, path: String, ctx: Any) extends GetChildrenResponse with GenericZKCommandFailure[GetChildren] with ZKCommandFailureOfCommandWithPathWatch with Product with Serializable

    Permalink
  21. sealed trait GetChildrenResponse extends GenericZKResponse[GetChildren] with ZKResponseOfCommandWithPathWatch

    Permalink
  22. case class GetData(path: String, watch: Boolean = false, ctx: Any = NoContext) extends ZKCommand with Path with Watch with Product with Serializable

    Permalink
  23. case class GetDataFailure(error: KeeperException, path: String, ctx: Any) extends GetDataResponse with GenericZKCommandFailure[GetData] with ZKCommandFailureOfCommandWithPathWatch with Product with Serializable

    Permalink
  24. sealed trait GetDataResponse extends GenericZKResponse[GetData] with ZKResponseOfCommandWithPathWatch

    Permalink
  25. case class Multi(ops: List[Op], ctx: Any = NoContext) extends ZKCommand with Product with Serializable

    Permalink
  26. case class MultiFailure(error: KeeperException, ctx: Any) extends MultiResponse with GenericZKCommandFailure[Multi] with Product with Serializable

    Permalink
  27. sealed trait MultiResponse extends GenericZKResponse[Multi]

    Permalink
  28. case class MultiResult(results: Seq[OpResult], ctx: Any) extends MultiResponse with Product with Serializable

    Permalink
  29. trait Path extends AnyRef

    Permalink
  30. case class SetData(path: String, data: Array[Byte], version: Int, ctx: Any = NoContext) extends ZKCommand with Path with Data with Version with Product with Serializable

    Permalink
  31. case class SetDataFailure(error: KeeperException, path: String, ctx: Any) extends SetDataResponse with GenericZKCommandFailure[SetData] with ZKCommandFailureOfCommandWithPathDataVersion with Product with Serializable

    Permalink
  32. sealed trait SetDataResponse extends GenericZKResponse[SetData] with ZKResponseOfCommandWithPathDataVersion

    Permalink
  33. trait Version extends AnyRef

    Permalink
  34. trait Watch extends AnyRef

    Permalink
  35. sealed trait ZKCommand extends ZKOperation

    Permalink
  36. trait ZKCommandFailure extends ZKResponse with GenericZKCommandFailure[ZKCommand]

    Permalink
  37. trait ZKCommandFailureOfCommandWithPath extends GenericZKCommandFailure[ZKCommand with Path] with ZKResponseOfCommandWithPath with ZKCommandFailure

    Permalink
  38. trait ZKCommandFailureOfCommandWithPathData extends GenericZKCommandFailure[ZKCommand with Path with Data] with ZKResponseOfCommandWithPathData with ZKCommandFailure

    Permalink
  39. trait ZKCommandFailureOfCommandWithPathDataVersion extends GenericZKCommandFailure[ZKCommand with Path with Data with Version] with ZKResponseOfCommandWithPathDataVersion with ZKCommandFailure

    Permalink
  40. trait ZKCommandFailureOfCommandWithPathVersion extends GenericZKCommandFailure[ZKCommand with Path with Version] with ZKResponseOfCommandWithPathVersion with ZKCommandFailure

    Permalink
  41. trait ZKCommandFailureOfCommandWithPathWatch extends GenericZKCommandFailure[ZKCommand with Path with Watch] with ZKResponseOfCommandWithPathWatch with ZKCommandFailure

    Permalink
  42. sealed trait ZKOperation extends AnyRef

    Permalink
  43. trait ZKResponse extends GenericZKResponse[ZKCommand]

    Permalink
  44. trait ZKResponseOfCommandWithPath extends Path with GenericZKResponse[ZKCommand with Path] with ZKResponse

    Permalink
  45. trait ZKResponseOfCommandWithPathData extends Path with GenericZKResponse[ZKCommand with Path with Data] with ZKResponse

    Permalink
  46. trait ZKResponseOfCommandWithPathDataVersion extends Path with GenericZKResponse[ZKCommand with Path with Data with Version] with ZKResponse

    Permalink
  47. trait ZKResponseOfCommandWithPathVersion extends Path with GenericZKResponse[ZKCommand with Path with Version] with ZKResponse

    Permalink
  48. trait ZKResponseOfCommandWithPathWatch extends Path with GenericZKResponse[ZKCommand with Path with Watch] with ZKResponse

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  16. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped