public class WindowInfo extends Object implements Mergeable<WindowInfo>, OperatorInfo
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowInfo.DriverWindowInfo |
static class |
WindowInfo.IndexInfo |
| Constructor and Description |
|---|
WindowInfo(List<WindowInfo.DriverWindowInfo> windowInfos) |
| Modifier and Type | Method and Description |
|---|---|
List<WindowInfo.DriverWindowInfo> |
getWindowInfos() |
WindowInfo |
mergeWith(WindowInfo other)
Merges the current state with the state of the other instance, and returns the merged state.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFinalpublic WindowInfo(List<WindowInfo.DriverWindowInfo> windowInfos)
public List<WindowInfo.DriverWindowInfo> getWindowInfos()
public WindowInfo mergeWith(WindowInfo other)
MergeablemergeWith in interface Mergeable<WindowInfo>Copyright © 2012–2019. All rights reserved.