public class StreamTriggerInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static Builder<List<StreamTriggerInfo>> |
STREAM_TRIGGER_INFO_LIST |
| Constructor and Description |
|---|
StreamTriggerInfo(String name) |
StreamTriggerInfo(String name,
String description,
String prefix,
long window,
boolean trim) |
StreamTriggerInfo(String name,
String description,
String prefix,
long window,
boolean trim,
List<FunctionStreamInfo> streams) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
String |
getPrefix() |
List<FunctionStreamInfo> |
getStreams() |
long |
getWindow() |
boolean |
isTrim() |
public static final Builder<List<StreamTriggerInfo>> STREAM_TRIGGER_INFO_LIST
public StreamTriggerInfo(String name, String description, String prefix, long window, boolean trim, List<FunctionStreamInfo> streams)
public StreamTriggerInfo(String name)
public String getName()
public String getDescription()
public String getPrefix()
public boolean isTrim()
public long getWindow()
public List<FunctionStreamInfo> getStreams()
Copyright © 2024. All rights reserved.