Package com.linkedin.venice.utils
Class ConcurrentRef<T>
java.lang.Object
com.linkedin.venice.utils.ConcurrentRef<T>
-
Constructor Summary
ConstructorDescriptionConcurrentRef
(Consumer<T> deleter) ConcurrentRef
(T object, Consumer<T> deleter) -
Method Summary
-
Constructor Details
-
ConcurrentRef
-
ConcurrentRef
-
-
Method Details
-
get
-
set
-
clear
public void clear()
-