Class CallBench
- java.lang.Object
-
- org.linuxforhealth.fhir.bucket.interop.CallBench
-
public class CallBench extends java.lang.Object
Call the $bench custom operation
-
-
Constructor Summary
Constructors Constructor Description CallBench(int threads, int size)
Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(FHIRBucketClient client)
Call the $bench custom operation with the threads and size as parameters
-
-
-
Method Detail
-
run
public void run(FHIRBucketClient client)
Call the $bench custom operation with the threads and size as parameters- Parameters:
client
-
-
-