Uses of Class
org.apache.iotdb.db.sync.sender.pipe.PipeMessage
-
Packages that use PipeMessage Package Description org.apache.iotdb.db.sync.common org.apache.iotdb.db.sync.common.persistence -
-
Uses of PipeMessage in org.apache.iotdb.db.sync.common
Fields in org.apache.iotdb.db.sync.common with type parameters of type PipeMessage Modifier and Type Field Description protected java.util.Map<java.lang.String,java.util.List<PipeMessage>>SyncInfo. pipeMessageMapMethods in org.apache.iotdb.db.sync.common that return PipeMessage Modifier and Type Method Description PipeMessageSyncInfo. getPipeMessage(java.lang.String pipeName, long createTime, boolean consume)read the most important message about one pipe.Methods in org.apache.iotdb.db.sync.common that return types with arguments of type PipeMessage Modifier and Type Method Description java.util.List<PipeMessage>SyncInfo. getPipeMessages(java.lang.String pipeName, long createTime, boolean consume)read recent messages about one pipeMethods in org.apache.iotdb.db.sync.common with parameters of type PipeMessage Modifier and Type Method Description org.apache.iotdb.common.rpc.thrift.TSStatusISyncInfoFetcher. recordMsg(java.lang.String pipeName, long createTime, PipeMessage pipeMessage)org.apache.iotdb.common.rpc.thrift.TSStatusLocalSyncInfoFetcher. recordMsg(java.lang.String pipeName, long createTime, PipeMessage pipeMessage)voidSyncInfo. writePipeMessage(java.lang.String pipeName, long createTime, PipeMessage message)write a single message and serialize to disk -
Uses of PipeMessage in org.apache.iotdb.db.sync.common.persistence
Methods in org.apache.iotdb.db.sync.common.persistence that return types with arguments of type PipeMessage Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<PipeMessage>>SyncLogReader. getPipeMessageMap()Methods in org.apache.iotdb.db.sync.common.persistence with parameters of type PipeMessage Modifier and Type Method Description voidSyncLogWriter. writePipeMsg(java.lang.String pipeIdentifier, PipeMessage pipeMessage)
-