Package com.streambase.sb.operator
Class AggregateWindow
java.lang.Object
com.streambase.sb.operator.BaseAggregateWindow
com.streambase.sb.operator.AggregateWindow
- All Implemented Interfaces:
 Serializable
represent a Heap-based aggregate window
 (For backward compat, we can't call this HeapAggregateWindow, hence have to settle with AggregateWindow)
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal ObjectgetEnv()Get runtime environmentfinal voidsetRuntimeEnv(Object env) Called by internal streambase code to set the runtime environmentMethods inherited from class com.streambase.sb.operator.BaseAggregateWindow
init, release 
- 
Constructor Details
- 
AggregateWindow
public AggregateWindow() 
 - 
 - 
Method Details
- 
setRuntimeEnv
Description copied from class:BaseAggregateWindowCalled by internal streambase code to set the runtime environment- Specified by:
 setRuntimeEnvin classBaseAggregateWindow- Parameters:
 env- Runtime environment
 - 
getEnv
Description copied from class:BaseAggregateWindowGet runtime environment- Specified by:
 getEnvin classBaseAggregateWindow- Returns:
 - Environment
 
 
 -