Package ca.uhn.fhir.system
Class HapiTestSystemProperties
java.lang.Object
ca.uhn.fhir.system.HapiTestSystemProperties
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidstatic voidstatic voidCreates a DaoConfig with setMassIngestionMode(true) at test app context startup timestatic voidstatic voidSet the database connection pool size to 100static booleanstatic booleanSet the database connection pool size to 1static boolean
-
Method Details
-
enableUnlimitedDbConnections
Set the database connection pool size to 100 -
isUnlimitedDbConnectionsEnabled
-
disableUnlimitedDbConnections
-
enableMassIngestionMode
Creates a DaoConfig with setMassIngestionMode(true) at test app context startup time -
isMassIngestionModeEnabled
-
disableMassIngestionMode
-
isSingleDbConnectionEnabled
Set the database connection pool size to 1 -
enableSingleDbConnection
-
disableSingleDbConnection
-