Uses of Class
org.apache.iotdb.common.rpc.thrift.TSStatus
-
Uses of TSStatus in org.apache.iotdb.common.rpc.thrift
Fields in org.apache.iotdb.common.rpc.thrift declared as TSStatusModifier and TypeFieldDescriptionTFilesResp.statusTShowConfigurationResp.statusTShowConfigurationTemplateResp.statusTTestConnectionResp.statusFields in org.apache.iotdb.common.rpc.thrift with type parameters of type TSStatusMethods in org.apache.iotdb.common.rpc.thrift that return TSStatusModifier and TypeMethodDescriptionTSStatus.deepCopy()TFilesResp.getStatus()TShowConfigurationResp.getStatus()TShowConfigurationTemplateResp.getStatus()TTestConnectionResp.getStatus()TSStatus.setCode(int code) TSStatus.setMessage(String message) TSStatus.setNeedRetry(boolean needRetry) TSStatus.setRedirectNode(TEndPoint redirectNode) TSStatus.setSubStatus(List<TSStatus> subStatus) Methods in org.apache.iotdb.common.rpc.thrift that return types with arguments of type TSStatusMethods in org.apache.iotdb.common.rpc.thrift with parameters of type TSStatusMethod parameters in org.apache.iotdb.common.rpc.thrift with type arguments of type TSStatusConstructors in org.apache.iotdb.common.rpc.thrift with parameters of type TSStatusModifierConstructorDescriptionTFilesResp(TSStatus status, List<TFile> files) TShowConfigurationResp(TSStatus status, String content) TShowConfigurationTemplateResp(TSStatus status, String content) Performs a deep copy on other.TTestConnectionResp(TSStatus status, List<TTestConnectionResult> resultList)