Uses of Interface
org.apache.iotdb.db.sync.sender.pipe.PipeSink
-
-
Uses of PipeSink in org.apache.iotdb.db.localconfignode
Methods in org.apache.iotdb.db.localconfignode that return types with arguments of type PipeSink Modifier and Type Method Description java.util.List<PipeSink>LocalConfigNode. showPipeSink(java.lang.String pipeSinkName) -
Uses of PipeSink in org.apache.iotdb.db.mpp.plan.execution.config.sys.sync
Method parameters in org.apache.iotdb.db.mpp.plan.execution.config.sys.sync with type arguments of type PipeSink Modifier and Type Method Description static voidShowPipeSinkTask. buildTSBlock(java.util.List<PipeSink> pipeSinkList, com.google.common.util.concurrent.SettableFuture<ConfigTaskResult> future) -
Uses of PipeSink in org.apache.iotdb.db.sync
Methods in org.apache.iotdb.db.sync that return PipeSink Modifier and Type Method Description PipeSinkSyncService. getPipeSink(java.lang.String name)Methods in org.apache.iotdb.db.sync that return types with arguments of type PipeSink Modifier and Type Method Description java.util.List<PipeSink>SyncService. getAllPipeSink() -
Uses of PipeSink in org.apache.iotdb.db.sync.common
Methods in org.apache.iotdb.db.sync.common that return PipeSink Modifier and Type Method Description PipeSinkISyncInfoFetcher. getPipeSink(java.lang.String name)PipeSinkLocalSyncInfoFetcher. getPipeSink(java.lang.String name)PipeSinkSyncInfo. getPipeSink(java.lang.String name)Methods in org.apache.iotdb.db.sync.common that return types with arguments of type PipeSink Modifier and Type Method Description java.util.List<PipeSink>SyncInfo. getAllPipeSink()java.util.List<PipeSink>ISyncInfoFetcher. getAllPipeSinks()java.util.List<PipeSink>LocalSyncInfoFetcher. getAllPipeSinks() -
Uses of PipeSink in org.apache.iotdb.db.sync.common.persistence
Methods in org.apache.iotdb.db.sync.common.persistence that return types with arguments of type PipeSink Modifier and Type Method Description java.util.Map<java.lang.String,PipeSink>SyncLogReader. getAllPipeSinks() -
Uses of PipeSink in org.apache.iotdb.db.sync.sender.pipe
Classes in org.apache.iotdb.db.sync.sender.pipe that implement PipeSink Modifier and Type Class Description classExternalPipeSinkclassIoTDBPipeSinkMethods in org.apache.iotdb.db.sync.sender.pipe that return PipeSink Modifier and Type Method Description static PipeSinkPipeSink.PipeSinkFactory. createPipeSink(java.lang.String type, java.lang.String name)PipeSinkPipe. getPipeSink()Get the PipeSink of this pipe.PipeSinkTsFilePipe. getPipeSink()Constructors in org.apache.iotdb.db.sync.sender.pipe with parameters of type PipeSink Constructor Description TsFilePipe(long createTime, java.lang.String name, PipeSink pipeSink, long dataStartTime, boolean syncDelOp) -
Uses of PipeSink in org.apache.iotdb.db.sync.transport.client
Methods in org.apache.iotdb.db.sync.transport.client with parameters of type PipeSink Modifier and Type Method Description static ISyncClientSyncClientFactory. createSyncClient(Pipe pipe, PipeSink pipeSink) -
Uses of PipeSink in org.apache.iotdb.db.utils.sync
Methods in org.apache.iotdb.db.utils.sync that return PipeSink Modifier and Type Method Description static PipeSinkSyncPipeUtil. parseCreatePipeSinkPlan(CreatePipeSinkPlan plan)static PipeSinkSyncPipeUtil. parseCreatePipeSinkStatement(CreatePipeSinkStatement createPipeSinkStatement)Methods in org.apache.iotdb.db.utils.sync with parameters of type PipeSink 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
-