The eager window slider of handshake join.
More...
#include <WindowSlider/HandShakeWS.h>
|
std::vector< HandShakeJPPtr > | jpPtr |
|
INTELLI::BarrierPtr | initBar |
|
INTELLI::join_type_t | myType = INTELLI::CNT_BASED |
|
size_t | countS |
|
size_t | countR |
|
size_t | windowLen = 0 |
|
size_t | slideLen = 1 |
|
std::vector< size_t > | partitionWeight |
|
std::vector< size_t > | partitionSizeFinal |
|
size_t | threads |
|
size_t | sLen |
|
size_t | rLen |
|
bool | runTimeScheduling = false |
|
bool | timeBased = false |
|
bool | isRunning = false |
|
struct timeval | timeSys |
|
TuplePtrQueue | TuplePtrQueueInS |
|
TuplePtrQueue | TuplePtrQueueInR |
|
string | nameTag |
|
The eager window slider of handshake join.
- Note
- detailed description: To init and run, follow the functions below to start a WS
◆ feedTupleR()
void INTELLI::HandShakeWS::feedTupleR |
( |
TuplePtr |
tr | ) |
|
|
virtual |
to feed a tuple R
- Parameters
-
- Note
- this function is thread-safe :)
Reimplemented from INTELLI::AbstractWS.
◆ feedTupleS()
void INTELLI::HandShakeWS::feedTupleS |
( |
TuplePtr |
ts | ) |
|
|
virtual |
to feed a tuple s
- Parameters
-
- Note
- this function is thread-safe :)
Reimplemented from INTELLI::AbstractWS.
◆ getJoinResult()
size_t INTELLI::HandShakeWS::getJoinResult |
( |
| ) |
|
|
virtual |
◆ initJoinProcessors()
void INTELLI::HandShakeWS::initJoinProcessors |
( |
| ) |
|
|
virtual |
to init the initJoinProcessors
- Note
- only after this is called can we start to feed tuples
Reimplemented from INTELLI::AbstractWS.
The documentation for this class was generated from the following file: