Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Add a + operator to PutOp in order to chain operations created in different scopes #8

Open
Lemmsjid opened this issue May 29, 2012 · 0 comments
Assignees

Comments

@Lemmsjid
Copy link
Contributor

Say funcA and funcB create operations and you want to defer their execution until funcC.

PutOp should support + so this can be done.

Its signature should be such that only PutOps from the same table can be thus chained (otherwise it breaks hbase's concept of a batched put).

@ghost ghost assigned Lemmsjid May 29, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant