Uses of Annotation Interface
io.nosqlbench.virtdata.api.annotations.Example
Packages that use Example
Package
Description
-
Uses of Example in io.nosqlbench.datamappers.functions.geometry
Constructors in io.nosqlbench.datamappers.functions.geometry with annotations of type ExampleModifierConstructorDescriptionPolygonOnGrid(double x_topleft, double y_topleft, double x_bottomright, double y_bottomright, int rows, int columns) -
Uses of Example in io.nosqlbench.datamappers.functions.long_localdate
Constructors in io.nosqlbench.datamappers.functions.long_localdate with annotations of type ExampleModifierConstructorDescriptionEpochMillisToJavaLocalDate(String zoneid) EpochMillisToJavaLocalDateTime(String zoneid) -
Uses of Example in io.nosqlbench.datamappers.functions.to_cqlvector
Constructors in io.nosqlbench.datamappers.functions.to_cqlvector with annotations of type Example -
Uses of Example in io.nosqlbench.datamappers.functions.to_daterange
Constructors in io.nosqlbench.datamappers.functions.to_daterange with annotations of type ExampleModifierConstructorDescriptionDateRangeFunc(String precision, Object lowerFunc, Object upperFunc) DateRangeParser(String precision) -
Uses of Example in io.nosqlbench.virtdata.library.ivecfvec
Constructors in io.nosqlbench.virtdata.library.ivecfvec with annotations of type ExampleModifierConstructorDescriptionIVecReader(String pathname) Read the ivec file, determining the record size from the first record.IVecReader(String pathname, int expectedDimensions, int recordLimit) -
Uses of Example in io.nosqlbench.virtdata.library.realer
Constructors in io.nosqlbench.virtdata.library.realer with annotations of type Example