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

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

Introduction

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

Usage

From source file com.asuraiv.coordination.Master.java

/**
 * @author Jupyo Hong
 */
public class Master extends Thread implements Watcher, AsyncCallback.ChildrenCallback {

    private static final Logger LOG = LoggerFactory.getLogger(Master.class);

From source file com.asuraiv.coordination.Worker.java

/**
 * @author Jupyo Hong
 */
public class Worker implements Runnable, Watcher, AsyncCallback.ChildrenCallback {

    private static final Logger LOG = LoggerFactory.getLogger(Worker.class);