This is an automated email from the ASF dual-hosted git repository.
kturner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/fluo.git.
from bf75b9e condense fluo.sh (#1098)
new 1ee63f4 Implemented getsAsync()
new d89986a Add some javadoc for async get
new 21dbae5 Merge pull request #1099 from keith-turner/fluo-969 fixes #967
The 989 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/fluo/api/client/SnapshotBase.java | 47 ++++++++--
.../org/apache/fluo/core/impl/AsyncReader.java | 100 +++++++++++++++++++++
.../org/apache/fluo/core/impl/TransactionImpl.java | 34 +++++++
.../fluo/integration/impl/TransactionImplIT.java | 89 ++++++++++++++++++
4 files changed, 265 insertions(+), 5 deletions(-)
create mode 100644
modules/core/src/main/java/org/apache/fluo/core/impl/AsyncReader.java
create mode 100644
modules/integration/src/test/java/org/apache/fluo/integration/impl/TransactionImplIT.java