Uses of Class
adams.db.AbstractTableCleanUp
-
Packages that use AbstractTableCleanUp Package Description adams.db adams.flow.standalone -
-
Uses of AbstractTableCleanUp in adams.db
Subclasses of AbstractTableCleanUp in adams.db Modifier and Type Class Description classAbstractTimeWindowTableCleanUpAncestor for clean up schemes that use a time window.classSQLTableCleanUpExecutes an SQL statement to clean up the table. -
Uses of AbstractTableCleanUp in adams.flow.standalone
Fields in adams.flow.standalone declared as AbstractTableCleanUp Modifier and Type Field Description protected AbstractTableCleanUpTableCleanUp. m_Cleanerthe cleaner to run.Methods in adams.flow.standalone that return AbstractTableCleanUp Modifier and Type Method Description AbstractTableCleanUpTableCleanUp. getCleaner()Returns the cleaner in use.Methods in adams.flow.standalone with parameters of type AbstractTableCleanUp Modifier and Type Method Description voidTableCleanUp. setCleaner(AbstractTableCleanUp value)Sets the cleaner to use.
-