-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Add missing functionality to RocksJava #4833
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
Closed
Closed
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
26aa41c
Fix error message
adamretter 4db4bcf
Improve function doc
adamretter 629e697
Snappy must be built with position independent code for static linking
adamretter 24516bd
Added a note about also modifying the enum conversions
adamretter 9ef92d8
Implement missing ReadOptions in RocksJava
adamretter 5207e42
Reorganise portal.h to allow reuse of JniUtil methods
adamretter 401cf47
Correct docs
adamretter 99eb8e3
Implement missing BlockBasedTableOptions in RocksJava
adamretter fb76c8d
Improve and fix handling of exceptions and errors
adamretter a5db8d8
Fix typos in error messages
adamretter 53ec2c6
Implement missing WriteOptions in RocksJava
adamretter d14fa14
Implement missing EnvOptions in RocksJava
adamretter edf182e
Implement missing Env functionality in RocksJava
adamretter 817fb53
Implement missing CompressionOptions in RocksJava
adamretter 8ecafc5
Cleanup CompactionOptions in RocksJava
adamretter 040d7b8
Implement missing CompactionStyle in RocksJava
adamretter a49a80d
Implement missing IngestExternalFileOptions in RocksJava
adamretter 679ad28
Implement missing FlushOptions in RocksJava
adamretter 4ffe431
Implement missing functions in RocksJava RocksDB
adamretter 34b789a
Remove bad assertion
adamretter e4acbd5
Ignore - code cleanup
adamretter 666814c
Implement missing Options in RocksJava
adamretter 799244b
Ignore - code cleanup
adamretter 0e3be6e
Add missing ColumnFamilyOptions interfaces
adamretter fe66be1
Fix invalid pointer access
adamretter 25a8d9a
Fix heap access for read after free
adamretter c9c3485
Slight change in syntax
adamretter d307df0
Add missing entries to RocksJava CMakeLists
adamretter 5dea055
Fix MSVC compilation error
adamretter 27a06bf
Add License
sagar0 7752da5
Merge branch 'master' into java-api-enhancements
sagar0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.