Uses of Class
org.apache.iotdb.db.sync.pipedata.PipeData
-
Packages that use PipeData Package Description org.apache.iotdb.db.sync.pipedata org.apache.iotdb.db.sync.pipedata.queue org.apache.iotdb.db.sync.sender.pipe org.apache.iotdb.db.sync.transport.client -
-
Uses of PipeData in org.apache.iotdb.db.sync.pipedata
Subclasses of PipeData in org.apache.iotdb.db.sync.pipedata Modifier and Type Class Description classDeletionPipeDataclassSchemaPipeDataclassTsFilePipeDataMethods in org.apache.iotdb.db.sync.pipedata that return PipeData Modifier and Type Method Description static PipeDataPipeData. createPipeData(byte[] bytes)static PipeDataPipeData. createPipeData(java.io.DataInputStream stream) -
Uses of PipeData in org.apache.iotdb.db.sync.pipedata.queue
Methods in org.apache.iotdb.db.sync.pipedata.queue that return PipeData Modifier and Type Method Description PipeDataBufferedPipeDataQueue. take()PipeDataPipeDataQueue. take()Methods in org.apache.iotdb.db.sync.pipedata.queue that return types with arguments of type PipeData Modifier and Type Method Description static java.util.List<PipeData>BufferedPipeDataQueue. parsePipeLog(java.io.File file)java.util.List<PipeData>BufferedPipeDataQueue. pull(long serialNumber)java.util.List<PipeData>PipeDataQueue. pull(long serialNumber)Methods in org.apache.iotdb.db.sync.pipedata.queue with parameters of type PipeData Modifier and Type Method Description booleanBufferedPipeDataQueue. offer(PipeData pipeData)inputbooleanPipeDataQueue. offer(PipeData data) -
Uses of PipeData in org.apache.iotdb.db.sync.sender.pipe
Methods in org.apache.iotdb.db.sync.sender.pipe that return PipeData Modifier and Type Method Description PipeDataPipe. take()Used for ISyncClient to take one PipeData from this pipe.PipeDataTsFilePipe. take()transport data *Methods in org.apache.iotdb.db.sync.sender.pipe that return types with arguments of type PipeData Modifier and Type Method Description java.util.List<PipeData>TsFilePipe. pull(long serialNumber) -
Uses of PipeData in org.apache.iotdb.db.sync.transport.client
Methods in org.apache.iotdb.db.sync.transport.client with parameters of type PipeData Modifier and Type Method Description booleanIoTDBSyncClient. send(PipeData pipeData)SendPipeDatato receiver and load.booleanISyncClient. send(PipeData pipeData)SendPipeDatato receiver and load.
-