Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TShowVariablesResp
-
-
Uses of TShowVariablesResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TShowVariablesResp Modifier and Type Field Description TShowVariablesRespIConfigNodeRPCService.showVariables_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TShowVariablesResp Modifier and Type Method Description TShowVariablesRespTShowVariablesResp. deepCopy()TShowVariablesRespIConfigNodeRPCService.AsyncClient.showVariables_call. getResult()TShowVariablesRespIConfigNodeRPCService.showVariables_result. getSuccess()TShowVariablesRespIConfigNodeRPCService.Client. recv_showVariables()TShowVariablesRespTShowVariablesResp. setClusterParameters(TClusterParameters clusterParameters)TShowVariablesRespTShowVariablesResp. setStatus(TSStatus status)TShowVariablesRespIConfigNodeRPCService.Client. showVariables()TShowVariablesRespIConfigNodeRPCService.Iface. showVariables()Show variables who should be consist in the same clusterMethods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TShowVariablesResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TShowVariablesResp>IConfigNodeRPCService.AsyncProcessor.showVariables. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowVariablesResp Modifier and Type Method Description intTShowVariablesResp. compareTo(TShowVariablesResp other)booleanTShowVariablesResp. equals(TShowVariablesResp that)IConfigNodeRPCService.showVariables_resultIConfigNodeRPCService.showVariables_result. setSuccess(TShowVariablesResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TShowVariablesResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. showVariables(org.apache.thrift.async.AsyncMethodCallback<TShowVariablesResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. showVariables(org.apache.thrift.async.AsyncMethodCallback<TShowVariablesResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.showVariables. start(I iface, IConfigNodeRPCService.showVariables_args args, org.apache.thrift.async.AsyncMethodCallback<TShowVariablesResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowVariablesResp Constructor Description showVariables_result(TShowVariablesResp success)TShowVariablesResp(TShowVariablesResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TShowVariablesResp Constructor Description showVariables_call(org.apache.thrift.async.AsyncMethodCallback<TShowVariablesResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-