Interface SucceededOp<D>
- Type Parameters:
D- The type of delegate needed for the implementing protocol
- All Superinterfaces:
Comparable<CycleResult>,CompletedOp<D>,CycleReadable,CycleResult,Payload<D>,ResultReadable
- All Known Subinterfaces:
OpFacets<D>
- All Known Implementing Classes:
EventedOpImpl,OpImpl
An op should be deemed successful if it completes with no exception.
-
Method Summary
Methods inherited from interface io.nosqlbench.engine.api.activityapi.core.ops.fluent.opfacets.CompletedOp
getResponseTimeNanos, getServiceTimeNanos, getStartedAtNanosMethods inherited from interface io.nosqlbench.engine.api.activityapi.cyclelog.buffers.results.CycleReadable
getCycleMethods inherited from interface io.nosqlbench.engine.api.activityapi.cyclelog.buffers.results.CycleResult
compareToMethods inherited from interface io.nosqlbench.engine.api.activityapi.core.ops.fluent.opfacets.Payload
getOpData, setDataMethods inherited from interface io.nosqlbench.engine.api.activityapi.cyclelog.buffers.results.ResultReadable
getResult
-
Method Details
-
getTries
int getTries()
-