Package ai.vespa.feed.client.impl
Class BenchmarkingCluster
java.lang.Object
ai.vespa.feed.client.impl.BenchmarkingCluster
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voiddispatch(ai.vespa.feed.client.impl.HttpRequest request, CompletableFuture<ai.vespa.feed.client.HttpResponse> vessel) voidai.vespa.feed.client.OperationStatsstats()
-
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() -
resetStats
public void resetStats() -
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-