Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TSystemConfigurationResp
-
-
Uses of TSystemConfigurationResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TSystemConfigurationResp Modifier and Type Field Description TSystemConfigurationRespIConfigNodeRPCService.getSystemConfiguration_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TSystemConfigurationResp Modifier and Type Method Description TSystemConfigurationRespTSystemConfigurationResp. deepCopy()TSystemConfigurationRespIConfigNodeRPCService.AsyncClient.getSystemConfiguration_call. getResult()TSystemConfigurationRespIConfigNodeRPCService.getSystemConfiguration_result. getSuccess()TSystemConfigurationRespIConfigNodeRPCService.Client. getSystemConfiguration()TSystemConfigurationRespIConfigNodeRPCService.Iface. getSystemConfiguration()Get system configurations.TSystemConfigurationRespIConfigNodeRPCService.Client. recv_getSystemConfiguration()TSystemConfigurationRespTSystemConfigurationResp. setCqConfig(TCQConfig cqConfig)TSystemConfigurationRespTSystemConfigurationResp. setGlobalConfig(TGlobalConfig globalConfig)TSystemConfigurationRespTSystemConfigurationResp. setRatisConfig(TRatisConfig ratisConfig)TSystemConfigurationRespTSystemConfigurationResp. setStatus(TSStatus status)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TSystemConfigurationResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TSystemConfigurationResp>IConfigNodeRPCService.AsyncProcessor.getSystemConfiguration. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TSystemConfigurationResp Modifier and Type Method Description intTSystemConfigurationResp. compareTo(TSystemConfigurationResp other)booleanTSystemConfigurationResp. equals(TSystemConfigurationResp that)IConfigNodeRPCService.getSystemConfiguration_resultIConfigNodeRPCService.getSystemConfiguration_result. setSuccess(TSystemConfigurationResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TSystemConfigurationResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. getSystemConfiguration(org.apache.thrift.async.AsyncMethodCallback<TSystemConfigurationResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getSystemConfiguration(org.apache.thrift.async.AsyncMethodCallback<TSystemConfigurationResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getSystemConfiguration. start(I iface, IConfigNodeRPCService.getSystemConfiguration_args args, org.apache.thrift.async.AsyncMethodCallback<TSystemConfigurationResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TSystemConfigurationResp Constructor Description getSystemConfiguration_result(TSystemConfigurationResp success)TSystemConfigurationResp(TSystemConfigurationResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TSystemConfigurationResp Constructor Description getSystemConfiguration_call(org.apache.thrift.async.AsyncMethodCallback<TSystemConfigurationResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-