Index

A B C D E F G I N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values

A

ACROSS_CLUSTER - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic.ExecutionTopology
Across the entire database cluster.

B

BLOAT_PERCENTAGE - Static variable in class io.github.mfvanek.pg.checks.host.BtreeIndexesOnArrayColumnsCheckOnHost
 
BLOAT_SIZE - Static variable in class io.github.mfvanek.pg.checks.host.BtreeIndexesOnArrayColumnsCheckOnHost
 
BLOATED_INDEXES - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
 
BLOATED_TABLES - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
 
BTREE_INDEXES_ON_ARRAY_COLUMNS - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
 
BtreeIndexesOnArrayColumnsCheckOnHost - Class in io.github.mfvanek.pg.checks.host
Check for B-tree indexes on array columns.
BtreeIndexesOnArrayColumnsCheckOnHost(PgConnection) - Constructor for class io.github.mfvanek.pg.checks.host.BtreeIndexesOnArrayColumnsCheckOnHost
 

C

check() - Method in interface io.github.mfvanek.pg.common.maintenance.DatabaseCheckOnHost
Executes the check in the public schema.
check(PgContext) - Method in class io.github.mfvanek.pg.checks.host.BtreeIndexesOnArrayColumnsCheckOnHost
Returns B-tree indexes on array columns in the specified schema.
check(PgContext) - Method in class io.github.mfvanek.pg.checks.host.ColumnsWithJsonTypeCheckOnHost
Returns columns with json type in the specified schema.
check(PgContext) - Method in class io.github.mfvanek.pg.checks.host.ColumnsWithoutDescriptionCheckOnHost
Returns columns without description (comment) in the specified schema.
check(PgContext) - Method in class io.github.mfvanek.pg.checks.host.ColumnsWithSerialTypesCheckOnHost
Returns columns with serial types that are not primary keys in the specified schema.
check(PgContext) - Method in class io.github.mfvanek.pg.checks.host.DuplicatedIndexesCheckOnHost
Returns duplicated (completely identical) indexes in the specified schema.
check(PgContext) - Method in class io.github.mfvanek.pg.checks.host.ForeignKeysNotCoveredWithIndexCheckOnHost
Returns foreign keys without associated indexes in the specified schema.
check(PgContext) - Method in class io.github.mfvanek.pg.checks.host.FunctionsWithoutDescriptionCheckOnHost
Returns procedures/functions without description (comment) in the specified schema.
check(PgContext) - Method in class io.github.mfvanek.pg.checks.host.IndexesWithBloatCheckOnHost
Returns indexes that are bloated in the specified schema.
check(PgContext) - Method in class io.github.mfvanek.pg.checks.host.IndexesWithBooleanCheckOnHost
Returns indexes that contain boolean values in the specified schema.
check(PgContext) - Method in class io.github.mfvanek.pg.checks.host.IndexesWithNullValuesCheckOnHost
Returns indexes that contain null values in the specified schema.
check(PgContext) - Method in class io.github.mfvanek.pg.checks.host.IntersectedIndexesCheckOnHost
Returns intersected (partially identical) indexes in the specified schema.
check(PgContext) - Method in class io.github.mfvanek.pg.checks.host.InvalidIndexesCheckOnHost
Returns invalid (broken) indexes in the specified schema.
check(PgContext) - Method in class io.github.mfvanek.pg.checks.host.NotValidConstraintsCheckOnHost
Returns not valid constraints in the specified schema.
check(PgContext) - Method in class io.github.mfvanek.pg.checks.host.PrimaryKeysWithSerialTypesCheckOnHost
 
