Uses of Class
io.nosqlbench.nb.api.components.core.NBBaseComponentMetrics
Packages that use NBBaseComponentMetrics
-
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.amqp
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.amqp -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.amqp.dispensers
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.amqp.dispensersModifier and TypeClassDescriptionclassclassclass -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.azureaisearch
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.azureaisearch -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.azureaisearch.opsdispenser
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.azureaisearch.opsdispenserModifier and TypeClassDescriptionclassAzureAISearchBaseOpDispenser<REQUEST,RESULT> classclassDelete an Azure AI Search index.classLists the indexes available.classclass -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.cqld4
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.cqld4 -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.cqld4.opdispensers
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.cqld4.opdispensersModifier and TypeClassDescriptionclassCqld4BaseOpDispenser<T extends Cqld4BaseOp<?>>classclassCqld4CqlBaseOpDispenser<T extends Cqld4CqlOp>classclassclassclassclassclassclass -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.dataapi
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.dataapi -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.dataapi.opdispensers
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.dataapi.opdispensersModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.diag
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.diag -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.dynamodb
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.dynamodb -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.dynamodb.opdispensers
Subclasses of NBBaseComponentMetrics 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 NBBaseComponentMetrics in io.nosqlbench.adapter.gcpspanner
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.gcpspanner -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.gcpspanner.opdispensers
Subclasses of NBBaseComponentMetrics 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 NBBaseComponentMetrics in io.nosqlbench.adapter.http
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.http -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.http.core
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.http.core -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.kafka
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.kafka -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.kafka.dispensers
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.kafka.dispensersModifier and TypeClassDescriptionclassclassclass -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.mongodb.core
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.mongodb.coreModifier and TypeClassDescriptionclassSpecial thanks to Justin Chu who authored the original NoSQLBench MongoDB ActivityType. -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.mongodb.dispensers
Subclasses of NBBaseComponentMetrics 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 NBBaseComponentMetrics in io.nosqlbench.adapter.neo4j
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.neo4j -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.neo4j.opdispensers
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.neo4j.opdispensersModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.prototype
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.prototype -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.prototype.dispensers
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.prototype.dispensers -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.pulsar
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.pulsar -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.pulsar.dispensers
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.pulsar.dispensersModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.qdrant
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.qdrant -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.qdrant.opdispensers
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.qdrant.opdispensersModifier and TypeClassDescriptionclassQdrantBaseOpDispenser<REQUEST,RESULT> classclassclassclassclassclassclassclassclassclassclass -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.s4j
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.s4j -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.s4j.dispensers
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.s4j.dispensersModifier and TypeClassDescriptionclassclassclass -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.stdout
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.stdout -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.tcpclient
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.tcpclient -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.tcpserver
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.tcpserver -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.weaviate
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.weaviate -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapter.weaviate.opsdispensers
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapter.weaviate.opsdispensersModifier and TypeClassDescriptionclassWeaviateBaseOpDispenser<REQUEST,RESPONSE> classclassCreate objects.classDelete a Weaviate collection.class -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapters.api.activityimpl
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapters.api.activityimplModifier and TypeClassDescriptionclassBaseOpDispenser<OP extends CycleOp<?>,SPACE extends Space> SeeOpDispenserfor details on how to use this type. -
Uses of NBBaseComponentMetrics in io.nosqlbench.adapters.api.activityimpl.uniform
Subclasses of NBBaseComponentMetrics 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 NBBaseComponentMetrics 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 NBBaseComponentMetrics in io.nosqlbench.adapters.api.templating
Subclasses of NBBaseComponentMetrics in io.nosqlbench.adapters.api.templating -
Uses of NBBaseComponentMetrics in io.nosqlbench.engine.api.activityapi.simrate
Subclasses of NBBaseComponentMetrics in io.nosqlbench.engine.api.activityapi.simrate -
Uses of NBBaseComponentMetrics in io.nosqlbench.engine.api.activityimpl
Subclasses of NBBaseComponentMetrics in io.nosqlbench.engine.api.activityimplModifier and TypeClassDescriptionclassA default implementation of an Activity, suitable for building upon. -
Uses of NBBaseComponentMetrics in io.nosqlbench.engine.api.activityimpl.input
Subclasses of NBBaseComponentMetrics in io.nosqlbench.engine.api.activityimpl.inputModifier and TypeClassDescriptionclassTODO: This documentation is out of date as of 2.0.0 -
Uses of NBBaseComponentMetrics in io.nosqlbench.engine.api.activityimpl.uniform
Subclasses of NBBaseComponentMetrics 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 NBBaseComponentMetrics in io.nosqlbench.engine.core.clientload
Subclasses of NBBaseComponentMetrics in io.nosqlbench.engine.core.clientload -
Uses of NBBaseComponentMetrics in io.nosqlbench.engine.core.lifecycle.commands
Subclasses of NBBaseComponentMetrics in io.nosqlbench.engine.core.lifecycle.commandsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of NBBaseComponentMetrics in io.nosqlbench.engine.core.lifecycle.commands.fortesting
-
Uses of NBBaseComponentMetrics in io.nosqlbench.engine.core.lifecycle.scenario.container
Modifier and TypeClassDescriptionclassA ScenarioController provides a way to start Activities, modify them while running, and forceStopMotors, pause or restart them.class -
Uses of NBBaseComponentMetrics in io.nosqlbench.engine.core.lifecycle.scenario.execution
-
Uses of NBBaseComponentMetrics in io.nosqlbench.engine.core.lifecycle.scenario.script
-
Uses of NBBaseComponentMetrics in io.nosqlbench.engine.core.lifecycle.session
Subclasses of NBBaseComponentMetrics 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 NBBaseComponentMetrics in io.nosqlbench.engine.extensions.computefunctions
Subclasses of NBBaseComponentMetrics in io.nosqlbench.engine.extensions.computefunctionsModifier and TypeClassDescriptionclassA collection of compute functions related to vector search relevancy. -
Uses of NBBaseComponentMetrics in io.nosqlbench.engine.extensions.example
Subclasses of NBBaseComponentMetrics in io.nosqlbench.engine.extensions.example -
Uses of NBBaseComponentMetrics in io.nosqlbench.engine.extensions.vectormath
Subclasses of NBBaseComponentMetrics in io.nosqlbench.engine.extensions.vectormath -
Uses of NBBaseComponentMetrics in io.nosqlbench.nb.api.components.core
Subclasses of NBBaseComponentMetrics in io.nosqlbench.nb.api.components.coreModifier and TypeClassDescriptionclassclassclassBecause of ctor super calling order requirements, the task thread can't always be started automatically in super(...). -
Uses of NBBaseComponentMetrics in io.nosqlbench.nb.api.components.status
Subclasses of NBBaseComponentMetrics 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 NBBaseComponentMetrics in io.nosqlbench.nb.api.config.standard
Subclasses of NBBaseComponentMetrics in io.nosqlbench.nb.api.config.standard -
Uses of NBBaseComponentMetrics in io.nosqlbench.nb.api.csvoutput
Subclasses of NBBaseComponentMetrics in io.nosqlbench.nb.api.csvoutput -
Uses of NBBaseComponentMetrics in io.nosqlbench.nb.api.engine.metrics
Subclasses of NBBaseComponentMetrics 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 NBBaseComponentMetrics in io.nosqlbench.nb.api.engine.metrics.reporters
Subclasses of NBBaseComponentMetrics in io.nosqlbench.nb.api.engine.metrics.reportersModifier and TypeClassDescriptionclassclassclassThis is a Log4J targeted metrics logging reporter, derived fromSlf4jReporter.classclass -
Uses of NBBaseComponentMetrics in io.nosqlbench.nb.api.histo
Subclasses of NBBaseComponentMetrics in io.nosqlbench.nb.api.histo -
Uses of NBBaseComponentMetrics in io.nosqlbench.nb.api.http
Subclasses of NBBaseComponentMetrics in io.nosqlbench.nb.api.http -
Uses of NBBaseComponentMetrics in io.nosqlbench.nb.api.optimizers
Subclasses of NBBaseComponentMetrics in io.nosqlbench.nb.api.optimizers -
Uses of NBBaseComponentMetrics in io.nosqlbench.nb.api.s3uploader
Subclasses of NBBaseComponentMetrics in io.nosqlbench.nb.api.s3uploader -
Uses of NBBaseComponentMetrics in io.nosqlbench.nb.api.shutdown
Subclasses of NBBaseComponentMetrics in io.nosqlbench.nb.api.shutdown -
Uses of NBBaseComponentMetrics in io.nosqlbench.scenarios.diag
Subclasses of NBBaseComponentMetrics in io.nosqlbench.scenarios.diag -
Uses of NBBaseComponentMetrics in io.nosqlbench.scenarios.simframe.optimizers
Subclasses of NBBaseComponentMetrics in io.nosqlbench.scenarios.simframe.optimizersModifier and TypeClassDescriptionclassThis is the Java-native version of findmax on the NB5.21 architecture.class -
Uses of NBBaseComponentMetrics in io.nosqlbench.scenarios.simframe.optimizers.findmax
-
Uses of NBBaseComponentMetrics in io.nosqlbench.scenarios.simframe.optimizers.optimo
Subclasses of NBBaseComponentMetrics 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 NBBaseComponentMetrics in io.nosqlbench.scenarios.simframe.optimizers.planners.findmax
-
Uses of NBBaseComponentMetrics in io.nosqlbench.scenarios.simframe.optimizers.planners.ratchet
-
Uses of NBBaseComponentMetrics in io.nosqlbench.scenarios.simframe.optimizers.planners.rcurve
-
Uses of NBBaseComponentMetrics in io.nosqlbench.scenarios.simframe.planning
Subclasses of NBBaseComponentMetrics 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.