| 程序包 | 说明 |
|---|---|
| org.apache.iotdb.db.engine.storagegroup | |
| org.apache.iotdb.db.engine.trigger.executor | |
| org.apache.iotdb.db.engine.trigger.service |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
VirtualStorageGroupProcessor.insert(InsertRowPlan insertRowPlan)
insert one row of data
|
void |
VirtualStorageGroupProcessor.insert(InsertRowsOfOneDevicePlan insertRowsOfOneDevicePlan)
insert batch of rows belongs to one device
|
void |
VirtualStorageGroupProcessor.insertTablet(InsertTabletPlan insertTabletPlan)
Insert a tablet (rows belonging to the same devices) into this storage group.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
TriggerEngine.fire(TriggerEvent event,
InsertRowPlan insertRowPlan) |
static void |
TriggerEngine.fire(TriggerEvent event,
InsertTabletPlan insertTabletPlan,
int firePosition) |
void |
TriggerExecutor.fireIfActivated(TriggerEvent event,
long[] timestamps,
Object values) |
void |
TriggerExecutor.fireIfActivated(TriggerEvent event,
long timestamp,
Object value) |
void |
TriggerExecutor.onCreate() |
void |
TriggerExecutor.onDrop() |
void |
TriggerExecutor.onStart() |
void |
TriggerExecutor.onStop() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TriggerRegistrationService.activate(StartTriggerPlan plan) |
void |
TriggerRegistrationService.register(CreateTriggerPlan plan) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.