| CosReader |
Grabs work from the bucket database and dispatches items
to the thread pool.
|
| CosScanner |
Active object to periodically scan COS buckets looking for new
objects to load
|
| DataAccess |
The data access layer encapsulating interactions with the FHIR bucket schema
|
| NoCloseInputStream |
Intercepts the close call so we can process the stream
using the FHIR resource parser
|
| ResourceHandler |
Calls the FHIR REST API to create resources, supported by a thread pool
|
| Sha256InputStreamDecorator |
Decorates an InputStream with the ability to compute a SHA-256 hash
of the bytes read from the stream.
|