Uses of Class
org.apache.iotdb.common.rpc.thrift.TTestConnectionResult
-
Uses of TTestConnectionResult in org.apache.iotdb.common.rpc.thrift
Fields in org.apache.iotdb.common.rpc.thrift with type parameters of type TTestConnectionResultMethods in org.apache.iotdb.common.rpc.thrift that return TTestConnectionResultModifier and TypeMethodDescriptionTTestConnectionResult.deepCopy()TTestConnectionResult.setServiceProvider(TServiceProvider serviceProvider) TTestConnectionResult.setSuccess(boolean success) Methods in org.apache.iotdb.common.rpc.thrift that return types with arguments of type TTestConnectionResultModifier and TypeMethodDescriptionTTestConnectionResp.getResultList()TTestConnectionResp.getResultListIterator()Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TTestConnectionResultModifier and TypeMethodDescriptionvoidTTestConnectionResp.addToResultList(TTestConnectionResult elem) intTTestConnectionResult.compareTo(TTestConnectionResult other) booleanTTestConnectionResult.equals(TTestConnectionResult that) Method parameters in org.apache.iotdb.common.rpc.thrift with type arguments of type TTestConnectionResultModifier and TypeMethodDescriptionTTestConnectionResp.setResultList(List<TTestConnectionResult> resultList) Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TTestConnectionResultModifierConstructorDescriptionPerforms a deep copy on other.Constructor parameters in org.apache.iotdb.common.rpc.thrift with type arguments of type TTestConnectionResultModifierConstructorDescriptionTTestConnectionResp(TSStatus status, List<TTestConnectionResult> resultList)