Uses of Interface
io.nosqlbench.engine.api.activityimpl.uniform.flowtypes.Op
Packages that use Op
Package
Description
-
Uses of Op in io.nosqlbench.engine.api.activityimpl
Classes in io.nosqlbench.engine.api.activityimpl with type parameters of type OpModifier and TypeClassDescriptionclassBaseOpDispenser<T extends Op>SeeOpDispenserfor details on how to use this type.interfaceclassStandardOpDispenser<T extends Op>Classes in io.nosqlbench.engine.api.activityimpl that implement Op -
Uses of Op in io.nosqlbench.engine.api.activityimpl.uniform
Classes in io.nosqlbench.engine.api.activityimpl.uniform with type parameters of type OpModifier and TypeClassDescriptionclassBaseDriverAdapter<R extends Op,S> interfaceDriverAdapter<OPTYPE extends Op,SPACETYPE> The DriverAdapter interface is expected to be the replacement for ActivityTypes. -
Uses of Op in io.nosqlbench.engine.api.activityimpl.uniform.flowtypes
Subinterfaces of Op in io.nosqlbench.engine.api.activityimpl.uniform.flowtypesModifier and TypeInterfaceDescriptioninterfaceChainingOp<I,O> Run a function on the current cached result and replace it with the result of the function.interfaceCycleOp<T>A CycleRunnable is simply a variation of a Runnable type.interfaceMethods in io.nosqlbench.engine.api.activityimpl.uniform.flowtypes that return Op