mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
this commit fully replaces Activity with StandardActivity
This commit is contained in:
@@ -225,7 +225,7 @@ opfield1: value1
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
<H3>Enabling Activity Params</H3>
|
||||
<H3>Enabling StandardActivity Params</H3>
|
||||
<P>If a user wants to allow an activity param as an default for an fields, they must publish the op
|
||||
field
|
||||
name in the configuration model for the activity. Otherwise it is an error to specify the value at
|
||||
@@ -353,7 +353,7 @@ prepared: false
|
||||
document level,
|
||||
down to each block and then down to each statement.
|
||||
|
||||
<H3>Activity Params</H3>
|
||||
<H3>StandardActivity Params</H3>
|
||||
<PRE>{@code
|
||||
./nb run driver=... workload=... cl=LOCAL_QUORUM
|
||||
}</PRE>
|
||||
|
||||
@@ -106,7 +106,7 @@ public class ActivityDef implements NBNamedElement {
|
||||
}
|
||||
|
||||
/**
|
||||
* Return tbe Activity Driver Adapter Name
|
||||
* Return tbe StandardActivity Driver Adapter Name
|
||||
*
|
||||
* @return the driver adapter name
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user