Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Marshaller class has Ignite property, which is used everywhere as a convenient accessor.
With thin client we don't have an Ignite instance (IgniteClient is there instead).
Also, Marshaller itself only needs Ignite.BinaryProcessor, which is also tied to JNI.
So the plan is:
- Add IBinaryProcessor interface
- Replace Marshaller.Ignite with Marshaller.BinaryProcessor
- Fix external Marshaller.Ignite usages in some way
Attachments
Issue Links
- Is contained by
-
IGNITE-5896 Thin client protocol
- Resolved
- links to