Skip to content

Commit

Permalink
Updated the JavaDoc for fieldnameprefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Nelubin committed Jan 23, 2013
1 parent 4d6170d commit fddf3e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
* <LI><b>maxscanlength</b>: for scans, what is the maximum number of records to scan (default: 1000)
* <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)
* <LI><b>insertorder</b>: should records be inserted in order by key ("ordered"), or in hashed order ("hashed") (default: hashed)
* <LI><b>fieldnameprefix</b>: what should be a prefix for field names, the shorter may decrease the required storage size (default: "field")
* </ul>
*/
public class CoreWorkload extends Workload
Expand Down

0 comments on commit fddf3e6

Please sign in to comment.