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 TSStatus Modifier and Type Field Description TSStatusTFilesResp. statusFields in org.apache.iotdb.common.rpc.thrift with type parameters of type TSStatus Modifier and Type Field Description List<TSStatus>TSStatus. subStatusMethods in org.apache.iotdb.common.rpc.thrift that return TSStatus Modifier and Type Method Description TSStatusTSStatus. deepCopy()TSStatusTFilesResp. getStatus()TSStatusTSStatus. setCode(int code)TSStatusTSStatus. setMessage(String message)TSStatusTSStatus. setRedirectNode(TEndPoint redirectNode)TSStatusTSStatus. setSubStatus(List<TSStatus> subStatus)Methods in org.apache.iotdb.common.rpc.thrift that return types with arguments of type TSStatus Modifier and Type Method Description List<TSStatus>TSStatus. getSubStatus()Iterator<TSStatus>TSStatus. getSubStatusIterator()Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TSStatus Modifier and Type Method Description voidTSStatus. addToSubStatus(TSStatus elem)intTSStatus. compareTo(TSStatus other)booleanTSStatus. equals(TSStatus that)TFilesRespTFilesResp. setStatus(TSStatus status)Method parameters in org.apache.iotdb.common.rpc.thrift with type arguments of type TSStatus Modifier and Type Method Description TSStatusTSStatus. setSubStatus(List<TSStatus> subStatus)Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TSStatus Constructor Description TFilesResp(TSStatus status, List<TFile> files)TSStatus(TSStatus other)Performs a deep copy on other.
-