mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
nosqlbench-1841 Provide a binding function which traversed directory lines deterministically
This commit is contained in:
parent
aef992c3cc
commit
f67cf867c6
@ -43,7 +43,11 @@ import java.util.regex.Pattern;
|
|||||||
* computed at initialization time. The content is assumed to be static during the lifetime of this function.
|
* computed at initialization time. The content is assumed to be static during the lifetime of this function.
|
||||||
* </P>
|
* </P>
|
||||||
* <p>
|
* <p>
|
||||||
* The value returned for a given cycle is stable, so long as the underlying data is stable.
|
* The value returned for a given cycle is stable, so long as the underlying data is stable.</P>
|
||||||
|
* <HR/>
|
||||||
|
* <P><EM>This caches all
|
||||||
|
* data at initialization time. If you need to buffer the data in stream mode, use {@link DirectoryLines} instead,
|
||||||
|
* which is not order-stable.</EM>
|
||||||
* </P>
|
* </P>
|
||||||
*/
|
*/
|
||||||
@ThreadSafeMapper
|
@ThreadSafeMapper
|
||||||
|
Loading…
Reference in New Issue
Block a user