|
| | OoOTuple (keyType k) |
| | construct with key More...
|
| |
| | OoOTuple (keyType k, valueType v) |
| | construct with key and value More...
|
| |
| | OoOTuple (keyType k, valueType v, tsType et) |
| | construct with key, value and eventTime More...
|
| |
| | OoOTuple (keyType k, valueType v, tsType et, tsType at) |
| | construct with key, value ,eventTime and arrivalTime More...
|
| |
| std::string | toString () |
| | convert the tuple into std string More...
|
| |
| | Tuple (keyType k) |
| | construct with key More...
|
| |
| | Tuple (keyType k, valueType v) |
| | construct with key and value More...
|
| |
| | Tuple (keyType k, valueType v, tsType et) |
| | construct with key, value and eventTime More...
|
| |
| | Tuple (keyType k, valueType v, tsType et, tsType at) |
| | construct with key, value ,eventTime and arrivalTime More...
|
| |
| std::string | toString () |
| | convert the tuple into std string More...
|
| |
The class to describe a tuple, which allows out-of-order.