Uses of Class
org.apache.ignite.spi.systemview.view.ComputeJobView.ComputeJobState
-
Packages that use ComputeJobView.ComputeJobState Package Description org.apache.ignite.spi.systemview.view ContainsSystemView
clases that exists in Ignite. -
-
Uses of ComputeJobView.ComputeJobState in org.apache.ignite.spi.systemview.view
Methods in org.apache.ignite.spi.systemview.view that return ComputeJobView.ComputeJobState Modifier and Type Method Description ComputeJobView.ComputeJobState
ComputeJobView. state()
static ComputeJobView.ComputeJobState
ComputeJobView.ComputeJobState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ComputeJobView.ComputeJobState[]
ComputeJobView.ComputeJobState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.ignite.spi.systemview.view with parameters of type ComputeJobView.ComputeJobState Constructor Description ComputeJobView(IgniteUuid id, org.apache.ignite.internal.processors.job.GridJobWorker job, ComputeJobView.ComputeJobState state)
-