public class RefCountedTuple extends Object
Provides reference counting of tuples. Used when operations that operate on a batch of tuples are involved (e.g. aggregation, join etc). The input tuples are acked once the result is emitted downstream.
Modifier and Type | Method and Description |
---|---|
void |
decrement() |
void |
increment() |
void |
setAcked() |
boolean |
shouldAck() |
String |
toString() |
Tuple |
tuple() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.