Mikhail Pochatkin created IGNITE-20841:
------------------------------------------

             Summary: Introduce Compute Job status internal layer
                 Key: IGNITE-20841
                 URL: https://issues.apache.org/jira/browse/IGNITE-20841
             Project: Ignite
          Issue Type: Improvement
          Components: compute
            Reporter: Mikhail Pochatkin


Each not-finished Compute Job should provide their current status. This ticket 
require only internal API layer. The structure of status class should be follow
{code:java}
public class JobStatus {    
    private final UUID id;
    private JobState state;
    private String ownership;
    private Instant createTime;        
    private Instant startTime;        
    private Instant finishTime;
} {code}
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to