com.twitter.finagle.serverset2.client

NullZooKeeperReader

trait NullZooKeeperReader extends ZooKeeperReader with NullZooKeeperClient

Linear Supertypes
NullZooKeeperClient, ZooKeeperReader, ZooKeeperClient, Closable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NullZooKeeperReader
  2. NullZooKeeperClient
  3. ZooKeeperReader
  4. ZooKeeperClient
  5. Closable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. def addAuthInfo(scheme: String, auth: Buf): Future[Unit]

    Add the specified scheme: auth information to this connection.

    Add the specified scheme: auth information to this connection.

    scheme

    the authentication scheme to use.

    auth

    the authentication credentials.

    returns

    a Future[Unit]

    Definition Classes
    NullZooKeeperClient → ZooKeeperClient
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def close(deadline: Time): Future[Unit]

    Definition Classes
    NullZooKeeperClient → Closable
  10. def close(after: Duration): Future[Unit]

    Definition Classes
    Closable
  11. final def close(): Future[Unit]

    Definition Classes
    Closable
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def exists(path: String): Future[Option[Stat]]

    Check if a node exists.

    Check if a node exists.

    path

    the path of the node to check.

    returns

    a Future[Option[Data.Stat] containing Some[Stat] if the node exists, or None if the node does not exist.

    Definition Classes
    NullZooKeeperReader → ZooKeeperReader
  15. def existsWatch(path: String): Future[Watched[Option[Stat]]]

    A version of exists that sets a watch and returns a Future[Watched[Option[Data.

    A version of exists that sets a watch and returns a Future[Watched[Option[Data.Stat]]]

    Definition Classes
    NullZooKeeperReader → ZooKeeperReader
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def getACL(path: String): Future[ACL]

    Get the ACL of the node of the given path.

    Get the ACL of the node of the given path.

    path

    the path of the node to read.

    returns

    a Future[Node.ACL]

    Definition Classes
    NullZooKeeperReader → ZooKeeperReader
  18. def getChildren(path: String): Future[Children]

    For a node at a given path return its stat and a list of children.

    For a node at a given path return its stat and a list of children.

    path

    the path of the node to read.

    returns

    a Future[Node.Children]

    Definition Classes
    NullZooKeeperReader → ZooKeeperReader
  19. def getChildrenWatch(path: String): Future[Watched[Children]]

    A version of getChildren that sets and returns a Future[Watched[Node.

    A version of getChildren that sets and returns a Future[Watched[Node.Children]]

    Definition Classes
    NullZooKeeperReader → ZooKeeperReader
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def getData(path: String): Future[Data]

    Return the data of the node of the given path.

    Return the data of the node of the given path.

    path

    the path of the node to read.

    returns

    a Future[Node.Data]

    Definition Classes
    NullZooKeeperReader → ZooKeeperReader
  22. def getDataWatch(path: String): Future[Watched[Data]]

    A version of getData that sets a watch and returns a Future[Watched[Node.

    A version of getData that sets a watch and returns a Future[Watched[Node.Data]]

    Definition Classes
    NullZooKeeperReader → ZooKeeperReader
  23. def getEphemerals(): Future[Seq[String]]

    Get the existing ephemeral nodes created with the current session ID.

    Get the existing ephemeral nodes created with the current session ID.

    NOTE: This method is not universally implemented. The Future will fail with KeeperException.Unimplemented if this is the case.

    returns

    a Future[Seq[String]] of ephemeral node paths.

    Definition Classes
    NullZooKeeperClient → ZooKeeperClient
  24. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  29. def sessionId: Long

    The session id for this ZooKeeper client instance.

    The session id for this ZooKeeper client instance. The value returned is not valid until the client connects to a server and may change after a re-connect.

    returns

    current session id

    Definition Classes
    NullZooKeeperClient → ZooKeeperClient
  30. def sessionPasswd: Buf

    The session password for this ZooKeeper client instance.

    The session password for this ZooKeeper client instance. The value returned is not valid until the client connects to a server and may change after a re-connect.

    returns

    current session password

    Definition Classes
    NullZooKeeperClient → ZooKeeperClient
  31. def sessionTimeout: Duration

    The negotiated session timeout for this ZooKeeper client instance.

    The negotiated session timeout for this ZooKeeper client instance. The value returned is not valid until the client connects to a server and may change after a re-connect.

    returns

    current session timeout

    Definition Classes
    NullZooKeeperClient → ZooKeeperClient
  32. def sync(path: String): Future[Unit]

    Sync.

    Sync. Flushes channel between process and leader.

    path

    the path of the node to sync.

    returns

    a Future[Unit]

    Definition Classes
    NullZooKeeperReader → ZooKeeperReader
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from NullZooKeeperClient

Inherited from ZooKeeperReader

Inherited from ZooKeeperClient

Inherited from Closable

Inherited from AnyRef

Inherited from Any

Ungrouped