Uses of Interface
io.engineblock.activityapi.core.ops.fluent.opfacets.TrackedOp
-
Packages that use TrackedOp Package Description io.engineblock.activityapi.core io.engineblock.activityapi.core.ops.fluent io.engineblock.activityapi.core.ops.fluent.opfacets -
-
Uses of TrackedOp in io.engineblock.activityapi.core
Methods in io.engineblock.activityapi.core with parameters of type TrackedOp Modifier and Type Method Description booleanAsyncAction. enqueue(TrackedOp<D> opc)THIS DOCUMENTATION IS LIKELY OUT OF DATE The responsibility for tracking async pending against concurrency limits, including signaling for thread state, has been moved into the async event loop of the core motor.booleanBaseAsyncAction. enqueue(TrackedOp<D> opc)abstract voidBaseAsyncAction. startOpCycle(TrackedOp<D> opc)Implementations that extend this base class can call this method in order to put an operation in flight. -
Uses of TrackedOp in io.engineblock.activityapi.core.ops.fluent
-
Uses of TrackedOp in io.engineblock.activityapi.core.ops.fluent.opfacets
Subinterfaces of TrackedOp in io.engineblock.activityapi.core.ops.fluent.opfacets Modifier and Type Interface Description interfaceOpFacets<D>This interface represents the union of interfaces needed for all of the behavioral facets of a useful Op implementation.Classes in io.engineblock.activityapi.core.ops.fluent.opfacets that implement TrackedOp Modifier and Type Class Description classEventedOpImpl<D>classOpImpl<D>Methods in io.engineblock.activityapi.core.ops.fluent.opfacets that return TrackedOp Modifier and Type Method Description TrackedOp<D>TrackedOp. setWaitTime(long cycleDelay)Indicate to this op, how much wait time elapsed between the time it was expected to start and the time it actually started.
-