public class WindowOptions extends Object
| Constructor | Description |
|---|---|
WindowOptions(WindowSize windowSize,
long length,
TimeUnit timeUnit) |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getLength() |
|
TimeUnit |
getTimeUnit() |
|
long |
getWindowSize() |
public WindowOptions(@Nonnull WindowSize windowSize, long length, @NonNull TimeUnit timeUnit)
public long getLength()
public TimeUnit getTimeUnit()
public long getWindowSize()
Copyright © 2018 The Apache Software Foundation. All rights reserved.