Class LocalIoTDBHandler
- java.lang.Object
-
- org.apache.iotdb.db.engine.trigger.sink.local.LocalIoTDBHandler
-
- All Implemented Interfaces:
Handler<LocalIoTDBConfiguration,LocalIoTDBEvent>
public class LocalIoTDBHandler extends java.lang.Object implements Handler<LocalIoTDBConfiguration,LocalIoTDBEvent>
-
-
Constructor Summary
Constructors Constructor Description LocalIoTDBHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonEvent(LocalIoTDBEvent event)voidopen(LocalIoTDBConfiguration configuration)
-
-
-
Method Detail
-
open
public void open(LocalIoTDBConfiguration configuration) throws java.lang.Exception
- Specified by:
openin interfaceHandler<LocalIoTDBConfiguration,LocalIoTDBEvent>- Throws:
java.lang.Exception
-
onEvent
public void onEvent(LocalIoTDBEvent event) throws QueryProcessException, StorageEngineException, StorageGroupNotSetException
- Specified by:
onEventin interfaceHandler<LocalIoTDBConfiguration,LocalIoTDBEvent>- Throws:
QueryProcessExceptionStorageEngineExceptionStorageGroupNotSetException
-
-