Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TShowPipeInfo
-
-
Uses of TShowPipeInfo in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift with type parameters of type TShowPipeInfo Modifier and Type Field Description List<TShowPipeInfo>TShowPipeResp. pipeInfoListMethods in org.apache.iotdb.confignode.rpc.thrift that return TShowPipeInfo Modifier and Type Method Description TShowPipeInfoTShowPipeInfo. deepCopy()TShowPipeInfoTShowPipeInfo. setCreationTime(long creationTime)TShowPipeInfoTShowPipeInfo. setExceptionMessage(String exceptionMessage)TShowPipeInfoTShowPipeInfo. setId(String id)TShowPipeInfoTShowPipeInfo. setPipeConnector(String pipeConnector)TShowPipeInfoTShowPipeInfo. setPipeExtractor(String pipeExtractor)TShowPipeInfoTShowPipeInfo. setPipeProcessor(String pipeProcessor)TShowPipeInfoTShowPipeInfo. setState(String state)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TShowPipeInfo Modifier and Type Method Description List<TShowPipeInfo>TShowPipeResp. getPipeInfoList()Iterator<TShowPipeInfo>TShowPipeResp. getPipeInfoListIterator()Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowPipeInfo Modifier and Type Method Description voidTShowPipeResp. addToPipeInfoList(TShowPipeInfo elem)intTShowPipeInfo. compareTo(TShowPipeInfo other)booleanTShowPipeInfo. equals(TShowPipeInfo that)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TShowPipeInfo Modifier and Type Method Description TShowPipeRespTShowPipeResp. setPipeInfoList(List<TShowPipeInfo> pipeInfoList)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowPipeInfo Constructor Description TShowPipeInfo(TShowPipeInfo other)Performs a deep copy on other.
-