Uses of Class
org.linuxforhealth.fhir.database.utils.postgres.PostgresAdapter
-
Packages that use PostgresAdapter Package Description org.linuxforhealth.fhir.database.utils.citus org.linuxforhealth.fhir.database.utils.postgres -
-
Uses of PostgresAdapter in org.linuxforhealth.fhir.database.utils.citus
Subclasses of PostgresAdapter in org.linuxforhealth.fhir.database.utils.citus Modifier and Type Class Description class
CitusAdapter
A database adapter implementation for Citus (distributed PostgreSQL) -
Uses of PostgresAdapter in org.linuxforhealth.fhir.database.utils.postgres
Constructors in org.linuxforhealth.fhir.database.utils.postgres with parameters of type PostgresAdapter Constructor Description VacuumSettingsTableDataModelVisitor(PostgresAdapter adapter, java.lang.String schema, int vacuumCostLimit, double vacuumScaleFactor, int vacuumThreshold)
-