public class CycleResultSegmentBuffer extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
CycleResultSegmentBuffer.Sink |
| Constructor and Description |
|---|
CycleResultSegmentBuffer(CycleResultSegmentBuffer.Sink sink,
int resultCount) |
CycleResultSegmentBuffer(int resultCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(CycleResult result) |
void |
append(long cycle,
int result) |
boolean |
hasRemaining() |
CycleResultsSegment |
toReader() |
public CycleResultSegmentBuffer(CycleResultSegmentBuffer.Sink sink, int resultCount)
public CycleResultSegmentBuffer(int resultCount)
public void append(long cycle,
int result)
public void append(CycleResult result)
public CycleResultsSegment toReader()
public boolean hasRemaining()
Copyright © 2018. All rights reserved.