Uses of Class
org.apache.iotdb.db.sync.sender.pipe.PipeMessage.MsgType
-
Packages that use PipeMessage.MsgType Package Description org.apache.iotdb.db.sync org.apache.iotdb.db.sync.sender.pipe -
-
Uses of PipeMessage.MsgType in org.apache.iotdb.db.sync
Methods in org.apache.iotdb.db.sync with parameters of type PipeMessage.MsgType Modifier and Type Method Description voidSyncService. receiveMsg(PipeMessage.MsgType type, java.lang.String message) -
Uses of PipeMessage.MsgType in org.apache.iotdb.db.sync.sender.pipe
Methods in org.apache.iotdb.db.sync.sender.pipe that return PipeMessage.MsgType Modifier and Type Method Description PipeMessage.MsgTypePipeMessage. getType()static PipeMessage.MsgTypePipeMessage.MsgType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PipeMessage.MsgType[]PipeMessage.MsgType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.db.sync.sender.pipe with parameters of type PipeMessage.MsgType Modifier and Type Method Description voidPipeMessage. setType(PipeMessage.MsgType type)Constructors in org.apache.iotdb.db.sync.sender.pipe with parameters of type PipeMessage.MsgType Constructor Description PipeMessage(PipeMessage.MsgType msgType, java.lang.String msg)
-