| Modifier and Type | Class and Description |
|---|---|
class |
CycleResultArray |
class |
CycleResultsIntervalSegment
This is just a typed-data holder for efficient transfer of tracked data.
|
static class |
CycleResultsSegment.EmptySegment |
class |
CycleResultsSegmentReadable
Implements a cycle result segment in a basic buffer
that contains the cycle and the result in long, byte format.
|
| Modifier and Type | Field and Description |
|---|---|
static CycleResultsSegment |
CycleResultsSegment.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
CycleResultsSegment |
CycleResultsSegmentReadable.filter(Predicate<ResultReadable> filter) |
default CycleResultsSegment |
CycleResultsSegment.filter(Predicate<ResultReadable> filter) |
static CycleResultsSegment |
CycleResultsSegmentReadable.forCycleResult(long completedCycle,
int result) |
CycleResultsSegment |
CycleResultStrider.getCycleResultsSegment(int stride) |
CycleResultsSegment |
CycleResultSegmentBuffer.toReader() |
| Modifier and Type | Method and Description |
|---|---|
default int |
CycleResultsSegment.compareTo(@NotNull CycleResultsSegment other) |
| Constructor and Description |
|---|
CycleResultArray(CycleResultsSegment segment) |
| Modifier and Type | Class and Description |
|---|---|
class |
CycleSpanResults |
| Modifier and Type | Method and Description |
|---|---|
CycleResultsSegment |
CycleSpanResults.filter(Predicate<ResultReadable> filter) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<CycleResultsSegment> |
CycleResultsRLEBufferReadable.iterator(Predicate<ResultReadable> filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReorderingConcurrentResultBuffer.onCycleResultSegment(CycleResultsSegment segment) |
| Modifier and Type | Method and Description |
|---|---|
void |
CycleLogOutput.onCycleResultSegment(CycleResultsSegment segment) |
| Modifier and Type | Method and Description |
|---|---|
default void |
Output.onCycleResultSegment(CycleResultsSegment segment) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContiguousOutputChunker.onCycleResultSegment(CycleResultsSegment segment) |
Copyright © 2017. All rights reserved.