check(PgContext) - Method in class io.github.mfvanek.pg.checks.host.SequenceOverflowCheckOnHost
Returns sequences that are close to overflow in the specified schema.
check(PgContext) - Method in class io.github.mfvanek.pg.checks.host.TablesWithBloatCheckOnHost
Returns tables that are bloated in the specified schema.
check(PgContext) - Method in class io.github.mfvanek.pg.checks.host.TablesWithMissingIndexesCheckOnHost
Returns tables with potentially missing indexes in the specified schema.
check(PgContext) - Method in class io.github.mfvanek.pg.checks.host.TablesWithoutDescriptionCheckOnHost
Returns tables without description (comment) in the specified schema.
check(PgContext) - Method in class io.github.mfvanek.pg.checks.host.TablesWithoutPrimaryKeyCheckOnHost
Returns tables without primary key in the specified schema.
check(PgContext) - Method in class io.github.mfvanek.pg.checks.host.UnusedIndexesCheckOnHost
Returns unused indexes in the specified schema.
check(PgContext) - Method in interface io.github.mfvanek.pg.common.maintenance.DatabaseCheckOnHost
Executes the check in the specified schema.
clock() - Static method in class io.github.mfvanek.pg.utils.ClockHolder
Allows to get currently set Clock instance.
ClockHolder - Class in io.github.mfvanek.pg.utils
Utility class to work with Clock.
ColumnExtractor - Class in io.github.mfvanek.pg.checks.extractors
A mapper from raw data to Column model.
COLUMNS_WITH_JSON_TYPE - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
 
COLUMNS_WITH_SERIAL_TYPES - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
 
COLUMNS_WITHOUT_DESCRIPTION - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
 
ColumnsInForeignKeyParser - Class in io.github.mfvanek.pg.utils
 
ColumnsWithJsonTypeCheckOnHost - Class in io.github.mfvanek.pg.checks.host
Check for columns with json type on a specific host.
ColumnsWithJsonTypeCheckOnHost(PgConnection) - Constructor for class io.github.mfvanek.pg.checks.host.ColumnsWithJsonTypeCheckOnHost
 
ColumnsWithoutDescriptionCheckOnHost - Class in io.github.mfvanek.pg.checks.host
Check for columns without description on a specific host.
ColumnsWithoutDescriptionCheckOnHost(PgConnection) - Constructor for class io.github.mfvanek.pg.checks.host.ColumnsWithoutDescriptionCheckOnHost
 
ColumnsWithSerialTypesCheckOnHost - Class in io.github.mfvanek.pg.checks.host
Check for columns of serial types that are not primary keys on a specific host.
ColumnsWithSerialTypesCheckOnHost(PgConnection) - Constructor for class io.github.mfvanek.pg.checks.host.ColumnsWithSerialTypesCheckOnHost
 
ColumnWithSerialTypeExtractor - Class in io.github.mfvanek.pg.checks.extractors
 
ConfigurationAware - Interface in io.github.mfvanek.pg.settings
An abstraction for getting database configuration.
ConfigurationMaintenanceOnHost - Interface in io.github.mfvanek.pg.settings.maintenance
An entry point for working with database configuration on the specified host.
ConfigurationMaintenanceOnHostImpl - Class in io.github.mfvanek.pg.settings.maintenance
 
ConfigurationMaintenanceOnHostImpl(PgConnection) - Constructor for class io.github.mfvanek.pg.settings.maintenance.ConfigurationMaintenanceOnHostImpl
 
CONSTRAINT_NAME - Static variable in class io.github.mfvanek.pg.checks.host.BtreeIndexesOnArrayColumnsCheckOnHost
 

D

DatabaseCheckOnHost<T extends io.github.mfvanek.pg.model.DbObject> - Interface in io.github.mfvanek.pg.common.maintenance
A check on database structure on a specific host.
Diagnostic - Enum Class in io.github.mfvanek.pg.common.maintenance
A list of all supported diagnostics with corresponding sql queries and query executors.
Diagnostic.ExecutionTopology - Enum Class in io.github.mfvanek.pg.common.maintenance
Defines the place where the diagnostic should be executed.
DiagnosticAware - Interface in io.github.mfvanek.pg.common.maintenance
Allows getting information about rule related to the check.
DUPLICATED_INDEXES - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
 
DuplicatedIndexesCheckOnHost - Class in io.github.mfvanek.pg.checks.host
Check for duplicated (completely identical) indexes on a specific host.
DuplicatedIndexesCheckOnHost(PgConnection) - Constructor for class io.github.mfvanek.pg.checks.host.DuplicatedIndexesCheckOnHost
 

E

