Uses of Class
org.apache.iotdb.ainode.rpc.thrift.TRegisterModelResp
-
Uses of TRegisterModelResp in org.apache.iotdb.ainode.rpc.thrift
Fields in org.apache.iotdb.ainode.rpc.thrift declared as TRegisterModelRespMethods in org.apache.iotdb.ainode.rpc.thrift that return TRegisterModelRespModifier and TypeMethodDescriptionTRegisterModelResp.deepCopy()IAINodeRPCService.AsyncClient.registerModel_call.getResult()IAINodeRPCService.registerModel_result.getSuccess()IAINodeRPCService.Client.recv_registerModel()IAINodeRPCService.Client.registerModel(TRegisterModelReq req) IAINodeRPCService.Iface.registerModel(TRegisterModelReq req) TRegisterModelResp.setAttributes(String attributes) TRegisterModelResp.setConfigs(TConfigs configs) Methods in org.apache.iotdb.ainode.rpc.thrift that return types with arguments of type TRegisterModelRespModifier and TypeMethodDescriptionorg.apache.thrift.async.AsyncMethodCallback<TRegisterModelResp>IAINodeRPCService.AsyncProcessor.registerModel.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in org.apache.iotdb.ainode.rpc.thrift with parameters of type TRegisterModelRespModifier and TypeMethodDescriptionintTRegisterModelResp.compareTo(TRegisterModelResp other) booleanTRegisterModelResp.equals(TRegisterModelResp that) IAINodeRPCService.registerModel_result.setSuccess(TRegisterModelResp success) Method parameters in org.apache.iotdb.ainode.rpc.thrift with type arguments of type TRegisterModelRespModifier and TypeMethodDescriptionvoidIAINodeRPCService.AsyncClient.registerModel(TRegisterModelReq req, org.apache.thrift.async.AsyncMethodCallback<TRegisterModelResp> resultHandler) voidIAINodeRPCService.AsyncIface.registerModel(TRegisterModelReq req, org.apache.thrift.async.AsyncMethodCallback<TRegisterModelResp> resultHandler) voidIAINodeRPCService.AsyncProcessor.registerModel.start(I iface, IAINodeRPCService.registerModel_args args, org.apache.thrift.async.AsyncMethodCallback<TRegisterModelResp> resultHandler) Constructors in org.apache.iotdb.ainode.rpc.thrift with parameters of type TRegisterModelRespModifierConstructorDescriptionregisterModel_result(TRegisterModelResp success) Performs a deep copy on other.Constructor parameters in org.apache.iotdb.ainode.rpc.thrift with type arguments of type TRegisterModelRespModifierConstructorDescriptionregisterModel_call(TRegisterModelReq req, org.apache.thrift.async.AsyncMethodCallback<TRegisterModelResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)