Class QdrantListCollectionAliasesOpDispenser
java.lang.Object
io.nosqlbench.nb.api.components.core.NBBaseComponentMetrics
io.nosqlbench.nb.api.components.core.NBBaseComponent
io.nosqlbench.adapters.api.activityimpl.BaseOpDispenser<QdrantBaseOp<?,?>,QdrantSpace>
io.nosqlbench.adapter.qdrant.opdispensers.QdrantBaseOpDispenser<io.qdrant.client.grpc.Collections.ListCollectionAliasesRequest,List<String>>
io.nosqlbench.adapter.qdrant.opdispensers.QdrantListCollectionAliasesOpDispenser
- All Implemented Interfaces:
OpDispenser<QdrantBaseOp<?,,?>> OpResultTracker,NBComponent,NBComponentAdvisors,NBComponentEvents,NBComponentMetrics,NBComponentProps,NBComponentServices,NBComponentTimeline,NBProviderSearch,NBTokenWords,NBLabeledElement,AutoCloseable,LongFunction<QdrantBaseOp<?,?>>
public class QdrantListCollectionAliasesOpDispenser
extends QdrantBaseOpDispenser<io.qdrant.client.grpc.Collections.ListCollectionAliasesRequest,List<String>>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.nosqlbench.nb.api.labels.NBLabeledElement
NBLabeledElement.BasicLabeledElement -
Field Summary
Fields inherited from class io.nosqlbench.adapter.qdrant.opdispensers.QdrantBaseOpDispenser
clientFunction, qdrantSpaceFunctionFields inherited from class io.nosqlbench.adapters.api.activityimpl.BaseOpDispenser
EXPECTED_RESULT, logger, spaceF, START_TIMERS, STOP_TIMERS, VERIFIER, VERIFIER_IMPORTS, VERIFIER_INIT, verifierTimerFields inherited from class io.nosqlbench.nb.api.components.core.NBBaseComponent
bufferOrphanedMetrics, closed_ns, error, errored_ns, metricsBuffer, parent, started_epoch_ms, started_ns, state, teardown_nsFields inherited from interface io.nosqlbench.nb.api.components.core.NBComponent
EMPTY_COMPONENTFields inherited from interface io.nosqlbench.nb.api.components.core.NBComponentProps
HDRDIGITS, SUMMARYFields inherited from interface io.nosqlbench.nb.api.labels.NBLabeledElement
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionQdrantListCollectionAliasesOpDispenser(QdrantDriverAdapter adapter, ParsedOp op, LongFunction<String> targetFunction) -
Method Summary
Modifier and TypeMethodDescriptionLongFunction<QdrantBaseOp<io.qdrant.client.grpc.Collections.ListCollectionAliasesRequest, List<String>>> createOpFunc(LongFunction<io.qdrant.client.grpc.Collections.ListCollectionAliasesRequest> paramF, LongFunction<io.qdrant.client.QdrantClient> clientF, ParsedOp op, LongFunction<String> targetF) LongFunction<io.qdrant.client.grpc.Collections.ListCollectionAliasesRequest> getParamFunc(LongFunction<io.qdrant.client.QdrantClient> clientF, ParsedOp op, LongFunction<String> targetF) Methods inherited from class io.nosqlbench.adapter.qdrant.opdispensers.QdrantBaseOpDispenser
getFilterFromOp, getOpMethods inherited from class io.nosqlbench.adapters.api.activityimpl.BaseOpDispenser
apply, getLabels, getOpName, getVerifier, onError, onStart, onSuccessMethods inherited from class io.nosqlbench.nb.api.components.core.NBBaseComponent
addAdvisor, addMetricsCloseable, attachChild, beforeDetach, close, create, detachChild, find, findParentService, getAdvisors, getChildren, getComponentOnlyLabels, getComponentProp, getComponentState, getNanosSinceStart, getParent, getTokens, nanosof_close, nanosof_error, nanosof_start, nanosof_teardown, onError, onEvent, reportExecutionMetric, setComponentProp, started_epoch_ms, teardown, toStringMethods inherited from class io.nosqlbench.nb.api.components.core.NBBaseComponentMetrics
addComponentMetric, addListener, findComponentMetrics, findComponentMetrics, getComponentMetric, getComponentMetrics, removeListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.nosqlbench.nb.api.components.core.NBComponentAdvisors
getAdvisorResultsMethods inherited from interface io.nosqlbench.nb.api.components.core.NBComponentMetrics
addComponentMetric, findComponentMetrics, findComponentMetrics, findOneComponentMetric, findOneComponentMetric, getComponentMetric, getComponentMetricsMethods inherited from interface io.nosqlbench.nb.api.labels.NBLabeledElement
description
-
Constructor Details
-
QdrantListCollectionAliasesOpDispenser
public QdrantListCollectionAliasesOpDispenser(QdrantDriverAdapter adapter, ParsedOp op, LongFunction<String> targetFunction)
-
-
Method Details
-
getParamFunc
public LongFunction<io.qdrant.client.grpc.Collections.ListCollectionAliasesRequest> getParamFunc(LongFunction<io.qdrant.client.QdrantClient> clientF, ParsedOp op, LongFunction<String> targetF) - Specified by:
getParamFuncin classQdrantBaseOpDispenser<io.qdrant.client.grpc.Collections.ListCollectionAliasesRequest,List<String>>
-
createOpFunc
public LongFunction<QdrantBaseOp<io.qdrant.client.grpc.Collections.ListCollectionAliasesRequest,List<String>>> createOpFunc(LongFunction<io.qdrant.client.grpc.Collections.ListCollectionAliasesRequest> paramF, LongFunction<io.qdrant.client.QdrantClient> clientF, ParsedOp op, LongFunction<String> targetF) - Specified by:
createOpFuncin classQdrantBaseOpDispenser<io.qdrant.client.grpc.Collections.ListCollectionAliasesRequest,List<String>>
-