| Package | Description |
|---|---|
| io.engineblock.activityapi.core | |
| io.engineblock.activityimpl.motor |
| Modifier and Type | Method and Description |
|---|---|
OpContext |
AsyncAction.dequeue()
Dequeue a finished unit of work from the action.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
OpResultBuffer.compare(OpContext one,
OpContext other) |
boolean |
AsyncAction.enqueue(OpContext unprocessed)
Enqueue a cycle to be processed by the action.
|
void |
OpResultBuffer.handle(OpContext opContext) |
void |
OpContext.Sink.handle(OpContext opContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
CoreMotor.StrideResultBuffer.handle(OpContext opContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
CoreMotor.handle(OpResultBuffer<OpContext> strideResults) |
| Constructor and Description |
|---|
StrideResultBuffer(com.codahale.metrics.Timer cycleTimer,
long strideDelay,
long initialCycle,
OpResultBuffer.Sink<OpContext> sink,
int size) |
Copyright © 2018. All rights reserved.