ignite
ignite copied to clipboard
IGNITE-25769 ComputeTaskContinuousMapper in Ignite.NET
PR Highlights
- No documentation changes are needed, as the only description of this functionality on the official documentation site also applies to the new .NET API.
- New example
examples/Thick/Compute/Streaming/Program.csis a .NET version of the existing ComputeContinuousMapperExample.java - I chose to enhance the existing .NET
ComputeTaskSessionand its Java counterpartPlatformComputeTaskSessionto support the continuous mapper API, rather than creating separate implementations for Java and .NET. The reason is that a separate mapper implementation would require adding a second object argument to theinLongLongLongObjectOutLongcallback, which I wanted to avoid
Quality Gate passed
Issues
1 New issue
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code