Uses of Class
com.ibm.fhir.database.utils.api.PartitionUnit
-
Packages that use PartitionUnit Package Description com.ibm.fhir.database.utils.api com.ibm.fhir.database.utils.db2 -
-
Uses of PartitionUnit in com.ibm.fhir.database.utils.api
Methods in com.ibm.fhir.database.utils.api that return PartitionUnit Modifier and Type Method Description static PartitionUnit
PartitionUnit. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PartitionUnit[]
PartitionUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PartitionUnit in com.ibm.fhir.database.utils.db2
Methods in com.ibm.fhir.database.utils.db2 with parameters of type PartitionUnit Modifier and Type Method Description void
Db2PartitionControl. pushAhead(java.lang.String schema, java.lang.String table, int future, PartitionUnit pu, int unitsToKeep, int partMaintBatchSize)
Make sure the named table has at least N future partitionsvoid
Db2PartitionControl. rollOff(java.lang.String schema, java.lang.String table, int unitsToKeep, PartitionUnit pu, int partMaintBatchSize)
Drop old partitions we no longer need.
-