Uses of Class
org.apache.iotdb.ainode.rpc.thrift.TForecastResp
-
Uses of TForecastResp in org.apache.iotdb.ainode.rpc.thrift
Fields in org.apache.iotdb.ainode.rpc.thrift declared as TForecastRespMethods in org.apache.iotdb.ainode.rpc.thrift that return TForecastRespModifier and TypeMethodDescriptionTForecastResp.deepCopy()IAINodeRPCService.Client.forecast(TForecastReq req) IAINodeRPCService.Iface.forecast(TForecastReq req) IAINodeRPCService.AsyncClient.forecast_call.getResult()IAINodeRPCService.forecast_result.getSuccess()IAINodeRPCService.Client.recv_forecast()TForecastResp.setForecastResult(byte[] forecastResult) TForecastResp.setForecastResult(ByteBuffer forecastResult) Methods in org.apache.iotdb.ainode.rpc.thrift that return types with arguments of type TForecastRespModifier and TypeMethodDescriptionorg.apache.thrift.async.AsyncMethodCallback<TForecastResp>IAINodeRPCService.AsyncProcessor.forecast.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in org.apache.iotdb.ainode.rpc.thrift with parameters of type TForecastRespModifier and TypeMethodDescriptionintTForecastResp.compareTo(TForecastResp other) booleanTForecastResp.equals(TForecastResp that) IAINodeRPCService.forecast_result.setSuccess(TForecastResp success) Method parameters in org.apache.iotdb.ainode.rpc.thrift with type arguments of type TForecastRespModifier and TypeMethodDescriptionvoidIAINodeRPCService.AsyncClient.forecast(TForecastReq req, org.apache.thrift.async.AsyncMethodCallback<TForecastResp> resultHandler) voidIAINodeRPCService.AsyncIface.forecast(TForecastReq req, org.apache.thrift.async.AsyncMethodCallback<TForecastResp> resultHandler) voidIAINodeRPCService.AsyncProcessor.forecast.start(I iface, IAINodeRPCService.forecast_args args, org.apache.thrift.async.AsyncMethodCallback<TForecastResp> resultHandler) Constructors in org.apache.iotdb.ainode.rpc.thrift with parameters of type TForecastRespModifierConstructorDescriptionforecast_result(TForecastResp success) TForecastResp(TForecastResp other) Performs a deep copy on other.Constructor parameters in org.apache.iotdb.ainode.rpc.thrift with type arguments of type TForecastRespModifierConstructorDescriptionforecast_call(TForecastReq req, org.apache.thrift.async.AsyncMethodCallback<TForecastResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)