Uses of Interface
com.ibm.fhir.persistence.jdbc.FHIRPersistenceJDBCCache
-
-
Uses of FHIRPersistenceJDBCCache in com.ibm.fhir.persistence.jdbc
Methods in com.ibm.fhir.persistence.jdbc with parameters of type FHIRPersistenceJDBCCache Modifier and Type Method Description static ReindexResourceDAO
FHIRResourceDAOFactory. getReindexResourceDAO(Connection connection, String adminSchemaName, String schemaName, FHIRDbFlavor flavor, TransactionSynchronizationRegistry trxSynchRegistry, FHIRPersistenceJDBCCache cache, ParameterDAO parameterDao)
Instantiate a new instance ofReindexResourceDAO
configured for the given database typestatic ResourceDAO
FHIRResourceDAOFactory. getResourceDAO(Connection connection, String adminSchemaName, String schemaName, FHIRDbFlavor flavor, FHIRPersistenceJDBCCache cache)
Construct a new ResourceDAO implementation matching the database typestatic ResourceDAO
FHIRResourceDAOFactory. getResourceDAO(Connection connection, String adminSchemaName, String schemaName, FHIRDbFlavor flavor, TransactionSynchronizationRegistry trxSynchRegistry, FHIRPersistenceJDBCCache cache, ParameterTransactionDataImpl ptdi)
Construct a new ResourceDAO implementation matching the database typestatic ResourceReferenceDAO
FHIRResourceDAOFactory. getResourceReferenceDAO(Connection connection, String adminSchemaName, String schemaName, FHIRDbFlavor flavor, FHIRPersistenceJDBCCache cache)
Get a standalone DAO to handle the inserts of the common token values and resource token refs just prior to the transaction commit -
Uses of FHIRPersistenceJDBCCache in com.ibm.fhir.persistence.jdbc.cache
Classes in com.ibm.fhir.persistence.jdbc.cache that implement FHIRPersistenceJDBCCache Modifier and Type Class Description class
FHIRPersistenceJDBCCacheImpl
Aggregates and manages the individual caches used for a tenantMethods in com.ibm.fhir.persistence.jdbc.cache that return FHIRPersistenceJDBCCache Modifier and Type Method Description static FHIRPersistenceJDBCCache
FHIRPersistenceJDBCCacheUtil. create(int codeSystemCacheSize, int tokenValueCacheSize, int canonicalCacheSize)
Factory function to create a new cache instanceprotected FHIRPersistenceJDBCCache
FHIRPersistenceJDBCTenantCache. createCache(String cacheKey)
Create the individual caches we need and wrap them in a container we use to hold them in the tenant mapFHIRPersistenceJDBCCache
FHIRPersistenceJDBCTenantCache. getCacheForTenantAndDatasource()
Get the FHIRPersistenceJDBCCache cache associated with the tenant and datasource defined in the current request context.Methods in com.ibm.fhir.persistence.jdbc.cache with parameters of type FHIRPersistenceJDBCCache Modifier and Type Method Description static void
FHIRPersistenceJDBCCacheUtil. prefill(ResourceDAO resourceDAO, ParameterDAO parameterDAO, FHIRPersistenceJDBCCache cache)
Prefill the cache with constants already committed in the database -
Uses of FHIRPersistenceJDBCCache in com.ibm.fhir.persistence.jdbc.connection
Constructors in com.ibm.fhir.persistence.jdbc.connection with parameters of type FHIRPersistenceJDBCCache Constructor Description FHIRUserTransactionAdapter(UserTransaction tx, TransactionSynchronizationRegistry syncRegistry, FHIRPersistenceJDBCCache cache, String transactionDataKey)
Public constructorFHIRUserTransactionFactory(UserTransaction tx, TransactionSynchronizationRegistry syncReg, FHIRPersistenceJDBCCache cache, String transactionDataKey)
Public constructor -
Uses of FHIRPersistenceJDBCCache in com.ibm.fhir.persistence.jdbc.dao
Constructors in com.ibm.fhir.persistence.jdbc.dao with parameters of type FHIRPersistenceJDBCCache Constructor Description EraseResourceDAO(Connection conn, IDatabaseTranslator translator, String schemaName, FHIRDbFlavor flavor, FHIRPersistenceJDBCCache cache, IResourceReferenceDAO rrd)
Public constructorReindexResourceDAO(Connection connection, IDatabaseTranslator translator, ParameterDAO parameterDao, String schemaName, FHIRDbFlavor flavor, FHIRPersistenceJDBCCache cache, IResourceReferenceDAO rrd)
Public constructorReindexResourceDAO(Connection connection, IDatabaseTranslator translator, ParameterDAO parameterDao, String schemaName, FHIRDbFlavor flavor, TransactionSynchronizationRegistry trxSynchRegistry, FHIRPersistenceJDBCCache cache, IResourceReferenceDAO rrd, ParameterTransactionDataImpl ptdi)
Public constructor -
Uses of FHIRPersistenceJDBCCache in com.ibm.fhir.persistence.jdbc.dao.impl
Methods in com.ibm.fhir.persistence.jdbc.dao.impl that return FHIRPersistenceJDBCCache Modifier and Type Method Description protected FHIRPersistenceJDBCCache
ResourceDAOImpl. getCache()
Getter for access to theFHIRPersistenceJDBCCache
from subclassesConstructors in com.ibm.fhir.persistence.jdbc.dao.impl with parameters of type FHIRPersistenceJDBCCache Constructor Description JDBCIdentityCacheImpl(FHIRPersistenceJDBCCache cache, ResourceDAO resourceDAO, ParameterDAO parameterDAO, IResourceReferenceDAO rrd)
Public constructorResourceDAOImpl(Connection c, String schemaName, FHIRDbFlavor flavor, FHIRPersistenceJDBCCache cache, IResourceReferenceDAO rrd)
Constructs a DAO instance for use outside a managed transaction (JEE) environmentResourceDAOImpl(Connection c, String schemaName, FHIRDbFlavor flavor, TransactionSynchronizationRegistry trxSynchRegistry, FHIRPersistenceJDBCCache cache, IResourceReferenceDAO rrd, ParameterTransactionDataImpl ptdi)
Constructs a DAO instance suitable for acquiring connections from a JDBC Datasource object.RetrieveIndexDAO(IDatabaseTranslator tx, String schemaName, String resourceTypeName, int count, Instant notModifiedAfter, Long afterIndexId, FHIRPersistenceJDBCCache cache)
Public constructor. -
Uses of FHIRPersistenceJDBCCache in com.ibm.fhir.persistence.jdbc.derby
Constructors in com.ibm.fhir.persistence.jdbc.derby with parameters of type FHIRPersistenceJDBCCache Constructor Description DerbyResourceDAO(Connection connection, String schemaName, FHIRDbFlavor flavor, FHIRPersistenceJDBCCache cache, IResourceReferenceDAO rrd)
DerbyResourceDAO(Connection connection, String schemaName, FHIRDbFlavor flavor, TransactionSynchronizationRegistry trxSynchRegistry, FHIRPersistenceJDBCCache cache, IResourceReferenceDAO rrd, ParameterTransactionDataImpl ptdi)
Derby is not only used for unit tests, but can also be used to provide persistence for a stand-alone full FHIR server. -
Uses of FHIRPersistenceJDBCCache in com.ibm.fhir.persistence.jdbc.impl
Constructors in com.ibm.fhir.persistence.jdbc.impl with parameters of type FHIRPersistenceJDBCCache Constructor Description CacheTransactionSync(TransactionSynchronizationRegistry txSyncRegistry, FHIRPersistenceJDBCCache cache, String transactionDataKey)
Public constructorFHIRPersistenceJDBCImpl(FHIRPersistenceJDBCCache cache)
Constructor for use when running as web application in WLP.FHIRPersistenceJDBCImpl(Properties configProps, IConnectionProvider cp, FHIRConfigProvider configProvider, FHIRPersistenceJDBCCache cache)
Constructor for use when running standalone, outside of any web container.FHIRPersistenceJDBCImpl(Properties configProps, IConnectionProvider cp, FHIRPersistenceJDBCCache cache)
Constructor for use when running standalone, outside of any web container. -
Uses of FHIRPersistenceJDBCCache in com.ibm.fhir.persistence.jdbc.postgres
-