Uses of Class
com.ibm.fhir.bucket.api.ResourceEntry
-
Packages that use ResourceEntry Package Description com.ibm.fhir.bucket.persistence com.ibm.fhir.bucket.scanner -
-
Uses of ResourceEntry in com.ibm.fhir.bucket.persistence
Methods in com.ibm.fhir.bucket.persistence with parameters of type ResourceEntry Modifier and Type Method Description void
LogicalIdRecorder. recordLogicalId(ResourceEntry entry, String logicalId, int responseTimeMs)
Save the new logical id and map it to the bundle it came from -
Uses of ResourceEntry in com.ibm.fhir.bucket.scanner
Methods in com.ibm.fhir.bucket.scanner with parameters of type ResourceEntry Modifier and Type Method Description boolean
ResourceHandler. process(ResourceEntry entry)
Add the resource entry to the thread-pool for processing, subject to the rate limiting we have to make sure memory consumption is kept in checkprotected void
ResourceHandler. processBadRequest(ResourceEntry re, FhirServerResponse response)
Record the error in the databasevoid
ResourceHandler. processThr(ResourceEntry re)
Process the resource in the thread poolConstructor parameters in com.ibm.fhir.bucket.scanner with type arguments of type ResourceEntry Constructor Description CosReader(ExecutorService commonPool, FileType fileType, CosClient client, Consumer<ResourceEntry> resourceHandler, int maxInflight, DataAccess da, boolean incremental, int recycleSeconds, boolean incrementalExact, int bundleCostFactor)
Public constructor
-