@ApiModelProperty(example="cpu-only",value="Query types to be executed, check TSBS docs for more details")
publicStringgetUsecase(){
returnusecase;
}
...
...
@@ -103,93 +55,17 @@ public class TSBSQueryConfig {
this.usecase=usecase;
}
publicTSBSQueryConfigseed(BigDecimalseed){
this.seed=seed;
returnthis;
}
/**
* By supplying the same seed to the generation programs, each database is loaded with identical data and queried using identical queries.
* @return seed
**/
@JsonProperty("seed")
@ApiModelProperty(example="123.0",value="By supplying the same seed to the generation programs, each database is loaded with identical data and queried using identical queries.")