Class ZkSplitLogWorkerCoordination.GetDataAsyncCallback

java.lang.Object
org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination.GetDataAsyncCallback
All Implemented Interfaces:
org.apache.zookeeper.AsyncCallback, org.apache.zookeeper.AsyncCallback.DataCallback
Enclosing class:
ZkSplitLogWorkerCoordination

class ZkSplitLogWorkerCoordination.GetDataAsyncCallback extends Object implements org.apache.zookeeper.AsyncCallback.DataCallback
Asynchronous handler for zk get-data-set-watch on node results.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.zookeeper.AsyncCallback

    org.apache.zookeeper.AsyncCallback.ACLCallback, org.apache.zookeeper.AsyncCallback.AllChildrenNumberCallback, org.apache.zookeeper.AsyncCallback.Children2Callback, org.apache.zookeeper.AsyncCallback.ChildrenCallback, org.apache.zookeeper.AsyncCallback.Create2Callback, org.apache.zookeeper.AsyncCallback.DataCallback, org.apache.zookeeper.AsyncCallback.EphemeralsCallback, org.apache.zookeeper.AsyncCallback.MultiCallback, org.apache.zookeeper.AsyncCallback.StatCallback, org.apache.zookeeper.AsyncCallback.StringCallback, org.apache.zookeeper.AsyncCallback.VoidCallback
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final org.slf4j.Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    processResult(int rc, String path, Object ctx, byte[] data, org.apache.zookeeper.data.Stat stat)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LOG

      private final org.slf4j.Logger LOG
  • Constructor Details

  • Method Details

    • processResult

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