Uses of Class
org.linuxforhealth.fhir.persistence.index.FHIRRemoteIndexService
-
Packages that use FHIRRemoteIndexService Package Description org.linuxforhealth.fhir.persistence.index org.linuxforhealth.fhir.server.index.kafka -
-
Uses of FHIRRemoteIndexService in org.linuxforhealth.fhir.persistence.index
Methods in org.linuxforhealth.fhir.persistence.index that return FHIRRemoteIndexService Modifier and Type Method Description static FHIRRemoteIndexService
FHIRRemoteIndexService. getServiceInstance()
Get the serviceInstance valueMethods in org.linuxforhealth.fhir.persistence.index with parameters of type FHIRRemoteIndexService Modifier and Type Method Description static void
FHIRRemoteIndexService. setServiceInstance(FHIRRemoteIndexService instance)
Initialize the serviceInstance value -
Uses of FHIRRemoteIndexService in org.linuxforhealth.fhir.server.index.kafka
Subclasses of FHIRRemoteIndexService in org.linuxforhealth.fhir.server.index.kafka Modifier and Type Class Description class
FHIRRemoteIndexKafkaService
Forwards parameter blocks to a partitioned Kafka topic.
-