Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.
This repository was 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

@Lemmsjid

Description

@Lemmsjid

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).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions