Uses of Class
org.apache.iotdb.commons.sync.pipe.PipeStatus
-
Packages that use PipeStatus Package Description org.apache.iotdb.commons.exception.sync org.apache.iotdb.commons.sync.metadata org.apache.iotdb.commons.sync.pipe -
-
Uses of PipeStatus in org.apache.iotdb.commons.exception.sync
Constructors in org.apache.iotdb.commons.exception.sync with parameters of type PipeStatus Constructor Description PipeAlreadyExistException(java.lang.String pipeName, PipeStatus status) -
Uses of PipeStatus in org.apache.iotdb.commons.sync.metadata
Methods in org.apache.iotdb.commons.sync.metadata with parameters of type PipeStatus Modifier and Type Method Description voidSyncMetadata. setPipeStatus(java.lang.String pipeName, PipeStatus status) -
Uses of PipeStatus in org.apache.iotdb.commons.sync.pipe
Fields in org.apache.iotdb.commons.sync.pipe declared as PipeStatus Modifier and Type Field Description protected PipeStatusPipeInfo. statusMethods in org.apache.iotdb.commons.sync.pipe that return PipeStatus Modifier and Type Method Description static PipeStatusPipeStatus. getPipeStatus(byte type)PipeStatusPipeInfo. getStatus()static PipeStatusPipeStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PipeStatus[]PipeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.commons.sync.pipe with parameters of type PipeStatus Modifier and Type Method Description voidPipeInfo. setStatus(PipeStatus status)Constructors in org.apache.iotdb.commons.sync.pipe with parameters of type PipeStatus Constructor Description PipeInfo(java.lang.String pipeName, java.lang.String pipeSinkName, PipeStatus status, long createTime)TsFilePipeInfo(java.lang.String pipeName, java.lang.String pipeSinkName, PipeStatus status, long createTime, long dataStartTimestamp, boolean syncDelOp)
-