Uses of Enum Class
io.nosqlbench.adapter.cqld4.opmappers.CqlD4OpType
Packages that use CqlD4OpType
-
Uses of CqlD4OpType in io.nosqlbench.adapter.cqld4.opmappers
Subclasses with type arguments of type CqlD4OpType in io.nosqlbench.adapter.cqld4.opmappersMethods in io.nosqlbench.adapter.cqld4.opmappers that return CqlD4OpTypeModifier and TypeMethodDescriptionstatic CqlD4OpTypeReturns the enum constant of this class with the specified name.static CqlD4OpType[]CqlD4OpType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in io.nosqlbench.adapter.cqld4.opmappers with type arguments of type CqlD4OpTypeModifierConstructorDescriptionCqlD4BatchStmtMapper(Cqld4DriverAdapter adapter, TypeAndTarget<CqlD4OpType, String> target) Cqld4FluentGraphOpMapper(Cqld4DriverAdapter adapter, TypeAndTarget<CqlD4OpType, String> target) CqlD4PreparedStmtMapper(Cqld4DriverAdapter adapter, TypeAndTarget<CqlD4OpType, String> target)