public class DeleteCompletionCallback extends Object implements org.apache.curator.framework.api.BackgroundCallback
This callback logs at debug and increments the event counter.
Constructor and Description |
---|
DeleteCompletionCallback() |
Modifier and Type | Method and Description |
---|---|
int |
getEventCount()
Get the number of deletion events
|
void |
processResult(org.apache.curator.framework.CuratorFramework client,
org.apache.curator.framework.api.CuratorEvent event) |
public void processResult(org.apache.curator.framework.CuratorFramework client, org.apache.curator.framework.api.CuratorEvent event) throws Exception
processResult
in interface org.apache.curator.framework.api.BackgroundCallback
Exception
public int getEventCount()
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.