public class ZKSplitLogManagerCoordination.CreateRescanAsyncCallback extends Object implements org.apache.zookeeper.AsyncCallback.StringCallback
A RESCAN node is created using PERSISTENT_SEQUENTIAL flag. It is a signal for all the
SplitLogWorker
s to rescan for new tasks.
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
Constructor and Description |
---|
CreateRescanAsyncCallback() |
Modifier and Type | Method and Description |
---|---|
void |
processResult(int rc,
String path,
Object ctx,
String name) |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.