Package org.apache.zookeeper_voltpatches.AsyncCallback

Examples of org.apache.zookeeper_voltpatches.AsyncCallback.VoidCallback


                                                    chrootPath.length())));
                        } else {
                            cb.processResult(rc, clientPath, p.ctx, null);
                        }
                    } else if (p.cb instanceof VoidCallback) {
                        VoidCallback cb = (VoidCallback) p.cb;
                        cb.processResult(rc, clientPath, p.ctx);
                    }
                }
            } catch (Throwable t) {
                LOG.error("Caught unexpected throwable", t);
            }
View Full Code Here

TOP

Related Classes of org.apache.zookeeper_voltpatches.AsyncCallback.VoidCallback

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.