Uses of Class
org.apache.iotdb.db.exception.sync.PipeException
-
Packages that use PipeException Package Description org.apache.iotdb.db.sync org.apache.iotdb.db.sync.common org.apache.iotdb.db.sync.sender.pipe org.apache.iotdb.db.utils.sync -
-
Uses of PipeException in org.apache.iotdb.db.sync
Methods in org.apache.iotdb.db.sync that throw PipeException Modifier and Type Method Description voidSyncService. addPipe(CreatePipeStatement statement)voidSyncService. addPipe(CreatePipePlan plan)voidSyncService. dropPipe(java.lang.String pipeName)voidSyncService. startPipe(java.lang.String pipeName)voidSyncService. stopPipe(java.lang.String pipeName) -
Uses of PipeException in org.apache.iotdb.db.sync.common
Methods in org.apache.iotdb.db.sync.common that throw PipeException Modifier and Type Method Description voidSyncInfo. addPipe(CreatePipeStatement createPipeStatement, long createTime)voidSyncInfo. addPipe(CreatePipePlan plan, long createTime)voidSyncInfo. operatePipe(java.lang.String pipeName, StatementType statementType) -
Uses of PipeException in org.apache.iotdb.db.sync.sender.pipe
Methods in org.apache.iotdb.db.sync.sender.pipe that throw PipeException Modifier and Type Method Description voidPipe. close()Close this pipe, stop collecting data from IoTDB, but do not delete information about this pipe on disk.voidTsFilePipe. close()voidPipe. drop()Drop this pipe, delete all information about this pipe on disk.voidTsFilePipe. drop()voidPipe. start()Start this pipe, so it can collect data from IoTDB continuously.voidTsFilePipe. start()voidPipe. stop()Stop this pipe, but it will not stop collecting data from IoTDB.voidTsFilePipe. stop() -
Uses of PipeException in org.apache.iotdb.db.utils.sync
Methods in org.apache.iotdb.db.utils.sync that throw PipeException Modifier and Type Method Description static PipeSyncPipeUtil. parseCreatePipePlanAsPipe(CreatePipeStatement createPipeStatement, PipeSink pipeSink, long pipeCreateTime)static PipeSyncPipeUtil. parseCreatePipePlanAsPipe(CreatePipePlan plan, PipeSink pipeSink, long pipeCreateTime)static PipeInfoSyncPipeUtil. parseCreatePipePlanAsPipeInfo(CreatePipeStatement createPipeStatement, PipeSink pipeSink, long pipeCreateTime)static PipeInfoSyncPipeUtil. parseCreatePipePlanAsPipeInfo(CreatePipePlan plan, PipeSink pipeSink, long pipeCreateTime)static PipeSyncPipeUtil. parsePipeInfoAsPipe(PipeInfo pipeInfo, PipeSink pipeSink)parse PipeInfo ass Pipe, ignore status
-