Uses of Class
com.ibm.fhir.bucket.api.ResourceEntry
-
Packages that use ResourceEntry Package Description com.ibm.fhir.bucket.api com.ibm.fhir.bucket.persistence com.ibm.fhir.bucket.scanner -
-
Uses of ResourceEntry in com.ibm.fhir.bucket.api
Methods in com.ibm.fhir.bucket.api with parameters of type ResourceEntry Modifier and Type Method Description void
IResourceEntryProcessor. process(ResourceEntry re)
Process the resource entry (usually called from within a thread-poolboolean
IResourceHandler. 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 check -
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 void
BundleBreakerResourceProcessor. process(ResourceEntry re)
void
FHIRClientResourceProcessor. process(ResourceEntry re)
boolean
ResourceHandler. process(ResourceEntry entry)
protected void
FHIRClientResourceProcessor. processBadRequest(ResourceEntry re, FhirServerResponse response)
Record the error in the databaseConstructor 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, double bundleCostFactor, Collection<BucketPath> bucketPaths)
Public constructor
-