Example usage for org.apache.zookeeper AsyncCallback.Children2Callback interface-usage

List of usage examples for org.apache.zookeeper AsyncCallback.Children2Callback interface-usage

Introduction

In this page you can find the example usage for org.apache.zookeeper AsyncCallback.Children2Callback interface-usage.

Usage

From source file com.twitter.distributedlog.impl.ZKNamespaceWatcher.java

/**
 * Watcher on watching a given namespace
 */
public class ZKNamespaceWatcher extends NamespaceWatcher
        implements Runnable, Watcher, AsyncCallback.Children2Callback {

From source file org.apache.distributedlog.impl.ZKNamespaceWatcher.java

/**
 * Watcher on watching a given namespace.
 */
public class ZKNamespaceWatcher extends NamespaceWatcher
        implements Runnable, Watcher, AsyncCallback.Children2Callback {