executeQuery(PgConnection, PgContext, String, ResultSetExtractor<T>) - Method in interface io.github.mfvanek.pg.common.maintenance.QueryExecutor
Executes the specified SQL query using the provided PgConnection and PgContext, and extracts the results using the given ResultSetExtractor.
executeQuery(PgConnection, String, ResultSetExtractor<T>) - Method in interface io.github.mfvanek.pg.statistics.maintenance.StatisticsQueryExecutor
 
executeQuery(PgConnection, String, ResultSetExtractor<T>) - Static method in class io.github.mfvanek.pg.utils.QueryExecutors
Executes a given SQL query and extracts results using the provided ResultSetExtractor.
executeQuery(PgContext, ResultSetExtractor<IndexWithColumns>) - Method in class io.github.mfvanek.pg.checks.host.BtreeIndexesOnArrayColumnsCheckOnHost
 
executeQueryWithBloatThreshold(PgConnection, PgContext, String, ResultSetExtractor<T>) - Static method in class io.github.mfvanek.pg.utils.QueryExecutors
Executes a given SQL query within the context of the provided schema name and bloat threshold.
executeQueryWithRemainingPercentageThreshold(PgConnection, PgContext, String, ResultSetExtractor<T>) - Static method in class io.github.mfvanek.pg.utils.QueryExecutors
Executes a given SQL query within the context of the provided schema name and remaining percentage threshold.
executeQueryWithSchema(PgConnection, PgContext, String, ResultSetExtractor<T>) - Static method in class io.github.mfvanek.pg.utils.QueryExecutors
Executes a given SQL query within the context of the provided schema name.
extractData(ResultSet) - Method in class io.github.mfvanek.pg.checks.extractors.ColumnExtractor
Converts a row from database to an arbitrary domain model.
extractData(ResultSet) - Method in class io.github.mfvanek.pg.checks.extractors.ColumnWithSerialTypeExtractor
Converts a row from database to an arbitrary domain model.
extractData(ResultSet) - Method in class io.github.mfvanek.pg.checks.extractors.IndexWithSingleColumnExtractor
Converts a row from database to an arbitrary domain model.
extractData(ResultSet) - Method in class io.github.mfvanek.pg.checks.extractors.TableExtractor
Converts a row from database to an arbitrary domain model.
extractData(ResultSet) - Method in interface io.github.mfvanek.pg.common.maintenance.ResultSetExtractor
Converts a row from database to an arbitrary domain model.

F

FOREIGN_KEYS_WITHOUT_INDEX - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
 
ForeignKeysNotCoveredWithIndexCheckOnHost - Class in io.github.mfvanek.pg.checks.host
Check for foreign keys without associated indexes on a specific host.
ForeignKeysNotCoveredWithIndexCheckOnHost(PgConnection) - Constructor for class io.github.mfvanek.pg.checks.host.ForeignKeysNotCoveredWithIndexCheckOnHost
 
FUNCTIONS_WITHOUT_DESCRIPTION - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
 
FunctionsWithoutDescriptionCheckOnHost - Class in io.github.mfvanek.pg.checks.host
Check for procedures/functions without description on a specific host.
FunctionsWithoutDescriptionCheckOnHost(PgConnection) - Constructor for class io.github.mfvanek.pg.checks.host.FunctionsWithoutDescriptionCheckOnHost
 

G

getDiagnostic() - Method in class io.github.mfvanek.pg.checks.host.BtreeIndexesOnArrayColumnsCheckOnHost
Gets the diagnostic - a rule related to the check.
getDiagnostic() - Method in interface io.github.mfvanek.pg.common.maintenance.DiagnosticAware
Gets the diagnostic - a rule related to the check.
getExecutionTopology() - Method in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
Gets the place where the diagnostic should be executed.
getHost() - Method in class io.github.mfvanek.pg.checks.host.BtreeIndexesOnArrayColumnsCheckOnHost
getHost() - Method in class io.github.mfvanek.pg.settings.maintenance.ConfigurationMaintenanceOnHostImpl
getHost() - Method in class io.github.mfvanek.pg.statistics.maintenance.StatisticsMaintenanceOnHostImpl
getLastStatsResetTimestamp() - Method in interface io.github.mfvanek.pg.statistics.maintenance.StatisticsMaintenanceOnHost
Gets time at which database statistics were last reset on current host.
getLastStatsResetTimestamp() - Method in class io.github.mfvanek.pg.statistics.maintenance.StatisticsMaintenanceOnHostImpl
Gets time at which database statistics were last reset on current host.
getLastStatsResetTimestamp() - Method in interface io.github.mfvanek.pg.statistics.StatisticsAware
Gets time at which database statistics were last reset.
getParamCurrentValue(ParamNameAware) - Method in interface io.github.mfvanek.pg.settings.maintenance.ConfigurationMaintenanceOnHost
 
