io.nosqlbench.virtdata.userlibs.testing.LongToLongPOJO Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of driver-cql-shaded Show documentation
Show all versions of driver-cql-shaded Show documentation
A Shaded CQL ActivityType driver for http://nosqlbench.io/
package io.nosqlbench.virtdata.userlibs.testing;
import java.util.function.LongFunction;
public class LongToLongPOJO implements LongFunction {
@Override
public ARandomPOJO apply(long value) {
return new ARandomPOJO(value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy