You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our Java app we would like to pause and resume Rocks compaction from time to time (for example, in order to do our own EBS snapshot).
Are those APIs available on JNI interface? I did a quick search and could not find any.
If they are not in JNI, are they available in the original C/C++ APIs? Any plan to add them to JNI?
Or, is there any other way to achieve what we are trying to do on Java side?
Thanks,
Sam
The text was updated successfully, but these errors were encountered:
Hi,
In our Java app we would like to pause and resume Rocks compaction from time to time (for example, in order to do our own EBS snapshot).
Are those APIs available on JNI interface? I did a quick search and could not find any.
If they are not in JNI, are they available in the original C/C++ APIs? Any plan to add them to JNI?
Or, is there any other way to achieve what we are trying to do on Java side?
Thanks,
Sam
The text was updated successfully, but these errors were encountered: