Uses of Class
io.nosqlbench.adapter.azureaisearch.AzureAISearchSpace
Packages that use AzureAISearchSpace
Package
Description
-
Uses of AzureAISearchSpace in io.nosqlbench.adapter.azureaisearch
Subclasses with type arguments of type AzureAISearchSpace in io.nosqlbench.adapter.azureaisearchModifier and TypeClassDescriptionclassclassTheAzureAISearchSpaceclass is a context object which stores all stateful contextual information needed to interact with theAzure AI Searchdatabase instance.Classes in io.nosqlbench.adapter.azureaisearch that implement interfaces with type arguments of type AzureAISearchSpaceMethods in io.nosqlbench.adapter.azureaisearch that return types with arguments of type AzureAISearchSpaceModifier and TypeMethodDescriptionAzureAISearchDriverAdapter.getOpMapper()AzureAISearchDriverAdapter.getSpaceInitializer(NBConfiguration cfg) Method parameters in io.nosqlbench.adapter.azureaisearch with type arguments of type AzureAISearchSpaceModifier and TypeMethodDescriptionAzureAISearchOpMapper.apply(NBComponent adapterC, ParsedOp op, LongFunction<AzureAISearchSpace> spaceF) Given an instance of aParsedOpreturns the appropriateAzureAISearchBaseOpDispensersubclass. -
Uses of AzureAISearchSpace in io.nosqlbench.adapter.azureaisearch.opsdispenser
Subclasses with type arguments of type AzureAISearchSpace in io.nosqlbench.adapter.azureaisearch.opsdispenserFields in io.nosqlbench.adapter.azureaisearch.opsdispenser with type parameters of type AzureAISearchSpaceModifier and TypeFieldDescriptionprotected final LongFunction<AzureAISearchSpace> AzureAISearchBaseOpDispenser.azureAISearchSpaceFunction