Namespace Apache.Ignite.Core.Interop
Classes
JavaObject
Represents a Java object wrapper.
JavaObject can be converted to Ignite filters and predicates which can be used on non-.NET Ignite nodes.
Workflow is as follows: Instantiate specified Java class; Set property values; If the resulting object implements PlatformJavaObjectFactory, call create() method and use the result, otherwise use the original object.
Interfaces
IPlatformTarget
Interface to interoperate with org.apache.ignite.internal.processors.platform.PlatformTarget on Java side.