Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

That is the basis to implement the integration of the Java Sandbox with AIApache Ignite.

The main unit of the Ignite Sandbox is the IgniteSandbox interface, accessed through IgniteSecurity.
Users for this interface are components that can run a user-defined code. To run a user-defined code with restrictions,
they have to pass it to one of the IgniteSandbox.execute methods.

...