Uses of Class
io.nosqlbench.adapter.gcpspanner.ops.GCPSpannerBaseOp
Packages that use GCPSpannerBaseOp
Package
Description
-
Uses of GCPSpannerBaseOp in io.nosqlbench.adapter.gcpspanner
Subclasses with type arguments of type GCPSpannerBaseOp in io.nosqlbench.adapter.gcpspannerClasses in io.nosqlbench.adapter.gcpspanner that implement interfaces with type arguments of type GCPSpannerBaseOpMethods in io.nosqlbench.adapter.gcpspanner that return types with arguments of type GCPSpannerBaseOpModifier and TypeMethodDescriptionOpDispenser<GCPSpannerBaseOp<?, ?>> GCPSpannerOpMapper.apply(NBComponent adapterC, ParsedOp op, LongFunction<GCPSpannerSpace> spaceF) Given an instance of aParsedOpreturns the appropriateGCPSpannerBaseOpDispensersubclass.GCPSpannerDriverAdapter.getOpMapper() -
Uses of GCPSpannerBaseOp in io.nosqlbench.adapter.gcpspanner.opdispensers
Classes in io.nosqlbench.adapter.gcpspanner.opdispensers with type parameters of type GCPSpannerBaseOpModifier and TypeClassDescriptionclassGCPSpannerBaseOpDispenser<OP extends GCPSpannerBaseOp,RESULT> Abstract base class for GCP Spanner operation dispensers.Subclasses with type arguments of type GCPSpannerBaseOp in io.nosqlbench.adapter.gcpspanner.opdispensersModifier and TypeClassDescriptionclassGCPSpannerBaseOpDispenser<OP extends GCPSpannerBaseOp,RESULT> Abstract base class for GCP Spanner operation dispensers. -
Uses of GCPSpannerBaseOp in io.nosqlbench.adapter.gcpspanner.ops
Subclasses of GCPSpannerBaseOp in io.nosqlbench.adapter.gcpspanner.opsModifier and TypeClassDescriptionclassThis class represents an operation to create the database DDL (Data Definition Language) in Google Cloud Spanner.classThis class represents an operation to Drop the database DDL (Data Definition Language) in Google Cloud Spanner.classThis class represents an operation to execute a DML statement on Google Cloud Spanner.classThis class represents an operation to insert a vector into a Google Cloud Spanner database.classThis class represents an operation to update the database DDL (Data Definition Language) in Google Cloud Spanner.