Uses of Class
org.apache.iotdb.ainode.rpc.thrift.TForecastReq
-
Uses of TForecastReq in org.apache.iotdb.ainode.rpc.thrift
Fields in org.apache.iotdb.ainode.rpc.thrift declared as TForecastReqMethods in org.apache.iotdb.ainode.rpc.thrift that return TForecastReqModifier and TypeMethodDescriptionTForecastReq.deepCopy()IAINodeRPCService.forecast_args.getReq()TForecastReq.setInputData(byte[] inputData) TForecastReq.setInputData(ByteBuffer inputData) TForecastReq.setModelId(String modelId) TForecastReq.setOptions(Map<String, String> options) TForecastReq.setOutputLength(int outputLength) Methods in org.apache.iotdb.ainode.rpc.thrift with parameters of type TForecastReqModifier and TypeMethodDescriptionintTForecastReq.compareTo(TForecastReq other) booleanTForecastReq.equals(TForecastReq that) voidIAINodeRPCService.AsyncClient.forecast(TForecastReq req, org.apache.thrift.async.AsyncMethodCallback<TForecastResp> resultHandler) voidIAINodeRPCService.AsyncIface.forecast(TForecastReq req, org.apache.thrift.async.AsyncMethodCallback<TForecastResp> resultHandler) IAINodeRPCService.Client.forecast(TForecastReq req) IAINodeRPCService.Iface.forecast(TForecastReq req) voidIAINodeRPCService.Client.send_forecast(TForecastReq req) IAINodeRPCService.forecast_args.setReq(TForecastReq req) Constructors in org.apache.iotdb.ainode.rpc.thrift with parameters of type TForecastReqModifierConstructorDescriptionforecast_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) TForecastReq(TForecastReq other) Performs a deep copy on other.