getParamCurrentValue(ParamNameAware) - Method in class io.github.mfvanek.pg.settings.maintenance.ConfigurationMaintenanceOnHostImpl
 
getParamsCurrentValues() - Method in interface io.github.mfvanek.pg.settings.ConfigurationAware
 
getParamsCurrentValues() - Method in interface io.github.mfvanek.pg.settings.maintenance.ConfigurationMaintenanceOnHost
 
getParamsCurrentValues() - Method in class io.github.mfvanek.pg.settings.maintenance.ConfigurationMaintenanceOnHostImpl
 
getParamsWithDefaultValues(ServerSpecification) - Method in interface io.github.mfvanek.pg.settings.ConfigurationAware
 
getParamsWithDefaultValues(ServerSpecification) - Method in interface io.github.mfvanek.pg.settings.maintenance.ConfigurationMaintenanceOnHost
 
getParamsWithDefaultValues(ServerSpecification) - Method in class io.github.mfvanek.pg.settings.maintenance.ConfigurationMaintenanceOnHostImpl
 
getQueryExecutor() - Method in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
Gets the lambda which executes the associated sql query.
getQueryFromFile(String) - Static method in class io.github.mfvanek.pg.utils.SqlQueryReader
 
getSqlQueryFileName() - Method in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
Gets the associated sql query file name.
getType() - Method in class io.github.mfvanek.pg.checks.host.BtreeIndexesOnArrayColumnsCheckOnHost
Gets original java type.
getType() - Method in interface io.github.mfvanek.pg.common.maintenance.RawTypeAware
Gets original java type.

I

INDEX_NAME - Static variable in class io.github.mfvanek.pg.checks.extractors.IndexWithSingleColumnExtractor
 
INDEX_NAME - Static variable in class io.github.mfvanek.pg.checks.host.BtreeIndexesOnArrayColumnsCheckOnHost
 
INDEX_SIZE - Static variable in class io.github.mfvanek.pg.checks.extractors.IndexWithSingleColumnExtractor
 
INDEX_SIZE - Static variable in class io.github.mfvanek.pg.checks.host.BtreeIndexesOnArrayColumnsCheckOnHost
 
INDEXES_WITH_BOOLEAN - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
 
INDEXES_WITH_NULL_VALUES - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
 
IndexesWithBloatCheckOnHost - Class in io.github.mfvanek.pg.checks.host
Check for indexes bloat on a specific host.
IndexesWithBloatCheckOnHost(PgConnection) - Constructor for class io.github.mfvanek.pg.checks.host.IndexesWithBloatCheckOnHost
 
IndexesWithBooleanCheckOnHost - Class in io.github.mfvanek.pg.checks.host
Check for indexes that contain boolean values on a specific host.
IndexesWithBooleanCheckOnHost(PgConnection) - Constructor for class io.github.mfvanek.pg.checks.host.IndexesWithBooleanCheckOnHost
 
IndexesWithNullValuesCheckOnHost - Class in io.github.mfvanek.pg.checks.host
Check for indexes with null values on a specific host.
IndexesWithNullValuesCheckOnHost(PgConnection) - Constructor for class io.github.mfvanek.pg.checks.host.IndexesWithNullValuesCheckOnHost
 
IndexWithSingleColumnExtractor - Class in io.github.mfvanek.pg.checks.extractors
A mapper from raw data to IndexWithColumns model.
INTERSECTED_INDEXES - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
 
