Package com.linkedin.venice.utils
Class ConcurrentRef<T>
- java.lang.Object
-
- com.linkedin.venice.utils.ConcurrentRef<T>
-
public class ConcurrentRef<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConcurrentRef(java.util.function.Consumer<T> deleter)
ConcurrentRef(T object, java.util.function.Consumer<T> deleter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
ReferenceCounted<T>
get()
void
set(T object)
-