Enum JobExecutorType
Job executor type.
public enum JobExecutorType
Fields
DotNetSidecar = 1
Side-car .NET job executor. Executes .NET jobs in a separate process.
Starts the process on demand. Requires .NET runtime to be installed.
JavaEmbedded = 0
Embedded Java job executor. Executes Java jobs in the same process and JVM where the Ignite node is running.