You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by kt...@apache.org on 2016/07/29 19:38:22 UTC

[3/3] incubator-fluo git commit: Merge branch 'fluo-743'

Merge branch 'fluo-743'


Project: http://git-wip-us.apache.org/repos/asf/incubator-fluo/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fluo/commit/69f8369c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fluo/tree/69f8369c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fluo/diff/69f8369c

Branch: refs/heads/master
Commit: 69f8369c7a02ef460fcf692c007d7591ea6aff85
Parents: ae8e263 2805e2f
Author: Keith Turner <kt...@apache.org>
Authored: Fri Jul 29 15:36:56 2016 -0400
Committer: Keith Turner <kt...@apache.org>
Committed: Fri Jul 29 15:36:56 2016 -0400

----------------------------------------------------------------------
 .../apache/fluo/accumulo/data/MutableBytes.java | 135 -------------------
 .../fluo/accumulo/data/MutableBytesFactory.java |  30 -----
 .../java/org/apache/fluo/api/data/Bytes.java    | 109 +++++++++------
 .../java/org/apache/fluo/api/data/Column.java   |   2 +-
 .../org/apache/fluo/api/data/ColumnValue.java   |   2 +-
 .../org/apache/fluo/api/data/RowColumn.java     |   2 +-
 .../apache/fluo/api/data/RowColumnValue.java    |  77 +++++++----
 .../java/org/apache/fluo/api/data/Span.java     |   2 +-
 .../org/apache/fluo/core/impl/Notification.java |  28 ++--
 .../apache/fluo/core/impl/TransactionImpl.java  |   6 +-
 .../java/org/apache/fluo/core/util/Hex.java     |   2 +-
 .../fluo/core/worker/NotificationProcessor.java |  10 +-
 .../finder/hash/HashNotificationFinder.java     |   6 +-
 .../apache/fluo/core/data/MutableBytesTest.java |  52 -------
 .../fluo/core/data/RowColumnValueTest.java      |   7 -
 .../fluo/mapreduce/FluoEntryInputFormat.java    |   2 +-
 16 files changed, 158 insertions(+), 314 deletions(-)
----------------------------------------------------------------------