public class KSQLJoinWindow extends ASTNodeAccessImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
KSQLJoinWindow.TimeUnit |
| Constructor and Description |
|---|
KSQLJoinWindow() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAfterDuration() |
KSQLJoinWindow.TimeUnit |
getAfterTimeUnit() |
long |
getBeforeDuration() |
KSQLJoinWindow.TimeUnit |
getBeforeTimeUnit() |
long |
getDuration() |
KSQLJoinWindow.TimeUnit |
getTimeUnit() |
boolean |
isBeforeAfterWindow() |
void |
setAfterDuration(long afterDuration) |
void |
setAfterTimeUnit(KSQLJoinWindow.TimeUnit afterTimeUnit) |
void |
setBeforeAfterWindow(boolean beforeAfter) |
void |
setBeforeDuration(long beforeDuration) |
void |
setBeforeTimeUnit(KSQLJoinWindow.TimeUnit beforeTimeUnit) |
void |
setDuration(long duration) |
void |
setTimeUnit(KSQLJoinWindow.TimeUnit timeUnit) |
String |
toString() |
getASTNode, setASTNodepublic boolean isBeforeAfterWindow()
public void setBeforeAfterWindow(boolean beforeAfter)
public long getDuration()
public void setDuration(long duration)
public KSQLJoinWindow.TimeUnit getTimeUnit()
public void setTimeUnit(KSQLJoinWindow.TimeUnit timeUnit)
public long getBeforeDuration()
public void setBeforeDuration(long beforeDuration)
public KSQLJoinWindow.TimeUnit getBeforeTimeUnit()
public void setBeforeTimeUnit(KSQLJoinWindow.TimeUnit beforeTimeUnit)
public long getAfterDuration()
public void setAfterDuration(long afterDuration)
public KSQLJoinWindow.TimeUnit getAfterTimeUnit()
public void setAfterTimeUnit(KSQLJoinWindow.TimeUnit afterTimeUnit)
Copyright © 2004–2019 JSQLParser. All rights reserved.