public interface ReferenceCounter
| Modifier and Type | Method and Description |
|---|---|
void |
check()
Some asynchronous operations (like ack) may delay certain conditions.
|
int |
decrement() |
int |
getCount() |
Runnable |
getTask() |
int |
increment() |
void |
setTask(Runnable task) |
int increment()
int decrement()
int getCount()
void setTask(Runnable task)
Runnable getTask()
void check()
Copyright © 2022 The Apache Software Foundation. All rights reserved.