org.apache.curator.framework.api.BackgroundCallbackpublic class DeleteCompletionCallback
extends java.lang.Object
implements org.apache.curator.framework.api.BackgroundCallback
This callback logs at debug and increments the event counter.
| Constructor | Description |
|---|---|
DeleteCompletionCallback() |
| Modifier and Type | Method | 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 java.lang.Exception
processResult in interface org.apache.curator.framework.api.BackgroundCallbackjava.lang.Exceptionpublic int getEventCount()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.