org.apache.bookkeeper.client
Class LedgerManagementProcessor
java.lang.Object
java.lang.Thread
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
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 |
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