IntersectedIndexesCheckOnHost - Class in io.github.mfvanek.pg.checks.host
Check for intersected (partially identical) indexes on a specific host.
IntersectedIndexesCheckOnHost(PgConnection) - Constructor for class io.github.mfvanek.pg.checks.host.IntersectedIndexesCheckOnHost
 
INVALID_INDEXES - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
 
InvalidIndexesCheckOnHost - Class in io.github.mfvanek.pg.checks.host
Check for invalid (broken) indexes on a specific host.
InvalidIndexesCheckOnHost(PgConnection) - Constructor for class io.github.mfvanek.pg.checks.host.InvalidIndexesCheckOnHost
 
io.github.mfvanek.pg.checks.extractors - package io.github.mfvanek.pg.checks.extractors
 
io.github.mfvanek.pg.checks.host - package io.github.mfvanek.pg.checks.host
 
io.github.mfvanek.pg.common.maintenance - package io.github.mfvanek.pg.common.maintenance
 
io.github.mfvanek.pg.settings - package io.github.mfvanek.pg.settings
 
io.github.mfvanek.pg.settings.maintenance - package io.github.mfvanek.pg.settings.maintenance
 
io.github.mfvanek.pg.statistics - package io.github.mfvanek.pg.statistics
 
io.github.mfvanek.pg.statistics.maintenance - package io.github.mfvanek.pg.statistics.maintenance
 
io.github.mfvanek.pg.utils - package io.github.mfvanek.pg.utils
 
isAcrossCluster() - Method in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
Shows whether diagnostic results should be collected from all nodes in the cluster.

N

NamedParametersParser - Class in io.github.mfvanek.pg.utils
 
NOT_VALID_CONSTRAINTS - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
 
NotValidConstraintsCheckOnHost - Class in io.github.mfvanek.pg.checks.host
Check for not valid constraints on a specific host.
NotValidConstraintsCheckOnHost(PgConnection) - Constructor for class io.github.mfvanek.pg.checks.host.NotValidConstraintsCheckOnHost
 

O

of() - Static method in class io.github.mfvanek.pg.checks.extractors.ColumnExtractor
 
of() - Static method in class io.github.mfvanek.pg.checks.extractors.ColumnWithSerialTypeExtractor
 
of() - Static method in class io.github.mfvanek.pg.checks.extractors.IndexWithSingleColumnExtractor
 
of() - Static method in class io.github.mfvanek.pg.checks.extractors.TableExtractor
 
ON_PRIMARY - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic.ExecutionTopology
Only on primary host.

P

parse(String) - Static method in class io.github.mfvanek.pg.utils.NamedParametersParser
 
parseRawColumnData(String, String...) - Static method in class io.github.mfvanek.pg.utils.ColumnsInForeignKeyParser
 
PRIMARY_KEYS_WITH_SERIAL_TYPES - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
 
PrimaryKeysWithSerialTypesCheckOnHost - Class in io.github.mfvanek.pg.checks.host
Check for primary keys columns with serial types (smallserial/serial/bigserial) New "generated as identity" syntax should be used instead.
PrimaryKeysWithSerialTypesCheckOnHost(PgConnection) - Constructor for class io.github.mfvanek.pg.checks.host.PrimaryKeysWithSerialTypesCheckOnHost
 

Q

QueryExecutor - Interface in io.github.mfvanek.pg.common.maintenance
An abstraction of sql query executor.
QueryExecutors - Class in io.github.mfvanek.pg.utils
Utility class for executing SQL queries with various context parameters.

R

RawTypeAware<T extends io.github.mfvanek.pg.model.DbObject> - Interface in io.github.mfvanek.pg.common.maintenance
Allows getting information about original generic type.
resetStatistics() - Method in interface io.github.mfvanek.pg.statistics.maintenance.StatisticsMaintenanceOnHost
Resets all statistics counters for the current database on current host to zero.
resetStatistics() - Method in class io.github.mfvanek.pg.statistics.maintenance.StatisticsMaintenanceOnHostImpl
Resets all statistics counters for the current database on current host to zero.
resetStatistics() - Method in interface io.github.mfvanek.pg.statistics.StatisticsAware
Resets all statistics counters for the current database to zero.
ResultSetExtractor<T> - Interface in io.github.mfvanek.pg.common.maintenance
A mapper from raw data to domain model.

