Package nxt.db

Class PrunableDbTable<T>

    • Constructor Detail

      • PrunableDbTable

        protected PrunableDbTable​(java.lang.String table,
                                  DbKey.Factory<T> dbKeyFactory)
      • PrunableDbTable

        protected PrunableDbTable​(java.lang.String table,
                                  DbKey.Factory<T> dbKeyFactory,
                                  java.lang.String fullTextSearchColumns)
    • Method Detail

      • trim

        public final void trim​(int height)
        Overrides:
        trim in class EntityDbTable<T>
      • prune

        protected void prune()