Uses of Class
com.ibm.fhir.database.utils.api.PartitionInfo
-
Packages that use PartitionInfo Package Description com.ibm.fhir.database.utils.api com.ibm.fhir.database.utils.db2 -
-
Uses of PartitionInfo in com.ibm.fhir.database.utils.api
Methods in com.ibm.fhir.database.utils.api that return types with arguments of type PartitionInfo Modifier and Type Method Description List<PartitionInfo>
ICatalogAccess. getPartitionList(String schema, String table)
Get the list of partitions for this tableMethods in com.ibm.fhir.database.utils.api with parameters of type PartitionInfo Modifier and Type Method Description void
ICatalogAccess. dropPartition(String schema, String table, PartitionInfo pi)
Drop (detach) the partition identified by schema, table and pi -
Uses of PartitionInfo in com.ibm.fhir.database.utils.db2
Methods in com.ibm.fhir.database.utils.db2 that return types with arguments of type PartitionInfo Modifier and Type Method Description List<PartitionInfo>
Db2CatalogAccess. getPartitionList(String schema, String table)
List<PartitionInfo>
Db2CatalogDAO. getPartitionList(Connection c, String schema, String tableName)
Get the list of partitions.Methods in com.ibm.fhir.database.utils.db2 with parameters of type PartitionInfo Modifier and Type Method Description void
Db2Adapter. createTenantPartitionsThr(Table t, PartitionInfo pi, int newTenantId, String tablespaceName)
Ensure that the given table has all the partitions necessary up to and including the max tenant idvoid
Db2CatalogAccess. dropPartition(String schema, String table, PartitionInfo pi)
protected Date
Db2PartitionControl. getHighValueDate(PartitionInfo pi)
Get the highValue as a Date from the PartitionInfoprotected Date
Db2PartitionControl. getLowValueDate(PartitionInfo pi)
Get the lowValue as a Date from the PartitionInfoMethod parameters in com.ibm.fhir.database.utils.db2 with type arguments of type PartitionInfo Modifier and Type Method Description protected void
Db2Adapter. loadPartitionInfoMap(Map<String,PartitionInfo> partitionInfoMap, String tableSchema)
Read partition info from the database catalog.Constructor parameters in com.ibm.fhir.database.utils.db2 with type arguments of type PartitionInfo Constructor Description Db2GetPartitionInfo(String catalogSchema, String tableSchema, Consumer<PartitionInfo> consumer)
Get partition information for all tables in the tableSchema, using the catalogSchema as the schema containing the DATAPARTITIONS system table
-