Class ConcatSequencer<T>
java.lang.Object
io.nosqlbench.engine.api.activityapi.planning.ConcatSequencer<T>
- Type Parameters:
T- The type of op or element being sequenced
- All Implemented Interfaces:
ElementSequencer<T>
This sequencer just repeats a number of elements, one element after
another.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]seqIndexByRatioFunc(List<T> elems, ToLongFunction<T> ratioFunc) int[]seqIndexesByRatios(List<T> elems, List<Long> ratios) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.nosqlbench.engine.api.activityapi.planning.ElementSequencer
seqElementsByRatioFunc, sequenceSummary
-
Constructor Details
-
ConcatSequencer
public ConcatSequencer()
-
-
Method Details
-
seqIndexByRatioFunc
- Specified by:
seqIndexByRatioFuncin interfaceElementSequencer<T>
-
seqIndexesByRatios
- Specified by:
seqIndexesByRatiosin interfaceElementSequencer<T>
-