public class TriggerDefinition extends Object implements SiddhiElement
| Modifier | Constructor and Description |
|---|---|
|
TriggerDefinition() |
protected |
TriggerDefinition(String id) |
| Modifier and Type | Method and Description |
|---|---|
TriggerDefinition |
at(String interval) |
TriggerDefinition |
atEvery(long timeInMilliSeconds) |
TriggerDefinition |
atEvery(TimeConstant time) |
String |
getAt() |
Long |
getAtEvery() |
String |
getId() |
int[] |
getQueryContextEndIndex() |
int[] |
getQueryContextStartIndex() |
static TriggerDefinition |
id(String id) |
void |
setQueryContextEndIndex(int[] lineAndColumn) |
void |
setQueryContextStartIndex(int[] lineAndColumn) |
public TriggerDefinition()
protected TriggerDefinition(String id)
public static TriggerDefinition id(String id)
public String getId()
public Long getAtEvery()
public String getAt()
public TriggerDefinition atEvery(long timeInMilliSeconds)
public TriggerDefinition at(String interval)
public TriggerDefinition atEvery(TimeConstant time)
public int[] getQueryContextStartIndex()
getQueryContextStartIndex in interface SiddhiElementpublic void setQueryContextStartIndex(int[] lineAndColumn)
setQueryContextStartIndex in interface SiddhiElementpublic int[] getQueryContextEndIndex()
getQueryContextEndIndex in interface SiddhiElementpublic void setQueryContextEndIndex(int[] lineAndColumn)
setQueryContextEndIndex in interface SiddhiElementCopyright © 2019. All rights reserved.