mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
fully generify OpSequence
This commit is contained in:
@@ -32,7 +32,7 @@ public class JMXAction implements SyncAction {
|
||||
|
||||
@Override
|
||||
public int runCycle(long cycle) {
|
||||
LongFunction<JmxOp> readyJmxOp = sequencer.get(cycle);
|
||||
LongFunction<JmxOp> readyJmxOp = sequencer.apply(cycle);
|
||||
JmxOp jmxOp = readyJmxOp.apply(cycle);
|
||||
jmxOp.execute();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user