The topic title is a general idea, which if implemented, can be used to implement things like:
- Compare and set
- Operation 1: Get someValue from bin
- Operation 2: Set bin to newValue if operation 1 returned someOtherValue
- Dereference-and-get in one batch operation:
- Assume the bin “idBinMap” contains a map: {id1:bin1, id2:bin2}
- Operation 1: In “idBinMap” bin, use MapOperation to get the bin associated with someId
- Operation 2: Get contents of the bin returned from operation 1