An abstraction of lazy window slider, also inherited by other lazy window slider.
More...
#include <WindowSlider/AbstractLazyWS.h>
|
vector< AbstractLazyJPPtr > | jps |
|
size_t | period = 0 |
|
size_t | windowCnt = 0 |
|
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 |
|
std::shared_ptr< std::thread > | threadPtr |
|
An abstraction of lazy window slider, also inherited by other lazy window slider.
- Author
- Tony Zeng
- Note
- detailed description: To init and run, follow the functions below to start a WS
◆ AbstractLazyWS()
INTELLI::AbstractLazyWS::AbstractLazyWS |
( |
size_t |
sLen, |
|
|
size_t |
rLen |
|
) |
| |
|
inline |
to init the slider with specific length of queue
- Parameters
-
sLen | the length of S queue |
rLen | the length of R queue |
◆ getJoinResult()
virtual size_t INTELLI::AbstractLazyWS::getJoinResult |
( |
| ) |
|
|
virtual |
◆ initJoinProcessors()
virtual void INTELLI::AbstractLazyWS::initJoinProcessors |
( |
| ) |
|
|
virtual |
to init the initJoinProcessors
- Note
- only after this is called can we start to feed tuples
Reimplemented from INTELLI::AbstractWS.
◆ inlineMain()
virtual void INTELLI::AbstractLazyWS::inlineMain |
( |
| ) |
|
|
protectedvirtual |
The inline 'main" function of thread, as an interface.
- Note
- Normally re-write this in derived classes
Reimplemented from INTELLI::AbstractC20Thread.
The documentation for this class was generated from the following file: