Package com.mckoi.database
Class MasterTableGarbageCollector.CollectionEvent
- java.lang.Object
-
- com.mckoi.database.MasterTableGarbageCollector.CollectionEvent
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- MasterTableGarbageCollector
private class MasterTableGarbageCollector.CollectionEvent extends java.lang.Object implements java.lang.Runnable
The garbage collection event. This is an event run from the database dispatcher thread that performs the garbage collection of committed deleted rows on the data source. This can not delete rows from a table that has its roots locked.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CollectionEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-