Package org.apache.iotdb.db.utils.sync
Class SyncPipeUtil
- java.lang.Object
-
- org.apache.iotdb.db.utils.sync.SyncPipeUtil
-
public class SyncPipeUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SyncPipeUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PipeparseCreatePipePlanAsPipe(CreatePipeStatement createPipeStatement, PipeSink pipeSink, long pipeCreateTime)static PipeparseCreatePipePlanAsPipe(CreatePipePlan plan, PipeSink pipeSink, long pipeCreateTime)static PipeInfoparseCreatePipePlanAsPipeInfo(CreatePipeStatement createPipeStatement, PipeSink pipeSink, long pipeCreateTime)static PipeInfoparseCreatePipePlanAsPipeInfo(CreatePipePlan plan, PipeSink pipeSink, long pipeCreateTime)static PipeSinkparseCreatePipeSinkPlan(CreatePipeSinkPlan plan)static PipeSinkparseCreatePipeSinkStatement(CreatePipeSinkStatement createPipeSinkStatement)static PipeparsePipeInfoAsPipe(PipeInfo pipeInfo, PipeSink pipeSink)parse PipeInfo ass Pipe, ignore status
-
-
-
Method Detail
-
parseCreatePipeSinkPlan
public static PipeSink parseCreatePipeSinkPlan(CreatePipeSinkPlan plan) throws PipeSinkException
- Throws:
PipeSinkException
-
parseCreatePipeSinkStatement
public static PipeSink parseCreatePipeSinkStatement(CreatePipeSinkStatement createPipeSinkStatement) throws PipeSinkException
- Throws:
PipeSinkException
-
parseCreatePipePlanAsPipe
public static Pipe parseCreatePipePlanAsPipe(CreatePipePlan plan, PipeSink pipeSink, long pipeCreateTime) throws PipeException
- Throws:
PipeException
-
parseCreatePipePlanAsPipe
public static Pipe parseCreatePipePlanAsPipe(CreatePipeStatement createPipeStatement, PipeSink pipeSink, long pipeCreateTime) throws PipeException
- Throws:
PipeException
-
parseCreatePipePlanAsPipeInfo
public static PipeInfo parseCreatePipePlanAsPipeInfo(CreatePipePlan plan, PipeSink pipeSink, long pipeCreateTime) throws PipeException
- Throws:
PipeException
-
parseCreatePipePlanAsPipeInfo
public static PipeInfo parseCreatePipePlanAsPipeInfo(CreatePipeStatement createPipeStatement, PipeSink pipeSink, long pipeCreateTime) throws PipeException
- Throws:
PipeException
-
parsePipeInfoAsPipe
public static Pipe parsePipeInfoAsPipe(PipeInfo pipeInfo, PipeSink pipeSink) throws PipeException
parse PipeInfo ass Pipe, ignore status- Throws:
PipeException
-
-