mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
fix docs
This commit is contained in:
@@ -28,7 +28,7 @@ import java.util.function.LongToIntFunction;
|
|||||||
import java.util.function.LongUnaryOperator;
|
import java.util.function.LongUnaryOperator;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the number of a random line from the specified file, indexed starting from 0.
|
* Return a modulo remainder of a line from the specified file, indexed starting from 0.
|
||||||
*/
|
*/
|
||||||
@ThreadSafeMapper
|
@ThreadSafeMapper
|
||||||
@Categories({Category.general})
|
@Categories({Category.general})
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ import java.util.function.LongFunction;
|
|||||||
import java.util.function.LongUnaryOperator;
|
import java.util.function.LongUnaryOperator;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the number of a random line from the specified file, indexed starting from 0.
|
* Return a modulo remainder of a line from the specified file, indexed starting from 0.
|
||||||
*/
|
*/
|
||||||
@ThreadSafeMapper
|
@ThreadSafeMapper
|
||||||
@Categories({Category.general})
|
@Categories({Category.general})
|
||||||
|
|||||||
Reference in New Issue
Block a user