mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
use NBConfiguration in some types
This commit is contained in:
@@ -24,7 +24,7 @@ public class JMXActivity extends SimpleActivity implements Activity {
|
||||
super.initActivity();
|
||||
this.sequence = createOpSequenceFromCommands(ReadyJmxOp::new);
|
||||
setDefaultsFromOpSequence(sequence);
|
||||
this.sslContext= SSLKsFactory.get().getContext(activityDef);
|
||||
this.sslContext= SSLKsFactory.get().getContext(activityDef.getParams());
|
||||
|
||||
// TODO: Require qualified default with an op sequence as the input
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user