Package io.github.mfvanek.pg.common.maintenance


package io.github.mfvanek.pg.common.maintenance
  • Class
    Description
    DatabaseCheckOnCluster<T extends io.github.mfvanek.pg.model.DbObject>
    An abstract check on database structure.
    DatabaseCheckOnHost<T extends io.github.mfvanek.pg.model.DbObject>
    A check on database structure on a specific host.
     
    A list of all supported diagnostics with corresponding sql queries and query executors.
    Defines the place where the diagnostic should be executed.
    Allows getting information about rule related to the check.
    An abstraction of sql query executor.
    RawTypeAware<T extends io.github.mfvanek.pg.model.DbObject>
    Allows getting information about original generic type.
    A mapper from raw data to domain model.