Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
developer-dashboard
/
riak-java-client
Public
forked from
basho/riak-java-client
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
riak-java-client
src
test
on
develop
User selector
All users
All time
Commit history
Commits on Nov 15, 2016
Changing isStreamable to isStreaming, as we cannot treat a streaming result as a non-streaming one
alexmoore
committed
a797ba6
View commit details
Copy full SHA for a797ba6
View code at this point
Browse repository at this point
Switch 2i getEntries() to throw IllegalStateException.
alexmoore
committed
ac3d7e2
View commit details
Copy full SHA for ac3d7e2
View code at this point
Browse repository at this point
Merge branch 'develop' into streaming-api-2
alexmoore
committed
c1b575a
View commit details
Copy full SHA for c1b575a
View code at this point
Browse repository at this point
Pedantic whitespace formatting.
alexmoore
committed
a13798b
View commit details
Copy full SHA for a13798b
View code at this point
Browse repository at this point
Fix bug where calling 2i getEntries() while streaming would throw NullPointerException.
alexmoore
committed
002ba0e
View commit details
Copy full SHA for 002ba0e
View code at this point
Browse repository at this point
Adding integration tests for streamable full bucket read.
srgg
committed
51bff20
View commit details
Copy full SHA for 51bff20
View code at this point
Browse repository at this point
Commits on Nov 10, 2016
fix iteration through chunked response
srgg
committed
3afa145
View commit details
Copy full SHA for 3afa145
View code at this point
Browse repository at this point
Commits on Nov 8, 2016
Remove if / subtype casting from Command execution
alexmoore
committed
45f55c4
View commit details
Copy full SHA for 45f55c4
View code at this point
Browse repository at this point
Generalize streamable responses
srgg
committed
52795d4
View commit details
Copy full SHA for 52795d4
View code at this point
Browse repository at this point
Commits on Nov 7, 2016
Simplification of a bunch of RiakCommand descendants
srgg
committed
9630a11
View commit details
Copy full SHA for 9630a11
View code at this point
Browse repository at this point
Commits on Nov 5, 2016
Fix some unchecked cast warnings
srgg
committed
37c6d55
View commit details
Copy full SHA for 37c6d55
View code at this point
Browse repository at this point
Commits on Nov 3, 2016
Initial simplification of SecondaryIndexQuery command hierarchy
srgg
committed
443cb40
View commit details
Copy full SHA for 443cb40
View code at this point
Browse repository at this point
Commits on Oct 27, 2016
Remove RuntimeException + reset interrupted status after we're done loading
alexmoore
committed
3869107
View commit details
Copy full SHA for 3869107
View code at this point
Browse repository at this point
Commits on Oct 26, 2016
Fix test that stubs a final method
alexmoore
committed
1c5883c
View commit details
Copy full SHA for 1c5883c
View code at this point
Browse repository at this point
Introduce PBStreamingFutureOperation.
srgg
committed
3dd8230
View commit details
Copy full SHA for 3dd8230
View code at this point
Browse repository at this point
Commits on Oct 25, 2016
Fix another minor test bug
alexmoore
committed
511f95e
View commit details
Copy full SHA for 511f95e
View code at this point
Browse repository at this point
Fix flappy test
alexmoore
committed
051565d
View commit details
Copy full SHA for 051565d
View code at this point
Browse repository at this point
Move test to another thread, as to not upset other Interruptable tests on the main test thread
alexmoore
committed
3ac537c
View commit details
Copy full SHA for 3ac537c
View code at this point
Browse repository at this point
Add note on code coverage
alexmoore
committed
875999d
View commit details
Copy full SHA for 875999d
View code at this point
Browse repository at this point
Expand test coverage
alexmoore
committed
4e0a90b
View commit details
Copy full SHA for 4e0a90b
View code at this point
Browse repository at this point
Commits on Oct 20, 2016
Don't need synchronization on next(), removing unused import
alexmoore
committed
3edac1f
View commit details
Copy full SHA for 3edac1f
View code at this point
Browse repository at this point
Fix headers for newest/recently changed files.
alexmoore
committed
fe24ba1
View commit details
Copy full SHA for fe24ba1
View code at this point
Browse repository at this point
Fix spacing in control structures.
alexmoore
committed
d19cd3e
View commit details
Copy full SHA for d19cd3e
View code at this point
Browse repository at this point
Commits on Oct 19, 2016
Implement Streaming MapReduce Results + Test
alexmoore
committed
9ac71b6
View commit details
Copy full SHA for 9ac71b6
View code at this point
Browse repository at this point
Streaming 2i Command Integration Tests
alexmoore
committed
82fb339
View commit details
Copy full SHA for 82fb339
View code at this point
Browse repository at this point
Commits on Oct 18, 2016
Add Javadocs, remove need to check for nulls from streaming results
alexmoore
committed
35e9c4f
View commit details
Copy full SHA for 35e9c4f
View code at this point
Browse repository at this point
Commits on Oct 15, 2016
Add 2 quantum exception test, simplify quantum searching procedure
alexmoore
committed
1f133f5
View commit details
Copy full SHA for 1f133f5
View code at this point
Browse repository at this point
Commits on Oct 13, 2016
Command level streaming for ListKeys and ListBuckets
alexmoore
committed
c7c40dd
View commit details
Copy full SHA for c7c40dd
View code at this point
Browse repository at this point
Commits on Oct 11, 2016
Add Streaming MapReduce Operations
alexmoore
committed
5b87e24
View commit details
Copy full SHA for 5b87e24
View code at this point
Browse repository at this point
Commits on Oct 5, 2016
Add streaming 2i operations/results
alexmoore
committed
78c9076
View commit details
Copy full SHA for 78c9076
View code at this point
Browse repository at this point
Add streaming list keys support
alexmoore
committed
5c56d9f
View commit details
Copy full SHA for 5c56d9f
View code at this point
Browse repository at this point
Add Streaming List Buckets
alexmoore
committed
af3d5ba
View commit details
Copy full SHA for af3d5ba
View code at this point
Browse repository at this point
Commits on Sep 30, 2016
Added TableDefinition.getQuantumDescription().
srgg
committed
8a78708
View commit details
Copy full SHA for 8a78708
View code at this point
Browse repository at this point
Commits on Sep 28, 2016
Adding cleanup method for container environments
alexmoore
committed
e7a5001
View commit details
Copy full SHA for e7a5001
View code at this point
Browse repository at this point
Commits on Sep 22, 2016
Add tests for not_found hyperloglogs
alexmoore
committed
29e8f4a
View commit details
Copy full SHA for 29e8f4a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.