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.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019