Class 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
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CallBench

        public CallBench​(int threads,
                         int size)
        Public constructor
        Parameters:
        threads -
        size -
    • Method Detail

      • run

        public void run​(FHIRBucketClient client)
        Call the $bench custom operation with the threads and size as parameters
        Parameters:
        client -