Open Lemmsjid opened 12 years ago
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).
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).