| Constructor and Description |
|---|
TriggerExample() |
| Modifier and Type | Method and Description |
|---|---|
double[] |
fire(long[] timestamps,
double[] values,
org.apache.iotdb.commons.path.PartialPath path) |
java.lang.Double |
fire(long timestamp,
java.lang.Double value,
org.apache.iotdb.commons.path.PartialPath path) |
void |
onCreate(TriggerAttributes attributes) |
void |
onDrop() |
void |
onStart() |
void |
onStop() |
public void onCreate(TriggerAttributes attributes) throws java.lang.Exception
public void onDrop()
throws java.lang.Exception
public void onStart()
throws java.lang.Exception
public void onStop()
throws java.lang.Exception
public java.lang.Double fire(long timestamp,
java.lang.Double value,
org.apache.iotdb.commons.path.PartialPath path)
throws java.lang.Exception
Copyright © 2022 The Apache Software Foundation. All rights reserved.