-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Expose LoadLatestOptions, LoadOptionsFromFile and GetLatestOptionsFileName APIs in RocksJava #2898
Conversation
@sagar0 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Is there any .md file to update for the adding the API? |
There is HISTORY-JAVA.md, but it hasn't been updated in over 2 years. |
if (jcfd != nullptr) { | ||
env->DeleteLocalRef(jcfd); | ||
} | ||
return; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to clear the objects already put in cf_descs?
if (jcfd != nullptr) { | ||
env->DeleteLocalRef(jcfd); | ||
} | ||
return; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
@sagar0 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
JNI wrappers for LoadLatestOptions, LoadOptionsFromFile and GetLatestOptionsFileName APIs.
Test Plan:
Added new junit tests.