Skip to content

Commit fddf3e6

Browse files
author
Denis Nelubin
committed
Updated the JavaDoc for fieldnameprefix.
1 parent 4d6170d commit fddf3e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/com/yahoo/ycsb/workloads/CoreWorkload.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
* <LI><b>maxscanlength</b>: for scans, what is the maximum number of records to scan (default: 1000)
5959
* <LI><b>scanlengthdistribution</b>: for scans, what distribution should be used to choose the number of records to scan, for each scan, between 1 and maxscanlength (default: uniform)
6060
* <LI><b>insertorder</b>: should records be inserted in order by key ("ordered"), or in hashed order ("hashed") (default: hashed)
61+
* <LI><b>fieldnameprefix</b>: what should be a prefix for field names, the shorter may decrease the required storage size (default: "field")
6162
* </ul>
6263
*/
6364
public class CoreWorkload extends Workload

0 commit comments

Comments
 (0)