| Modifier and Type | Class and Description |
|---|---|
class |
CycleResultsRLEBufferTarget
Implements a convenient target buffer for Marker data that can be sued
to create nio ByteBuffers easily.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReorderingConcurrentResultBuffer
This will implement a result buffer that puts cycles in order when possible,
according to a sliding window.
|
| Constructor and Description |
|---|
ReorderingConcurrentResultBuffer(Output downstream) |
ReorderingConcurrentResultBuffer(Output downstream,
int threshold) |
| Modifier and Type | Class and Description |
|---|---|
class |
CycleLogOutput
A
Output that writes cycles and results to an RLE-based file format. |
| Modifier and Type | Method and Description |
|---|---|
Output |
CycleLogOutputType.Dispenser.getOutput(long slot) |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingOutput |
| Modifier and Type | Method and Description |
|---|---|
Output |
LoggingMarkerDispenser.getOutput(long slot) |
| Modifier and Type | Method and Description |
|---|---|
Output |
OutputDispenser.getOutput(long slot) |
| Modifier and Type | Method and Description |
|---|---|
Output |
FilteringOutputDispenser.getOutput(long slot) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContiguousOutputChunker
This is the default cycle output implementation for EngineBlock when
the input cycles are known to be contiguous.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContiguousOutputChunker.addExtentReader(Output reader) |
void |
ContiguousOutputChunker.removeExtentReader(Output reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
CoreMotor.setResultOutput(Output resultOutput) |
| Constructor and Description |
|---|
CoreMotor(Activity activity,
long slotId,
Input input,
Action action,
Output output)
Create an ActivityMotor.
|
Copyright © 2018. All rights reserved.