Class BenchmarkingCluster

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class BenchmarkingCluster
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BenchmarkingCluster​(ai.vespa.feed.client.Cluster delegate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void dispatch​(ai.vespa.feed.client.HttpRequest request, java.util.concurrent.CompletableFuture<ai.vespa.feed.client.HttpResponse> vessel)  
      OperationStats stats()  
      • Methods inherited from class java.lang.Object

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

      • BenchmarkingCluster

        public BenchmarkingCluster​(ai.vespa.feed.client.Cluster delegate)
    • Method Detail

      • dispatch

        public void dispatch​(ai.vespa.feed.client.HttpRequest request,
                             java.util.concurrent.CompletableFuture<ai.vespa.feed.client.HttpResponse> vessel)
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable