Class ServerDrivenReindexOperation


  • public class ServerDrivenReindexOperation
    extends DriveReindexOperation
    Drives the $reindex custom operation in parallel. Each thread keeps running until the OperationOutcome indicates that no work remains to be processed.
    • Constructor Detail

      • ServerDrivenReindexOperation

        public ServerDrivenReindexOperation​(FHIRBucketClient fhirClient,
                                            int maxConcurrentRequests,
                                            String tstampParam,
                                            int resourceCountParam)
        Public constructor
        Parameters:
        client - the FHIR client
        maxConcurrentRequests - the number of threads to spin up