public class IgniteTask extends Object
Modifier and Type | Field and Description |
---|---|
double |
cpuCores |
double |
disk |
String |
host |
double |
mem |
Constructor and Description |
---|
IgniteTask(String host,
double cpuCores,
double mem,
double disk)
Ignite launched task.
|
Modifier and Type | Method and Description |
---|---|
double |
cpuCores() |
double |
disk() |
String |
host() |
double |
mem() |
String |
toString() |
public final String host
public final double cpuCores
public final double mem
public final double disk
public IgniteTask(String host, double cpuCores, double mem, double disk)
host
- Host.cpuCores
- Cpu cores count.mem
- Memory.disk
- Disk.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024