Uses of Class
io.nosqlbench.nb.api.components.core.NBBaseComponent
Packages that use NBBaseComponent
-
Uses of NBBaseComponent in io.nosqlbench.adapter.amqp
Subclasses of NBBaseComponent in io.nosqlbench.adapter.amqp -
Uses of NBBaseComponent in io.nosqlbench.adapter.amqp.dispensers
Subclasses of NBBaseComponent in io.nosqlbench.adapter.amqp.dispensersModifier and TypeClassDescriptionclassclassclass -
Uses of NBBaseComponent in io.nosqlbench.adapter.azureaisearch
Subclasses of NBBaseComponent in io.nosqlbench.adapter.azureaisearch -
Uses of NBBaseComponent in io.nosqlbench.adapter.azureaisearch.opsdispenser
Subclasses of NBBaseComponent in io.nosqlbench.adapter.azureaisearch.opsdispenserModifier and TypeClassDescriptionclassAzureAISearchBaseOpDispenser<REQUEST,RESULT> classclassDelete an Azure AI Search index.classLists the indexes available.classclass -
Uses of NBBaseComponent in io.nosqlbench.adapter.cqld4
Subclasses of NBBaseComponent in io.nosqlbench.adapter.cqld4 -
Uses of NBBaseComponent in io.nosqlbench.adapter.cqld4.opdispensers
Subclasses of NBBaseComponent in io.nosqlbench.adapter.cqld4.opdispensersModifier and TypeClassDescriptionclassCqld4BaseOpDispenser<T extends Cqld4BaseOp<?>>classclassCqld4CqlBaseOpDispenser<T extends Cqld4CqlOp>classclassclassclassclassclassclass -
Uses of NBBaseComponent in io.nosqlbench.adapter.dataapi
Subclasses of NBBaseComponent in io.nosqlbench.adapter.dataapi -
Uses of NBBaseComponent in io.nosqlbench.adapter.dataapi.opdispensers
Subclasses of NBBaseComponent in io.nosqlbench.adapter.dataapi.opdispensersModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of NBBaseComponent in io.nosqlbench.adapter.diag
Subclasses of NBBaseComponent in io.nosqlbench.adapter.diag -
Uses of NBBaseComponent in io.nosqlbench.adapter.dynamodb
Subclasses of NBBaseComponent in io.nosqlbench.adapter.dynamodb -
Uses of NBBaseComponent in io.nosqlbench.adapter.dynamodb.opdispensers
Subclasses of NBBaseComponent in io.nosqlbench.adapter.dynamodb.opdispensersModifier and TypeClassDescriptionclassRequest Syntax { "AttributeDefinitions": [ { "AttributeName": "string", "AttributeType": "string" } ], "BillingMode": "string", "GlobalSecondaryIndexes": [ { "IndexName": "string", "KeySchema": [ { "AttributeName": "string", "KeyType": "string" } ], "Projection": { "NonKeyAttributes": [ "string" ], "ProjectionType": "string" }, "ProvisionedThroughput": { "ReadCapacityUnits": number, "WriteCapacityUnits": number } } ], "KeySchema": [ { "AttributeName": "string", "KeyType": "string" } ], "LocalSecondaryIndexes": [ { "IndexName": "string", "KeySchema": [ { "AttributeName": "string", "KeyType": "string" } ], "Projection": { "NonKeyAttributes": [ "string" ], "ProjectionType": "string" } } ], "ProvisionedThroughput": { "ReadCapacityUnits": number, "WriteCapacityUnits": number }, "SSESpecification": { "Enabled": boolean, "KMSMasterKeyId": "string", "SSEType": "string" }, "StreamSpecification": { "StreamEnabled": boolean, "StreamViewType": "string" }, "TableClass": "string", "TableName": "string", "Tags": [ { "Key": "string", "Value": "string" } ] }classRequest Syntax { "TableName": "string" }classclassclass{ "AttributesToGet": [ "string" ], "ConditionalOperator": "string", "ConsistentRead": boolean, "ExclusiveStartKey": { "string" : { "B": blob, "BOOL": boolean, "BS": [ blob ], "L": [ "AttributeValue" ], "M": { "string" : "AttributeValue" }, "N": "string", "NS": [ "string" ], "NULL": boolean, "S": "string", "SS": [ "string" ] } }, "ExpressionAttributeNames": { "string" : "string" }, "ExpressionAttributeValues": { "string" : { "B": blob, "BOOL": boolean, "BS": [ blob ], "L": [ "AttributeValue" ], "M": { "string" : "AttributeValue" }, "N": "string", "NS": [ "string" ], "NULL": boolean, "S": "string", "SS": [ "string" ] } }, "FilterExpression": "string", "IndexName": "string", "KeyConditionExpression": "string", "KeyConditions": { "string" : { "AttributeValueList": [ { "B": blob, "BOOL": boolean, "BS": [ blob ], "L": [ "AttributeValue" ], "M": { "string" : "AttributeValue" }, "N": "string", "NS": [ "string" ], "NULL": boolean, "S": "string", "SS": [ "string" ] } ], "ComparisonOperator": "string" } }, "Limit": number, "ProjectionExpression": "string", "QueryFilter": { "string" : { "AttributeValueList": [ { "B": blob, "BOOL": boolean, "BS": [ blob ], "L": [ "AttributeValue" ], "M": { "string" : "AttributeValue" }, "N": "string", "NS": [ "string" ], "NULL": boolean, "S": "string", "SS": [ "string" ] } ], "ComparisonOperator": "string" } }, "ReturnConsumedCapacity": "string", "ScanIndexForward": boolean, "Select": "string", "TableName": "string" }class -
Uses of NBBaseComponent in io.nosqlbench.adapter.gcpspanner
Subclasses of NBBaseComponent in io.nosqlbench.adapter.gcpspanner -
Uses of NBBaseComponent in io.nosqlbench.adapter.gcpspanner.opdispensers
Subclasses of NBBaseComponent in io.nosqlbench.adapter.gcpspanner.opdispensersModifier and TypeClassDescriptionclassGCPSpannerBaseOpDispenser<OP extends GCPSpannerBaseOp,RESULT> Abstract base class for GCP Spanner operation dispensers.classDispenser class for creating databases ofGCPSpannerCreateDatabaseDdlOp.classDispenser class for creating databases ofGCPSpannerDropDatabaseDdlOp.classDispenser class for creating GCP Spanner Execute DML operations.classThis class is responsible for dispensing GCP Spanner insert vector operations.classDispenser class for creating instances of GCPSpannerUpdateDatabaseDdlOp. -
Uses of NBBaseComponent in io.nosqlbench.adapter.http
Subclasses of NBBaseComponent in io.nosqlbench.adapter.http -
Uses of NBBaseComponent in io.nosqlbench.adapter.http.core
Subclasses of NBBaseComponent in io.nosqlbench.adapter.http.core -
Uses of NBBaseComponent in io.nosqlbench.adapter.kafka
Subclasses of NBBaseComponent in io.nosqlbench.adapter.kafka -
Uses of NBBaseComponent in io.nosqlbench.adapter.kafka.dispensers
Subclasses of NBBaseComponent in io.nosqlbench.adapter.kafka.dispensersModifier and TypeClassDescriptionclassclassclass -
Uses of NBBaseComponent in io.nosqlbench.adapter.mongodb.core
Subclasses of NBBaseComponent in io.nosqlbench.adapter.mongodb.coreModifier and TypeClassDescriptionclassSpecial thanks to Justin Chu who authored the original NoSQLBench MongoDB ActivityType. -
Uses of NBBaseComponent in io.nosqlbench.adapter.mongodb.dispensers
Subclasses of NBBaseComponent in io.nosqlbench.adapter.mongodb.dispensersModifier and TypeClassDescriptionclassclasshttps://www.mongodb.com/docs/manual/reference/command/update/#mongodb-dbcommand-dbcmd.update https://www.mongodb.com/docs/drivers/java/sync/current/usage-examples/updateOne/ -
Uses of NBBaseComponent in io.nosqlbench.adapter.neo4j
Subclasses of NBBaseComponent in io.nosqlbench.adapter.neo4j -
Uses of NBBaseComponent in io.nosqlbench.adapter.neo4j.opdispensers
Subclasses of NBBaseComponent in io.nosqlbench.adapter.neo4j.opdispensersModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of NBBaseComponent in io.nosqlbench.adapter.prototype
Subclasses of NBBaseComponent in io.nosqlbench.adapter.prototype -
Uses of NBBaseComponent in io.nosqlbench.adapter.prototype.dispensers
Subclasses of NBBaseComponent in io.nosqlbench.adapter.prototype.dispensers -
Uses of NBBaseComponent in io.nosqlbench.adapter.pulsar
Subclasses of NBBaseComponent in io.nosqlbench.adapter.pulsar -
Uses of NBBaseComponent in io.nosqlbench.adapter.pulsar.dispensers
Subclasses of NBBaseComponent in io.nosqlbench.adapter.pulsar.dispensersModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of NBBaseComponent in io.nosqlbench.adapter.qdrant
Subclasses of NBBaseComponent in io.nosqlbench.adapter.qdrant -
Uses of NBBaseComponent in io.nosqlbench.adapter.qdrant.opdispensers
Subclasses of NBBaseComponent in io.nosqlbench.adapter.qdrant.opdispensersModifier and TypeClassDescriptionclassQdrantBaseOpDispenser<REQUEST,RESULT> classclassclassclassclassclassclassclassclassclassclass -
Uses of NBBaseComponent in io.nosqlbench.adapter.s4j
Subclasses of NBBaseComponent in io.nosqlbench.adapter.s4j -
Uses of NBBaseComponent in io.nosqlbench.adapter.s4j.dispensers
Subclasses of NBBaseComponent in io.nosqlbench.adapter.s4j.dispensersModifier and TypeClassDescriptionclassclassclass -
Uses of NBBaseComponent in io.nosqlbench.adapter.stdout
Subclasses of NBBaseComponent in io.nosqlbench.adapter.stdout -
Uses of NBBaseComponent in io.nosqlbench.adapter.tcpclient
Subclasses of NBBaseComponent in io.nosqlbench.adapter.tcpclient -
Uses of NBBaseComponent in io.nosqlbench.adapter.tcpserver
Subclasses of NBBaseComponent in io.nosqlbench.adapter.tcpserver -
Uses of NBBaseComponent in io.nosqlbench.adapter.weaviate
Subclasses of NBBaseComponent in io.nosqlbench.adapter.weaviate -
Uses of NBBaseComponent in io.nosqlbench.adapter.weaviate.opsdispensers
Subclasses of NBBaseComponent in io.nosqlbench.adapter.weaviate.opsdispensersModifier and TypeClassDescriptionclassWeaviateBaseOpDispenser<REQUEST,RESPONSE> classclassCreate objects.classDelete a Weaviate collection.class -
Uses of NBBaseComponent in io.nosqlbench.adapters.api.activityimpl
Subclasses of NBBaseComponent in io.nosqlbench.adapters.api.activityimplModifier and TypeClassDescriptionclassBaseOpDispenser<OP extends CycleOp<?>,SPACE extends Space> SeeOpDispenserfor details on how to use this type. -
Uses of NBBaseComponent in io.nosqlbench.adapters.api.activityimpl.uniform
Subclasses of NBBaseComponent in io.nosqlbench.adapters.api.activityimpl.uniformModifier and TypeClassDescriptionclassBaseDriverAdapter<RESULT extends CycleOp<?>,SPACE extends Space> classConcurrentSpaceCache<S extends Space>Native driver state in NoSQLBench is stored in a context called aSpace, with each driver adapter providing its own implementation.classA DriverSpaceCache is simply a place to hold something like a client instance and all associated objects for quick and easy access. -
Uses of NBBaseComponent in io.nosqlbench.adapters.api.activityimpl.uniform.opwrappers
Modifier and TypeClassDescriptionclassAssertingOpDispenser<S extends Space,RESULT> classCapturingOpDispenser<S extends Space,RESULT> classDryrunOpDispenser<S extends Space,RESULT> classResultPrintingOpDispenser<O,S extends Space, R> -
Uses of NBBaseComponent in io.nosqlbench.adapters.api.templating
Subclasses of NBBaseComponent in io.nosqlbench.adapters.api.templating -
Uses of NBBaseComponent in io.nosqlbench.engine.api.activityapi.simrate
Subclasses of NBBaseComponent in io.nosqlbench.engine.api.activityapi.simrate -
Uses of NBBaseComponent in io.nosqlbench.engine.api.activityimpl
Subclasses of NBBaseComponent in io.nosqlbench.engine.api.activityimplModifier and TypeClassDescriptionclassA default implementation of an Activity, suitable for building upon. -
Uses of NBBaseComponent in io.nosqlbench.engine.api.activityimpl.input
Subclasses of NBBaseComponent in io.nosqlbench.engine.api.activityimpl.inputModifier and TypeClassDescriptionclassTODO: This documentation is out of date as of 2.0.0 -
Uses of NBBaseComponent in io.nosqlbench.engine.api.activityimpl.uniform
Subclasses of NBBaseComponent in io.nosqlbench.engine.api.activityimpl.uniformModifier and TypeClassDescriptionclassStandardActivity<R extends LongFunction,S> This is a typed activity which is expected to become the standard core of all new activity types. -
Uses of NBBaseComponent in io.nosqlbench.engine.core.clientload
Subclasses of NBBaseComponent in io.nosqlbench.engine.core.clientload -
Uses of NBBaseComponent in io.nosqlbench.engine.core.lifecycle.commands
Subclasses of NBBaseComponent in io.nosqlbench.engine.core.lifecycle.commandsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of NBBaseComponent in io.nosqlbench.engine.core.lifecycle.commands.fortesting
Subclasses of NBBaseComponent in io.nosqlbench.engine.core.lifecycle.commands.fortesting -
Uses of NBBaseComponent in io.nosqlbench.engine.core.lifecycle.scenario.container
Subclasses of NBBaseComponent in io.nosqlbench.engine.core.lifecycle.scenario.containerModifier and TypeClassDescriptionclassA ScenarioController provides a way to start Activities, modify them while running, and forceStopMotors, pause or restart them.class -
Uses of NBBaseComponent in io.nosqlbench.engine.core.lifecycle.scenario.execution
Subclasses of NBBaseComponent in io.nosqlbench.engine.core.lifecycle.scenario.execution -
Uses of NBBaseComponent in io.nosqlbench.engine.core.lifecycle.scenario.script
Subclasses of NBBaseComponent in io.nosqlbench.engine.core.lifecycle.scenario.script -
Uses of NBBaseComponent in io.nosqlbench.engine.core.lifecycle.session
Subclasses of NBBaseComponent in io.nosqlbench.engine.core.lifecycle.sessionModifier and TypeClassDescriptionclassA session represents a single execution of NoSQLBench, whether episodic or persistent under some service layer.class -
Uses of NBBaseComponent in io.nosqlbench.engine.extensions.computefunctions
Subclasses of NBBaseComponent in io.nosqlbench.engine.extensions.computefunctionsModifier and TypeClassDescriptionclassA collection of compute functions related to vector search relevancy. -
Uses of NBBaseComponent in io.nosqlbench.engine.extensions.example
Subclasses of NBBaseComponent in io.nosqlbench.engine.extensions.example -
Uses of NBBaseComponent in io.nosqlbench.engine.extensions.vectormath
Subclasses of NBBaseComponent in io.nosqlbench.engine.extensions.vectormath -
Uses of NBBaseComponent in io.nosqlbench.nb.api.components.core
Subclasses of NBBaseComponent in io.nosqlbench.nb.api.components.coreModifier and TypeClassDescriptionclassclassBecause of ctor super calling order requirements, the task thread can't always be started automatically in super(...).Methods in io.nosqlbench.nb.api.components.core with parameters of type NBBaseComponentModifier and TypeMethodDescriptionstatic StringNBComponentFormats.formatAsTree(NBBaseComponent base) Constructors in io.nosqlbench.nb.api.components.core with parameters of type NBBaseComponent -
Uses of NBBaseComponent in io.nosqlbench.nb.api.components.status
Subclasses of NBBaseComponent in io.nosqlbench.nb.api.components.statusModifier and TypeClassDescriptionclassclassA heartbeat component is one which provides evidence that it is either in a healthy state or that it is not, via a heartbeat mechanism.class -
Uses of NBBaseComponent in io.nosqlbench.nb.api.config.standard
Subclasses of NBBaseComponent in io.nosqlbench.nb.api.config.standard -
Uses of NBBaseComponent in io.nosqlbench.nb.api.csvoutput
Subclasses of NBBaseComponent in io.nosqlbench.nb.api.csvoutput -
Uses of NBBaseComponent in io.nosqlbench.nb.api.engine.metrics
Subclasses of NBBaseComponent in io.nosqlbench.nb.api.engine.metricsModifier and TypeClassDescriptionclassA silly class that does nothing but allow cleaner code elsewhere, because MetricRegistryListener, that's why.classclassclassHistoIntervalLogger runs a separate thread to snapshotAndWrite encoded histograms on a regular interval.classHistoIntervalLogger runs a separate thread to snapshotAndWrite encoded histograms on a regular interval. -
Uses of NBBaseComponent in io.nosqlbench.nb.api.engine.metrics.reporters
Subclasses of NBBaseComponent in io.nosqlbench.nb.api.engine.metrics.reportersModifier and TypeClassDescriptionclassclassclassThis is a Log4J targeted metrics logging reporter, derived fromSlf4jReporter.classclass -
Uses of NBBaseComponent in io.nosqlbench.nb.api.histo
Subclasses of NBBaseComponent in io.nosqlbench.nb.api.histo -
Uses of NBBaseComponent in io.nosqlbench.nb.api.http
Subclasses of NBBaseComponent in io.nosqlbench.nb.api.http -
Uses of NBBaseComponent in io.nosqlbench.nb.api.optimizers
Subclasses of NBBaseComponent in io.nosqlbench.nb.api.optimizers -
Uses of NBBaseComponent in io.nosqlbench.nb.api.s3uploader
Subclasses of NBBaseComponent in io.nosqlbench.nb.api.s3uploader -
Uses of NBBaseComponent in io.nosqlbench.nb.api.shutdown
Subclasses of NBBaseComponent in io.nosqlbench.nb.api.shutdown -
Uses of NBBaseComponent in io.nosqlbench.scenarios.diag
Subclasses of NBBaseComponent in io.nosqlbench.scenarios.diag -
Uses of NBBaseComponent in io.nosqlbench.scenarios.simframe.optimizers
Subclasses of NBBaseComponent in io.nosqlbench.scenarios.simframe.optimizersModifier and TypeClassDescriptionclassThis is the Java-native version of findmax on the NB5.21 architecture.class -
Uses of NBBaseComponent in io.nosqlbench.scenarios.simframe.optimizers.findmax
Subclasses of NBBaseComponent in io.nosqlbench.scenarios.simframe.optimizers.findmax -
Uses of NBBaseComponent in io.nosqlbench.scenarios.simframe.optimizers.optimo
Subclasses of NBBaseComponent in io.nosqlbench.scenarios.simframe.optimizers.optimoModifier and TypeClassDescriptionclassIf the initial trust radius is not large enough with respect to the stopping trust radius, then the search will stop ascending the approximate manifold too early. -
Uses of NBBaseComponent in io.nosqlbench.scenarios.simframe.optimizers.planners
Methods in io.nosqlbench.scenarios.simframe.optimizers.planners with parameters of type NBBaseComponentModifier and TypeMethodDescriptionSimFramePlanner<?, ?> OptimizerPlannerTypes.createPlanner(NBBaseComponent parent, NBCommandParams params) -
Uses of NBBaseComponent in io.nosqlbench.scenarios.simframe.optimizers.planners.findmax
Constructors in io.nosqlbench.scenarios.simframe.optimizers.planners.findmax with parameters of type NBBaseComponentModifierConstructorDescriptionFindmaxPlanner(NBBaseComponent parent, NBCommandParams analyzerParams) -
Uses of NBBaseComponent in io.nosqlbench.scenarios.simframe.optimizers.planners.ratchet
Constructors in io.nosqlbench.scenarios.simframe.optimizers.planners.ratchet with parameters of type NBBaseComponent -
Uses of NBBaseComponent in io.nosqlbench.scenarios.simframe.optimizers.planners.rcurve
Constructors in io.nosqlbench.scenarios.simframe.optimizers.planners.rcurve with parameters of type NBBaseComponent -
Uses of NBBaseComponent in io.nosqlbench.scenarios.simframe.planning
Subclasses of NBBaseComponent in io.nosqlbench.scenarios.simframe.planningModifier and TypeClassDescriptionclassSimFramePlanner<C,P extends Record> A frame planner is what decides what next set of parameters to try based on a history of simulation frames, and whether to proceed with another sim frame.Constructors in io.nosqlbench.scenarios.simframe.planning with parameters of type NBBaseComponentModifierConstructorDescriptionSimFramePlanner(NBBaseComponent parent, NBCommandParams analyzerParams)