Hierarchy For All Packages
Package Hierarchies:Class Hierarchy
- java.lang.Object
- io.github.mfvanek.pg.checks.cluster.BtreeIndexesOnArrayColumnsCheckOnCluster
- io.github.mfvanek.pg.utils.CollectionUtils
- io.github.mfvanek.pg.checks.cluster.ColumnsWithJsonTypeCheckOnCluster
- io.github.mfvanek.pg.checks.cluster.ColumnsWithoutDescriptionCheckOnCluster
- io.github.mfvanek.pg.checks.cluster.ColumnsWithSerialTypesCheckOnCluster
- io.github.mfvanek.pg.common.management.DatabaseManagementImpl (implements io.github.mfvanek.pg.common.management.DatabaseManagement)
- io.github.mfvanek.pg.checks.cluster.DuplicatedForeignKeysCheckOnCluster
- io.github.mfvanek.pg.checks.cluster.DuplicatedIndexesCheckOnCluster
- io.github.mfvanek.pg.checks.predicates.FilterDuplicatedIndexesByNamePredicate (implements java.util.function.Predicate<T>)
- io.github.mfvanek.pg.checks.predicates.FilterIndexesByBloatPredicate (implements java.util.function.Predicate<T>)
- io.github.mfvanek.pg.checks.predicates.FilterIndexesByNamePredicate (implements java.util.function.Predicate<T>)
- io.github.mfvanek.pg.checks.predicates.FilterIndexesBySizePredicate (implements java.util.function.Predicate<T>)
- io.github.mfvanek.pg.checks.predicates.FilterObjectsByNamePredicate (implements java.util.function.Predicate<T>)
- io.github.mfvanek.pg.checks.predicates.FilterTablesByBloatPredicate (implements java.util.function.Predicate<T>)
- io.github.mfvanek.pg.checks.predicates.FilterTablesByNamePredicate (implements java.util.function.Predicate<T>)
- io.github.mfvanek.pg.checks.predicates.FilterTablesBySizePredicate (implements java.util.function.Predicate<T>)
- io.github.mfvanek.pg.checks.cluster.ForeignKeysNotCoveredWithIndexCheckOnCluster
- io.github.mfvanek.pg.checks.cluster.ForeignKeysWithUnmatchedColumnTypeCheckOnCluster
- io.github.mfvanek.pg.checks.cluster.FunctionsWithoutDescriptionCheckOnCluster
- io.github.mfvanek.pg.checks.cluster.IndexesWithBloatCheckOnCluster
- io.github.mfvanek.pg.checks.cluster.IndexesWithBooleanCheckOnCluster
- io.github.mfvanek.pg.checks.cluster.IndexesWithNullValuesCheckOnCluster
- io.github.mfvanek.pg.checks.cluster.IntersectedForeignKeysCheckOnCluster
- io.github.mfvanek.pg.checks.cluster.IntersectedIndexesCheckOnCluster
- io.github.mfvanek.pg.checks.cluster.InvalidIndexesCheckOnCluster
- io.github.mfvanek.pg.checks.cluster.NotValidConstraintsCheckOnCluster
- io.github.mfvanek.pg.checks.cluster.PossibleObjectNameOverflowCheckOnCluster
- io.github.mfvanek.pg.checks.cluster.PrimaryKeysWithSerialTypesCheckOnCluster
- io.github.mfvanek.pg.checks.cluster.SequenceOverflowCheckOnCluster
- io.github.mfvanek.pg.checks.cluster.TablesNotLinkedToOthersCheckOnCluster
- io.github.mfvanek.pg.checks.cluster.TablesWithBloatCheckOnCluster
- io.github.mfvanek.pg.checks.cluster.TablesWithMissingIndexesCheckOnCluster
- io.github.mfvanek.pg.checks.cluster.TablesWithoutDescriptionCheckOnCluster
- io.github.mfvanek.pg.checks.cluster.TablesWithoutPrimaryKeyCheckOnCluster
- io.github.mfvanek.pg.checks.cluster.UnusedIndexesCheckOnCluster
Interface Hierarchy
- io.github.mfvanek.pg.common.maintenance.CheckTypeAware
- io.github.mfvanek.pg.common.maintenance.DatabaseCheckOnCluster<T> (also extends io.github.mfvanek.pg.common.maintenance.DiagnosticAware, io.github.mfvanek.pg.common.maintenance.RawTypeAware<T>)
- io.github.mfvanek.pg.settings.ConfigurationAware
- io.github.mfvanek.pg.common.management.DatabaseManagement (also extends io.github.mfvanek.pg.statistics.StatisticsAware)
- io.github.mfvanek.pg.common.maintenance.DiagnosticAware
- io.github.mfvanek.pg.common.maintenance.DatabaseCheckOnCluster<T> (also extends io.github.mfvanek.pg.common.maintenance.CheckTypeAware, io.github.mfvanek.pg.common.maintenance.RawTypeAware<T>)
- io.github.mfvanek.pg.common.maintenance.RawTypeAware<T>
- io.github.mfvanek.pg.common.maintenance.DatabaseCheckOnCluster<T> (also extends io.github.mfvanek.pg.common.maintenance.CheckTypeAware, io.github.mfvanek.pg.common.maintenance.DiagnosticAware)
- io.github.mfvanek.pg.statistics.StatisticsAware
- io.github.mfvanek.pg.common.management.DatabaseManagement (also extends io.github.mfvanek.pg.settings.ConfigurationAware)