public interface RollingChronicleQueue extends ChronicleQueue
Modifier and Type | Method and Description |
---|---|
int |
cycle() |
long |
epoch() |
int |
firstCycle() |
int |
lastCycle() |
void |
release(WireStore store) |
RollCycle |
rollCycle() |
WireStore |
storeForCycle(long cycle,
long epoch) |
clear, createAppender, createTailer, dump, file, firstIndex, indexCount, indexSpacing, lastIndex, sourceId, wireType
long epoch()
@NotNull WireStore storeForCycle(long cycle, long epoch)
cycle
- the cycleepoch
- an epoch offset as the number of number of milliseconds since January 1, 1970,
00:00:00 GMTWireStore
associated with this cycle
void release(@NotNull WireStore store)
store
- the store
to releaseint firstCycle()
int lastCycle()
int cycle()
RollCycle rollCycle()
Copyright © 2016. All rights reserved.