Class ToUdt
java.lang.Object
io.nosqlbench.datamappers.functions.udts.ToUdt
- All Implemented Interfaces:
LongFunction<com.datastax.oss.driver.api.core.data.UdtValue>
public class ToUdt
extends Object
implements LongFunction<com.datastax.oss.driver.api.core.data.UdtValue>
map<A,B>
where:
A := (f1 text, f2 text, f3 int)
AND
B := (f1 text, f2 text)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.datastax.oss.driver.api.core.data.UdtValueapply(long value)
-
Constructor Details
-
ToUdt
-
-
Method Details
-
apply
public com.datastax.oss.driver.api.core.data.UdtValue apply(long value) - Specified by:
applyin interfaceLongFunction<com.datastax.oss.driver.api.core.data.UdtValue>
-