Package nxt.db
Class PrunableDbTable<T>
java.lang.Object
nxt.db.Table
nxt.db.DerivedDbTable
nxt.db.TrimmableDbTable<T>
nxt.db.EntityDbTable<T>
nxt.db.PersistentDbTable<T>
nxt.db.PrunableDbTable<T>
-
Field Summary
Fields inherited from class nxt.db.EntityDbTable
LATESTFields inherited from class nxt.db.TrimmableDbTable
dbKeyFactoryFields inherited from class nxt.db.Table
db, schema, schemaTable, table -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPrunableDbTable(String schemaTable, DbKey.Factory<T> dbKeyFactory) protectedPrunableDbTable(String schemaTable, DbKey.Factory<T> dbKeyFactory, String fullTextSearchColumns) -
Method Summary
Methods inherited from class nxt.db.PersistentDbTable
isPersistent, rollback, truncateMethods inherited from class nxt.db.EntityDbTable
checkAvailable, clearCache, createSearchIndex, defaultSort, get, get, get, getAll, getAll, getAll, getAll, getBy, getBy, getCount, getCount, getCount, getManyBy, getManyBy, getManyBy, getManyBy, getManyBy, insert, insertInitial, load, newEntity, save, search, searchMethods inherited from class nxt.db.TrimmableDbTable
canBeTrimmed, init, popOffToMethods inherited from class nxt.db.Table
getConnection, getCount, getRowCount, getSchemaTable, toString, truncateAll
-
Constructor Details
-
PrunableDbTable
-
PrunableDbTable
protected PrunableDbTable(String schemaTable, DbKey.Factory<T> dbKeyFactory, String fullTextSearchColumns)
-
-
Method Details
-
trim
public final void trim(int height) - Overrides:
trimin classTrimmableDbTable<T>
-
prune
protected void prune()
-