Package io.trino.util
Class FinalizerService
- java.lang.Object
-
- io.trino.util.FinalizerService
-
@ThreadSafe public class FinalizerService extends Object
-
-
Constructor Summary
Constructors Constructor Description FinalizerService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFinalizer(Object referent, Runnable cleanup)When referent is freed by the garbage collector, run cleanup.voiddestroy()voidstart()
-