org.apache.bookkeeper.client
Class LedgerManagementProcessor

java.lang.Object
  extended by java.lang.Thread
      extended by org.apache.bookkeeper.client.LedgerManagementProcessor
All Implemented Interfaces:
Runnable, AsyncCallback, AsyncCallback.ChildrenCallback, AsyncCallback.DataCallback, AsyncCallback.StatCallback, AsyncCallback.StringCallback

public class LedgerManagementProcessor
extends Thread
implements AsyncCallback.StatCallback, AsyncCallback.StringCallback, AsyncCallback.ChildrenCallback, AsyncCallback.DataCallback


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Nested classes/interfaces inherited from interface org.apache.zookeeper.AsyncCallback
AsyncCallback.ACLCallback, AsyncCallback.ChildrenCallback, AsyncCallback.DataCallback, AsyncCallback.StatCallback, AsyncCallback.StringCallback, AsyncCallback.VoidCallback
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Method Summary
 void processResult(int rc, String path, Object ctx, byte[] data, org.apache.zookeeper.data.Stat stat)
          Implement org.apache.zookeeper.AsyncCallback.DataCallback
 void processResult(int rc, String path, Object ctx, List<String> children)
          Implement org.apache.zookeeper.AsyncCallback.ChildrenCallback
 void processResult(int rc, String path, Object ctx, org.apache.zookeeper.data.Stat stat)
          Implements org.apache.zookeeper.AsyncCallback.StatCallback
 void processResult(int rc, String path, Object ctx, String name)
          Implements org.apache.zookeeper.AsyncCallback.StringCallback
 void run()
          Run method
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

run

public void run()
Run method

Specified by:
run in interface Runnable
Overrides:
run in class Thread

processResult

public void processResult(int rc,
                          String path,
                          Object ctx,
                          org.apache.zookeeper.data.Stat stat)
Implements org.apache.zookeeper.AsyncCallback.StatCallback

Specified by:
processResult in interface AsyncCallback.StatCallback

processResult

public void processResult(int rc,
                          String path,
                          Object ctx,
                          String name)
Implements org.apache.zookeeper.AsyncCallback.StringCallback

Specified by:
processResult in interface AsyncCallback.StringCallback

processResult

public void processResult(int rc,
                          String path,
                          Object ctx,
                          List<String> children)
Implement org.apache.zookeeper.AsyncCallback.ChildrenCallback

Specified by:
processResult in interface AsyncCallback.ChildrenCallback

processResult

public void processResult(int rc,
                          String path,
                          Object ctx,
                          byte[] data,
                          org.apache.zookeeper.data.Stat stat)
Implement org.apache.zookeeper.AsyncCallback.DataCallback

Specified by:
processResult in interface AsyncCallback.DataCallback