Uses of Class
io.nosqlbench.adapter.azureaisearch.AzureAISearchDriverAdapter
Packages that use AzureAISearchDriverAdapter
Package
Description
-
Uses of AzureAISearchDriverAdapter in io.nosqlbench.adapter.azureaisearch
Methods in io.nosqlbench.adapter.azureaisearch that return AzureAISearchDriverAdapterModifier and TypeMethodDescriptionAzureAISearchDriverAdapterLoader.load(NBComponent parent, NBLabels childLabels) Constructors in io.nosqlbench.adapter.azureaisearch with parameters of type AzureAISearchDriverAdapterModifierConstructorDescriptionCreate a newAzureAISearchOpMapperimplementing theOpMapper.AzureAISearchSpace(AzureAISearchDriverAdapter adapter, long idx, NBConfiguration cfg) Create a newAzureAISearchSpaceObject which stores all stateful contextual information needed to interact with the Azure AI Search database instance. -
Uses of AzureAISearchDriverAdapter in io.nosqlbench.adapter.azureaisearch.opsdispenser
Constructors in io.nosqlbench.adapter.azureaisearch.opsdispenser with parameters of type AzureAISearchDriverAdapterModifierConstructorDescriptionprotectedAzureAISearchBaseOpDispenser(AzureAISearchDriverAdapter adapter, ParsedOp op, LongFunction<String> targetF) AzureAISearchCreateOrUpdateIndexOpDispenser(AzureAISearchDriverAdapter adapter, ParsedOp op, LongFunction<String> targetF) AzureAISearchDeleteIndexOpDispenser(AzureAISearchDriverAdapter adapter, ParsedOp op, LongFunction<String> targetF) AzureAISearchListIndexesOpDispenser(AzureAISearchDriverAdapter adapter, ParsedOp op, LongFunction<String> targetF) AzureAISearchSearchDocumentsOpDispenser(AzureAISearchDriverAdapter adapter, ParsedOp op, LongFunction<String> targetF) AzureAISearchUploadDocumentsOpDispenser(AzureAISearchDriverAdapter adapter, ParsedOp op, LongFunction<String> targetF)