public class KSQLJoinWindow extends ASTNodeAccessImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
KSQLJoinWindow.TimeUnit |
| 构造器和说明 |
|---|
KSQLJoinWindow() |
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
KSQLJoinWindow |
withAfterDuration(long afterDuration) |
KSQLJoinWindow |
withAfterTimeUnit(KSQLJoinWindow.TimeUnit afterTimeUnit) |
KSQLJoinWindow |
withBeforeDuration(long beforeDuration) |
KSQLJoinWindow |
withBeforeTimeUnit(KSQLJoinWindow.TimeUnit beforeTimeUnit) |
KSQLJoinWindow |
withDuration(long duration) |
KSQLJoinWindow |
withTimeUnit(KSQLJoinWindow.TimeUnit timeUnit) |
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)
public KSQLJoinWindow withDuration(long duration)
public KSQLJoinWindow withTimeUnit(KSQLJoinWindow.TimeUnit timeUnit)
public KSQLJoinWindow withBeforeDuration(long beforeDuration)
public KSQLJoinWindow withBeforeTimeUnit(KSQLJoinWindow.TimeUnit beforeTimeUnit)
public KSQLJoinWindow withAfterDuration(long afterDuration)
public KSQLJoinWindow withAfterTimeUnit(KSQLJoinWindow.TimeUnit afterTimeUnit)
Copyright © 2026. All rights reserved.