org.apache.hadoop.hbase.master
Class OfflineCallback

java.lang.Object
  extended by org.apache.hadoop.hbase.master.OfflineCallback
All Implemented Interfaces:
org.apache.zookeeper.AsyncCallback, org.apache.zookeeper.AsyncCallback.StringCallback

@InterfaceAudience.Private
public class OfflineCallback
extends Object
implements org.apache.zookeeper.AsyncCallback.StringCallback

Callback handler for creating unassigned offline znodes used during bulk assign, async setting region to offline.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.zookeeper.AsyncCallback
org.apache.zookeeper.AsyncCallback.ACLCallback, org.apache.zookeeper.AsyncCallback.Children2Callback, org.apache.zookeeper.AsyncCallback.ChildrenCallback, org.apache.zookeeper.AsyncCallback.DataCallback, org.apache.zookeeper.AsyncCallback.StatCallback, org.apache.zookeeper.AsyncCallback.StringCallback, org.apache.zookeeper.AsyncCallback.VoidCallback
 
Method Summary
 void processResult(int rc, String path, Object ctx, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

processResult

public void processResult(int rc,
                          String path,
                          Object ctx,
                          String name)
Specified by:
processResult in interface org.apache.zookeeper.AsyncCallback.StringCallback


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.