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 FHIRRemoteIndexServiceFHIRRemoteIndexService. getServiceInstance()Get the serviceInstance valueMethods in org.linuxforhealth.fhir.persistence.index with parameters of type FHIRRemoteIndexService Modifier and Type Method Description static voidFHIRRemoteIndexService. 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 classFHIRRemoteIndexKafkaServiceForwards parameter blocks to a partitioned Kafka topic.
-