如何在 Chronicle Queue 中找到一个循环的文件

问题描述

CQ 的文档在 https://github.com/OpenHFT/Chronicle-Queue#how-to-find-the-current-cq4-chronicle-queue-is-writing-to

WireStore wireStore = queue.storeForCycle(queue.cycle(),false);
System.out.println(wireStore.file().getAbsolutePath());

但这不再起作用,因为方法 storeForCycle() 的签名已更改为包含“oldStore”。有没有一种新的方法可以确定 Chronicle Queue 循环文件文件名?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)