Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Docs Required, Release Notes Required
Description
It seems like execute(Object... args) is an overkill for the "basic" compute api. We agreed that we are going to support the only one input argument in the low-level API. The goal of this ticket is to refactor the existing API so that we will have:
ComputeJob<T, R>
{ R execute(ExcecutionContext ctx, T input) }The type of the I is primitive for this ticket. We are not going to think: "How do we pass complex objects?". This will be solved in following tickets.
Attachments
Attachments
Issue Links
- causes
-
IGNITE-22769 ReceiverDescriptor.argumentMarshaller is not fully supported
- Open
- relates to
-
IGNITE-22602 .NET: Use single argument in Compute API
- Resolved
- links to