Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

limestone API revisement. #9

Open
ashigeru opened this issue Jul 5, 2022 · 2 comments
Open

limestone API revisement. #9

ashigeru opened this issue Jul 5, 2022 · 2 comments
Assignees

Comments

@ashigeru
Copy link

ashigeru commented Jul 5, 2022

  • add log_channel::remove_entry(storage_id, key, write_version)
    • エントリを削除する
  • add log_channel::add_storage(storage_id, write_version)
    • 指定のストレージを追加する
    • 不要なら無視してもよい
  • add log_channel::remove_storage(storage_id, write_version)
    • 指定のストレージ、およびそれに含まれるすべてのエントリを削除する
  • add log_channel::truncate_storage(storage_id, write_version)
    • 指定のストレージに含まれるすべてのエントリを削除する
@ashigeru ashigeru assigned ashigeru and t-horikawa and unassigned ashigeru Jul 5, 2022
@ashigeru
Copy link
Author

ashigeru commented Oct 28, 2022

仕様としては良さそうに見えるけど、I/O しうるのに noexcept を入れてしまうといろいろと制約が強いのでは?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants