Class BootstrapTask


  • public class BootstrapTask
    extends Object
    The BootstrapTask class represents a task for bootstrapping a database table and provides methods for creating, manipulating, and matching tasks.
    • Field Detail

      • database

        public String database
      • whereClause

        public String whereClause
      • id

        public Long id
      • complete

        public boolean complete
      • comment

        public String comment
      • abort

        public volatile boolean abort
    • Constructor Detail

      • BootstrapTask

        public BootstrapTask()