Uses of Interface
io.engineblock.activityapi.output.Output
-
-
-
Uses of Output in io.engineblock.activityapi.cyclelog.buffers.results_rle
Classes in io.engineblock.activityapi.cyclelog.buffers.results_rle that implement Output Modifier and Type Class Description classCycleResultsRLEBufferTargetImplements a convenient target buffer for Marker data that can be used to create nio ByteBuffers easily. -
Uses of Output in io.engineblock.activityapi.cyclelog.outputs
Classes in io.engineblock.activityapi.cyclelog.outputs that implement Output Modifier and Type Class Description classReorderingConcurrentResultBufferThis will implement a result buffer that puts cycles in order when possible, according to a sliding window.Constructors in io.engineblock.activityapi.cyclelog.outputs with parameters of type Output Constructor Description ReorderingConcurrentResultBuffer(Output downstream)ReorderingConcurrentResultBuffer(Output downstream, int threshold) -
Uses of Output in io.engineblock.activityapi.cyclelog.outputs.cyclelog
Classes in io.engineblock.activityapi.cyclelog.outputs.cyclelog that implement Output Modifier and Type Class Description classCycleLogOutputAOutputthat writes cycles and results to an RLE-based file format.Methods in io.engineblock.activityapi.cyclelog.outputs.cyclelog that return Output Modifier and Type Method Description OutputCycleLogOutputType.Dispenser. getOutput(long slot) -
Uses of Output in io.engineblock.activityapi.cyclelog.outputs.logger
Classes in io.engineblock.activityapi.cyclelog.outputs.logger that implement Output Modifier and Type Class Description classLoggingOutputMethods in io.engineblock.activityapi.cyclelog.outputs.logger that return Output Modifier and Type Method Description OutputLoggingMarkerDispenser. getOutput(long slot) -
Uses of Output in io.engineblock.activityapi.output
Methods in io.engineblock.activityapi.output that return Output Modifier and Type Method Description OutputOutputDispenser. getOutput(long slot) -
Uses of Output in io.engineblock.activityimpl
Methods in io.engineblock.activityimpl that return Output Modifier and Type Method Description OutputFilteringOutputDispenser. getOutput(long slot) -
Uses of Output in io.engineblock.activityimpl.marker
Classes in io.engineblock.activityimpl.marker that implement Output Modifier and Type Class Description classContiguousOutputChunkerThis is the default cycle output implementation for EngineBlock when the input cycles are known to be contiguous.Methods in io.engineblock.activityimpl.marker with parameters of type Output Modifier and Type Method Description voidContiguousOutputChunker. addExtentReader(Output reader)voidContiguousOutputChunker. removeExtentReader(Output reader) -
Uses of Output in io.engineblock.activityimpl.motor
Methods in io.engineblock.activityimpl.motor with parameters of type Output Modifier and Type Method Description voidCoreMotor. setResultOutput(Output resultOutput)Constructors in io.engineblock.activityimpl.motor with parameters of type Output Constructor Description CoreMotor(Activity activity, long slotId, Input input, Action action, Output output)Create an ActivityMotor.StrideTracker(com.codahale.metrics.Timer strideServiceTimer, com.codahale.metrics.Timer strideResponseTimer, long strideWaitTime, long initialCycle, int size, Output output, StrideOutputConsumer<D> outputReader)
-