-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-3273] java cc get state by range
- Introduced KeyValue type that maps to KV proto. - New QueryResultsIterator. - Re-arranged packages to keep public vs. internal code as separate as possible. * org.hyperledger.fabric.shim (public shim API) * org.hyperledger.fabric.impl (implementations) * org.hyperledger.fabric.shim.ledger (public ledger interfaces) - ChaincodeStub: * QueryResultsIterator<KeyValue> getStateForRange(start, end) * QueryResultsIterator<KeyValue> getStateForPartialCompositeKey(key) - Handler * QueryResponse handleGetStateForRange() * QueryResponse queryStateNext() * void queryStateClose() * Reduce the visibily of members in order to minimize the public API as much as possible. Change-Id: Iea75e426e55ff2e482e0a751b2dbd540bdae6a03 Signed-off-by: Luis Sanchez <sanchezl@us.ibm.com>
- Loading branch information
Luis Sanchez
committed
Apr 26, 2017
1 parent
708c3aa
commit 5858fbb
Showing
11 changed files
with
499 additions
and
124 deletions.
There are no files selected for viewing
This file contains 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 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 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.