public interface RollCycle
Modifier and Type | Method and Description |
---|---|
int |
current(net.openhft.chronicle.core.time.TimeProvider time,
long epoch) |
int |
defaultIndexCount() |
int |
defaultIndexSpacing() |
String |
format() |
int |
length() |
int |
toCycle(long index) |
long |
toIndex(int cycle,
long sequenceNumber) |
long |
toSequenceNumber(long index) |
String format()
int length()
int defaultIndexCount()
int defaultIndexSpacing()
int current(net.openhft.chronicle.core.time.TimeProvider time, long epoch)
epoch
- and EPOCH offset, to all the user to define their own epochlong toIndex(int cycle, long sequenceNumber)
long toSequenceNumber(long index)
int toCycle(long index)
Copyright © 2018. All rights reserved.