Package com.impossibl.postgres.jdbc
Interface Housekeeper.CleanupRunnable
-
- All Superinterfaces:
Runnable
- Enclosing interface:
- Housekeeper
public static interface Housekeeper.CleanupRunnable extends Runnable
Cleanup runnable to execute when a reference needs to be cleaned up
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StackTraceElement[]
getAllocationStackTrace()
String
getKind()
-
-
-
Method Detail
-
getKind
String getKind()
-
getAllocationStackTrace
StackTraceElement[] getAllocationStackTrace()
-
-