@ThreadSafe public class ReferenceCount extends Object
| Constructor and Description |
|---|
ReferenceCount(int initialCount) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
getFreeFuture() |
void |
release() |
void |
retain() |
public com.google.common.util.concurrent.ListenableFuture<Void> getFreeFuture()
public void retain()
public void release()
Copyright © 2012–2019. All rights reserved.