-
Notifications
You must be signed in to change notification settings - Fork 18
Updated example in java to use partitions #2160
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
Open
mahnushm
wants to merge
25
commits into
ajewell/buckets
Choose a base branch
from
mahnushm-partition-example-java
base: ajewell/buckets
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2f2849d
Updated example in java to use partitions
mahnushm 717f609
Fix partition variable usage in query request
mahnushm 3e766c9
Fix break statement in BasicSearchableEncryptionExample
mahnushm 95948ae
Add partition condition to query request
mahnushm 95a85a5
Update BasicSearchableEncryptionExample.java
mahnushm 02cd1db
Update BasicSearchableEncryptionExample.java
mahnushm d9be133
Update BasicSearchableEncryptionExample.java
mahnushm 396c1a3
Update BasicSearchableEncryptionExample.java
mahnushm 94191f1
Update BasicSearchableEncryptionExample.java
mahnushm 1bc11f6
Update BasicSearchableEncryptionExample.java
mahnushm 6b073f0
Update Examples/runtimes/java/DynamoDbEncryption/src/main/java/softwa…
mahnushm 26892a8
Update Examples/runtimes/java/DynamoDbEncryption/src/main/java/softwa…
mahnushm 5452fbe
Update BasicSearchableEncryptionExample.java
mahnushm 57bc056
Update BasicSearchableEncryptionExample.java
mahnushm 76bdd6e
Refactor DynamoDB encryption configuration
mahnushm 87c3096
Fix DynamoDbTablesEncryptionConfig initialization
mahnushm d4c9950
Change numQueries from 1 to 2
mahnushm 1800890
Update BasicSearchableEncryptionExample.java
mahnushm 90c966b
Modify partition settings in BasicSearchableEncryptionExample
mahnushm 0e034b7
Refactor numQueries retrieval using queryInputTransform
mahnushm 4426629
Modify beacon partitioning and query handling
mahnushm df2e135
Rename logicalTableName to tableName in transform input
mahnushm 6940b55
Refactor query input transformation and number retrieval
mahnushm 4e96f58
Update BasicSearchableEncryptionExample.java
mahnushm 3ed5589
Remove unused imports in BasicSearchableEncryptionExample
mahnushm 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
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.
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.
You might want to be specific on what number can be obtained. Number of queries?
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.
Good point, I will add transformClient.getNumberOfQueries(query) to show its use case too.