Package

io.scalajs.npm

nzc

Permalink

package nzc

Zookeeper Package Object

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

Type Members

  1. class ACL extends Object

    Permalink

    Access Control List (ACL)

    Access Control List (ACL)

    Annotations
    @RawJSType() @native() @JSImport( "node-zookeeper-client" , "ACL" )
  2. trait Client extends Object with IEventEmitter

    Permalink

    Node Zookeeper Client (node-zookeeper-client)

    Node Zookeeper Client (node-zookeeper-client)

    Annotations
    @RawJSType() @native()
    See also

    https://github.com/alexguan/node-zookeeper-client

  3. class ClientOptions extends Object

    Permalink

    Zookeeper Client Options

    Zookeeper Client Options

    Annotations
    @ScalaJSDefined() @RawJSType()
  4. trait CreateMode extends Object

    Permalink

    Zookeeper Create Mode

    Zookeeper Create Mode

    Annotations
    @RawJSType() @native()
  5. trait Event extends Object

    Permalink

    Zookeeper Event

    Zookeeper Event

    Annotations
    @RawJSType() @native()
  6. trait Exception extends Object

    Permalink

    If the requested operation fails due to reason related to ZooKeeper, the error which is passed into callback function will be an instance of Exception class.

    If the requested operation fails due to reason related to ZooKeeper, the error which is passed into callback function will be an instance of Exception class.

    The exception can be identified through its error code, the following is the list of error codes that are exported through Exception class.

    Annotations
    @RawJSType() @native()
  7. trait NodeZookeeperClient extends Object with IEventEmitter

    Permalink

    Node Zookeeper Client

    Node Zookeeper Client

    Annotations
    @RawJSType() @native()
    Version

    0.2.2

  8. trait State extends Object

    Permalink

    Zookeeper State

    Zookeeper State

    Annotations
    @RawJSType() @native()
  9. trait Transaction extends Object

    Permalink

    Zookeeper Transaction

    Zookeeper Transaction

    Annotations
    @RawJSType() @native()
  10. trait Watcher extends Object

    Permalink

    Zookeeper Watcher

    Zookeeper Watcher

    Annotations
    @RawJSType() @native()

Value Members

  1. object ACL extends Object

    Permalink

    ACL Singleton

    ACL Singleton

    Annotations
    @native() @JSImport( "node-zookeeper-client" , "ACL" )
  2. object Client

    Permalink

    Zookeeper Client Companion

  3. object Exception extends Object

    Permalink

    Zookeeper Exception Singleton

    Zookeeper Exception Singleton

    Annotations
    @native() @JSGlobal( "Exception" )
  4. object NodeZookeeperClient extends Object with NodeZookeeperClient

    Permalink

    NodeZookeeperClient Companion

    NodeZookeeperClient Companion

    Annotations
    @native() @JSImport( "node-zookeeper-client" , JSImport.Namespace )
  5. object STATES extends Array[State]

    Permalink
    Annotations
    @native() @JSGlobal( "STATES" )
  6. object State extends Object

    Permalink

    State Companion

    State Companion

    Annotations
    @native() @JSGlobal( "State" )
  7. object Transaction

    Permalink

    Transaction Companion

Inherited from AnyRef

Inherited from Any

Ungrouped