public static class HttpMessages.JobStatus extends Object implements HttpMessages.ClientMessage
| Modifier and Type | Field and Description |
|---|---|
String |
error |
long |
id |
byte[] |
result |
JobHandle.State |
state |
| Constructor and Description |
|---|
JobStatus(long id,
JobHandle.State state,
byte[] result,
String error) |
public final long id
public final JobHandle.State state
public final byte[] result
public final String error
public JobStatus(long id,
JobHandle.State state,
byte[] result,
String error)
Copyright © 2017 Cloudera Inc. All rights reserved.