TeaEngineering / libchronicle

Shared-memory interprocess communication from C/python using OpenHFT's chronicle-queue protocol
Apache License 2.0
14 stars 10 forks source link

Many roll schemes are unsupported #23

Closed shuckc closed 1 year ago

shuckc commented 1 year ago

See docs and code at: https://www.javadoc.io/doc/net.openhft/chronicle-queue/4.5.12/net/openhft/chronicle/queue/RollCycle.html https://www.javadoc.io/doc/net.openhft/chronicle-queue/4.5.12/net/openhft/chronicle/queue/RollCycles.html

DAILY
HOURLY
HUGE_DAILY
LARGE_DAILY
MINUTELY
SMALL_DAILY
TEST_DAILY
TEST_HOURLY
TEST_SECONDLY
TEST2_DAILY
TEST4_DAILY
XLARGE_DAILY
shuckc commented 1 year ago

We now support all of the ones from v4 and v5.