Package org.apache.hadoop.fs
Class FinalizerService
- java.lang.Object
-
- org.apache.hadoop.fs.FinalizerService
-
public class FinalizerService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.commons.logging.Loglog
-
Method Summary
All Methods Static 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.static FinalizerServicegetInstance()
-
-
-
Method Detail
-
getInstance
public static FinalizerService getInstance()
-
-