Uses of Class
io.nosqlbench.adapter.http.core.HttpSpace
Packages that use HttpSpace
-
Uses of HttpSpace in io.nosqlbench.adapter.http
Subclasses with type arguments of type HttpSpace in io.nosqlbench.adapter.httpMethods in io.nosqlbench.adapter.http that return types with arguments of type HttpSpaceModifier and TypeMethodDescriptionHttpDriverAdapter.getOpMapper()HttpDriverAdapter.getSpaceInitializer(NBConfiguration cfg) -
Uses of HttpSpace in io.nosqlbench.adapter.http.core
Subclasses with type arguments of type HttpSpace in io.nosqlbench.adapter.http.coreModifier and TypeClassDescriptionclassclassThreadLocal http clients have been removed from this version, as the built-in HTTP client implementation is meant to be immutable.Classes in io.nosqlbench.adapter.http.core that implement interfaces with type arguments of type HttpSpaceMethod parameters in io.nosqlbench.adapter.http.core with type arguments of type HttpSpaceModifier and TypeMethodDescriptionHttpOpMapper.apply(NBComponent adapterC, ParsedOp op, LongFunction<HttpSpace> spaceF) Constructors in io.nosqlbench.adapter.http.core with parameters of type HttpSpaceModifierConstructorDescriptionHttpOp(HttpClient client, HttpRequest request, Pattern ok_status, Pattern ok_body, HttpSpace space, long cycle, HttpResultType resultType) Constructor parameters in io.nosqlbench.adapter.http.core with type arguments of type HttpSpaceModifierConstructorDescriptionHttpOpDispenser(DriverAdapter adapter, LongFunction<HttpSpace> ctxF, ParsedOp op)