Uses of Class
org.apache.iotdb.service.rpc.thrift.TSTracingInfo
-
Packages that use TSTracingInfo Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSTracingInfo in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSTracingInfo Modifier and Type Field Description TSTracingInfoTSExecuteStatementResp. tracingInfoMethods in org.apache.iotdb.service.rpc.thrift that return TSTracingInfo Modifier and Type Method Description TSTracingInfoTSTracingInfo. deepCopy()TSTracingInfoTSExecuteStatementResp. getTracingInfo()TSTracingInfoTSTracingInfo. setActivityList(List<String> activityList)TSTracingInfoTSTracingInfo. setElapsedTimeList(List<Long> elapsedTimeList)TSTracingInfoTSTracingInfo. setOverlappedPageNum(int overlappedPageNum)TSTracingInfoTSTracingInfo. setSeqFileNum(int seqFileNum)TSTracingInfoTSTracingInfo. setSequenceChunkNum(int sequenceChunkNum)TSTracingInfoTSTracingInfo. setSequenceChunkPointNum(long sequenceChunkPointNum)TSTracingInfoTSTracingInfo. setSeriesPathNum(int seriesPathNum)TSTracingInfoTSTracingInfo. setTotalPageNum(int totalPageNum)TSTracingInfoTSTracingInfo. setUnSeqFileNum(int unSeqFileNum)TSTracingInfoTSTracingInfo. setUnsequenceChunkNum(int unsequenceChunkNum)TSTracingInfoTSTracingInfo. setUnsequenceChunkPointNum(long unsequenceChunkPointNum)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type TSTracingInfo Modifier and Type Method Description intTSTracingInfo. compareTo(TSTracingInfo other)booleanTSTracingInfo. equals(TSTracingInfo that)TSExecuteStatementRespTSExecuteStatementResp. setTracingInfo(TSTracingInfo tracingInfo)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSTracingInfo Constructor Description TSTracingInfo(TSTracingInfo other)Performs a deep copy on other.
-