S

SEQUENCE_OVERFLOW - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
 
SequenceOverflowCheckOnHost - Class in io.github.mfvanek.pg.checks.host
Check for sequence overflow on a specific host.
SequenceOverflowCheckOnHost(PgConnection) - Constructor for class io.github.mfvanek.pg.checks.host.SequenceOverflowCheckOnHost
 
setClock(Clock) - Static method in class io.github.mfvanek.pg.utils.ClockHolder
Atomically sets the ClockHolder.CLOCK_REFERENCE to newClock and returns the old value.
SqlQueryReader - Class in io.github.mfvanek.pg.utils
 
StatisticsAware - Interface in io.github.mfvanek.pg.statistics
A set of methods to manage statistics.
StatisticsMaintenanceOnHost - Interface in io.github.mfvanek.pg.statistics.maintenance
An entry point for managing statistics on the specified host.
StatisticsMaintenanceOnHostImpl - Class in io.github.mfvanek.pg.statistics.maintenance
 
StatisticsMaintenanceOnHostImpl(PgConnection) - Constructor for class io.github.mfvanek.pg.statistics.maintenance.StatisticsMaintenanceOnHostImpl
 
StatisticsQueryExecutor - Interface in io.github.mfvanek.pg.statistics.maintenance
An abstraction of sql query executor without schema.

T

TABLE_NAME - Static variable in class io.github.mfvanek.pg.checks.extractors.TableExtractor
 
TABLE_NAME - Static variable in class io.github.mfvanek.pg.checks.host.BtreeIndexesOnArrayColumnsCheckOnHost
 
TABLE_SIZE - Static variable in class io.github.mfvanek.pg.checks.extractors.TableExtractor
 
TABLE_SIZE - Static variable in class io.github.mfvanek.pg.checks.host.BtreeIndexesOnArrayColumnsCheckOnHost
 
TableExtractor - Class in io.github.mfvanek.pg.checks.extractors
A mapper from raw data to Table model.
TABLES_WITH_MISSING_INDEXES - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
 
TABLES_WITHOUT_DESCRIPTION - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
 
TABLES_WITHOUT_PRIMARY_KEY - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
 
TablesWithBloatCheckOnHost - Class in io.github.mfvanek.pg.checks.host
Check for tables bloat on a specific host.
TablesWithBloatCheckOnHost(PgConnection) - Constructor for class io.github.mfvanek.pg.checks.host.TablesWithBloatCheckOnHost
 
TablesWithMissingIndexesCheckOnHost - Class in io.github.mfvanek.pg.checks.host
Check for tables with potentially missing indexes on a specific host.
TablesWithMissingIndexesCheckOnHost(PgConnection) - Constructor for class io.github.mfvanek.pg.checks.host.TablesWithMissingIndexesCheckOnHost
 
TablesWithoutDescriptionCheckOnHost - Class in io.github.mfvanek.pg.checks.host
Check for tables without description on a specific host.
TablesWithoutDescriptionCheckOnHost(PgConnection) - Constructor for class io.github.mfvanek.pg.checks.host.TablesWithoutDescriptionCheckOnHost
 
TablesWithoutPrimaryKeyCheckOnHost - Class in io.github.mfvanek.pg.checks.host
Check for tables without primary key on a specific host.
TablesWithoutPrimaryKeyCheckOnHost(PgConnection) - Constructor for class io.github.mfvanek.pg.checks.host.TablesWithoutPrimaryKeyCheckOnHost
 

U

UNUSED_INDEXES - Enum constant in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
 
UnusedIndexesCheckOnHost - Class in io.github.mfvanek.pg.checks.host
Check for unused indexes on a specific host.
UnusedIndexesCheckOnHost(PgConnection) - Constructor for class io.github.mfvanek.pg.checks.host.UnusedIndexesCheckOnHost
 

V

valueOf(String) - Static method in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic.ExecutionTopology
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic.ExecutionTopology
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.github.mfvanek.pg.common.maintenance.Diagnostic
Returns an array containing the constants of this enum class, in the order they are declared.
A B C D E F G I N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values