public class CountWindow extends Window
Constructor and Description |
---|
CountWindow(long size)
Creates a new count-based window.
|
CountWindow(long size,
CountUnit countUnit)
Creates a new count-based window with user-defined count granularity.
|
CountWindow(long size,
CountUnit countUnit,
long jump,
CountUnit jumpUnit)
Creates a new count-based window with user-defined jump parameter and user-defined count granularity..
|
CountWindow(long size,
long jump)
Creates a new count-based window with user-defined jump parameter.
|
public CountWindow(long size)
size
- size of the count-based window specified in number of eventspublic CountWindow(long size, CountUnit countUnit)
size
- size of the count-based window specified in number of eventscountUnit
- count granularity of the sizepublic CountWindow(long size, long jump)
size
- size of the count-based window specified in number of eventsjump
- jump parameterpublic CountWindow(long size, CountUnit countUnit, long jump, CountUnit jumpUnit)
size
- size of the count-based window specified in number of eventscountUnit
- count granularity of the sizejump
- jump parameterjumpUnit
- count granularity of the jump parameter