Uses of Class
org.apache.iotdb.db.sync.sender.pipe.Pipe.PipeStatus
-
Packages that use Pipe.PipeStatus Package Description org.apache.iotdb.db.sync.sender.pipe -
-
Uses of Pipe.PipeStatus in org.apache.iotdb.db.sync.sender.pipe
Methods in org.apache.iotdb.db.sync.sender.pipe that return Pipe.PipeStatus Modifier and Type Method Description Pipe.PipeStatusPipe. getStatus()Get the Pipe.PipeStatus of this pipe.Pipe.PipeStatusPipeInfo. getStatus()Pipe.PipeStatusTsFilePipe. getStatus()static Pipe.PipeStatusPipe.PipeStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Pipe.PipeStatus[]Pipe.PipeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.iotdb.db.sync.sender.pipe with parameters of type Pipe.PipeStatus Constructor Description PipeInfo(java.lang.String pipeName, java.lang.String pipeSinkName, Pipe.PipeStatus status, long createTime)TsFilePipeInfo(java.lang.String pipeName, java.lang.String pipeSinkName, Pipe.PipeStatus status, long createTime, long dataStartTimestamp, boolean syncDelOp)
-