public interface Trigger
| 限定符和类型 | 方法和说明 |
|---|---|
default Binary[] |
fire(long[] timestamps,
Binary[] values) |
default boolean[] |
fire(long[] timestamps,
boolean[] values) |
default double[] |
fire(long[] timestamps,
double[] values) |
default float[] |
fire(long[] timestamps,
float[] values) |
default int[] |
fire(long[] timestamps,
int[] values) |
default long[] |
fire(long[] timestamps,
long[] values) |
default Binary |
fire(long timestamp,
Binary value) |
default Boolean |
fire(long timestamp,
Boolean value) |
default Double |
fire(long timestamp,
Double value) |
default Float |
fire(long timestamp,
Float value) |
default Integer |
fire(long timestamp,
Integer value) |
default Long |
fire(long timestamp,
Long value) |
default void |
onCreate(TriggerAttributes attributes) |
default void |
onDrop() |
default void |
onStart() |
default void |
onStop() |
default void onCreate(TriggerAttributes attributes) throws Exception
ExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.