Class BenchmarkingCluster

java.lang.Object
ai.vespa.feed.client.impl.BenchmarkingCluster
All Implemented Interfaces:
Closeable, AutoCloseable

public class BenchmarkingCluster extends Object
  • Constructor Details

    • BenchmarkingCluster

      public BenchmarkingCluster(ai.vespa.feed.client.impl.Cluster delegate)
  • Method Details

    • dispatch

      public void dispatch(ai.vespa.feed.client.impl.HttpRequest request, CompletableFuture<ai.vespa.feed.client.HttpResponse> vessel)
    • stats

      public ai.vespa.feed.client.OperationStats stats()
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable