public interface TimeWindowFactoryInterface
Title: Dataspace Framework
Description: Base interface for event factories.
Copyright: Copyright (c) 2014
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.TimeUnit |
getTimeWindowUnit() |
long |
getWindowCheckInterval() |
java.util.concurrent.TimeUnit |
getWindowCheckIntervalUnit() |
long |
getWindowSize() |
com.streamscape.ds.core.CollectionWindowType |
getWindowType() |
void |
setTimeWindowUnit(java.util.concurrent.TimeUnit unit) |
void |
setWindowCheckInterval(long size) |
void |
setWindowCheckIntervalUnit(java.util.concurrent.TimeUnit unit) |
void |
setWindowSize(long size) |
void |
setWindowType(com.streamscape.ds.core.CollectionWindowType type) |
com.streamscape.ds.core.CollectionWindowType getWindowType()
void setWindowType(com.streamscape.ds.core.CollectionWindowType type)
long getWindowSize()
void setWindowSize(long size)
java.util.concurrent.TimeUnit getTimeWindowUnit()
void setTimeWindowUnit(java.util.concurrent.TimeUnit unit)
long getWindowCheckInterval()
void setWindowCheckInterval(long size)
java.util.concurrent.TimeUnit getWindowCheckIntervalUnit()
void setWindowCheckIntervalUnit(java.util.concurrent.TimeUnit unit)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.