Java org.apache.zookeeper WatchedEvent fields, constructors, methods, implement or subclass

Example usage for Java org.apache.zookeeper WatchedEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.zookeeper WatchedEvent.

The text is from its open source code.

Subclass

org.apache.zookeeper.WatchedEvent has subclasses.
Click this link to see all its subclasses.

Constructor

WatchedEvent(EventType eventType, KeeperState keeperState, String path)
Create a WatchedEvent with specified type, state and path
WatchedEvent(WatcherEvent eventMessage)
Convert a WatcherEvent sent over the wire into a full-fledged WatcherEvent

Method

StringgetPath()
KeeperStategetState()
EventTypegetType()
WatcherEventgetWrapper()
Convert WatchedEvent to type that can be sent over network
StringtoString()