Class CqlVector
java.lang.Object
io.nosqlbench.datamappers.functions.to_cqlvector.CqlVector
- All Implemented Interfaces:
LongFunction<com.datastax.oss.driver.api.core.data.CqlVector>
public class CqlVector
extends Object
implements LongFunction<com.datastax.oss.driver.api.core.data.CqlVector>
Create a new CqlVector from a composed function, where the inner function
is a list generation function that must take a long (cycle) input.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.datastax.oss.driver.api.core.data.CqlVectorapply(long cycle)
-
Constructor Details
-
CqlVector
-
-
Method Details
-
apply
public com.datastax.oss.driver.api.core.data.CqlVector apply(long cycle) - Specified by:
applyin interfaceLongFunction<com.datastax.oss.driver.api.core.data.CqlVector>
-