Uses of Interface
org.apache.iotdb.db.sync.sender.pipe.Pipe
-
Packages that use Pipe Package Description org.apache.iotdb.db.sync.sender.manager org.apache.iotdb.db.sync.sender.pipe org.apache.iotdb.db.sync.transport.client org.apache.iotdb.db.utils.sync -
-
Uses of Pipe in org.apache.iotdb.db.sync.sender.manager
Constructors in org.apache.iotdb.db.sync.sender.manager with parameters of type Pipe Constructor Description LocalSyncManager(DataRegion dataRegion, Pipe pipe) -
Uses of Pipe in org.apache.iotdb.db.sync.sender.pipe
Classes in org.apache.iotdb.db.sync.sender.pipe that implement Pipe Modifier and Type Class Description classTsFilePipe -
Uses of Pipe in org.apache.iotdb.db.sync.transport.client
Methods in org.apache.iotdb.db.sync.transport.client with parameters of type Pipe Modifier and Type Method Description static ISyncClientSyncClientFactory. createSyncClient(Pipe pipe, PipeSink pipeSink)Constructors in org.apache.iotdb.db.sync.transport.client with parameters of type Pipe Constructor Description IoTDBSyncClient(Pipe pipe, java.lang.String ipAddress, int port, java.lang.String localIP)SenderManager(Pipe pipe, IoTDBPipeSink pipeSink) -
Uses of Pipe in org.apache.iotdb.db.utils.sync
Methods in org.apache.iotdb.db.utils.sync that return Pipe Modifier and Type Method Description static PipeSyncPipeUtil. parseCreatePipePlanAsPipe(CreatePipeStatement createPipeStatement, PipeSink pipeSink, long pipeCreateTime)static PipeSyncPipeUtil. parseCreatePipePlanAsPipe(CreatePipePlan plan, PipeSink pipeSink, long pipeCreateTime)static PipeSyncPipeUtil. parsePipeInfoAsPipe(PipeInfo pipeInfo, PipeSink pipeSink)parse PipeInfo ass Pipe, ignore status
-