public class NativeProcessManager extends ProcessManagerWrapper<LongRunningProcess,NativeProcess>
| Constructor and Description |
|---|
NativeProcessManager(Ignite ignite)
Constructs a new native process manager.
|
NativeProcessManager(ProcessManager<LongRunningProcess> delegate)
Constructs a new native process manager.
|
| Modifier and Type | Method and Description |
|---|---|
protected LongRunningProcess |
transformSpecification(NativeProcess spec)
Transforms accepted process specification into process specification delegate working with.
|
clear, ping, start, stoppublic NativeProcessManager(Ignite ignite)
ignite - Ignite instance.public NativeProcessManager(ProcessManager<LongRunningProcess> delegate)
delegate - Delegate.protected LongRunningProcess transformSpecification(NativeProcess spec)
transformSpecification in class ProcessManagerWrapper<LongRunningProcess,NativeProcess>spec - Accepted process specification.
GridGain In-Memory Computing Platform : ver. 8.9.15 Release Date : December 3 2024