Package io.grpc.xds.internal.security
Class ReferenceCountingMap.Instance<V extends Closeable>
- java.lang.Object
-
- io.grpc.xds.internal.security.ReferenceCountingMap.Instance<V>
-
- Enclosing class:
- ReferenceCountingMap<K,V extends Closeable>
private static final class ReferenceCountingMap.Instance<V extends Closeable> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) V
acquire()
Increment refCount and acquire a reference to value.(package private) boolean
release()
Decrement refCount and return true if it has reached 0.
-