Interface FailedOp<D>
- Type Parameters:
D- The delegate type needed by the implementing activity type
- All Superinterfaces:
java.lang.Comparable<CycleResult>,CompletedOp<D>,CycleReadable,CycleResult,Payload<D>,ResultReadable
- All Known Subinterfaces:
OpFacets<D>
- All Known Implementing Classes:
EventedOpImpl,OpImpl
public interface FailedOp<D> extends Payload<D>, CycleResult, CompletedOp<D>
A failed op is any operation which has an error, according to the semantics
of the implementing activity type.
-
Method Summary
Modifier and Type Method Description intgetTries()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()
-