public class AdminShowJobsResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.adminShowJobs(AdminShowJobsRequest).| Modifier and Type | Class and Description |
|---|---|
static class |
AdminShowJobsResponse.Info
Additional information.
|
| Constructor and Description |
|---|
AdminShowJobsResponse()
Constructs an AdminShowJobsResponse object with default parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(int index)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
List<String> |
getAuthId() |
static org.apache.avro.Schema |
getClassSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
List<String> |
getEndpointName() |
List<String> |
getFlags() |
Map<String,String> |
getInfo() |
List<Long> |
getJobId() |
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
List<String> |
getSourceIp() |
List<String> |
getStatus() |
List<Long> |
getTimeReceived() |
List<String> |
getUserData() |
int |
hashCode() |
void |
put(int index,
Object value)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
AdminShowJobsResponse |
setAuthId(List<String> authId) |
AdminShowJobsResponse |
setEndpointName(List<String> endpointName) |
AdminShowJobsResponse |
setFlags(List<String> flags) |
AdminShowJobsResponse |
setInfo(Map<String,String> info) |
AdminShowJobsResponse |
setJobId(List<Long> jobId) |
AdminShowJobsResponse |
setSourceIp(List<String> sourceIp) |
AdminShowJobsResponse |
setStatus(List<String> status) |
AdminShowJobsResponse |
setTimeReceived(List<Long> timeReceived) |
AdminShowJobsResponse |
setUserData(List<String> userData) |
String |
toString() |
public AdminShowJobsResponse()
public static org.apache.avro.Schema getClassSchema()
public AdminShowJobsResponse setJobId(List<Long> jobId)
jobId - this to mimic the builder pattern.public AdminShowJobsResponse setStatus(List<String> status)
status - this to mimic the builder pattern.public AdminShowJobsResponse setEndpointName(List<String> endpointName)
endpointName - this to mimic the builder pattern.public AdminShowJobsResponse setTimeReceived(List<Long> timeReceived)
timeReceived - this to mimic the builder pattern.public AdminShowJobsResponse setAuthId(List<String> authId)
authId - this to mimic the builder pattern.public AdminShowJobsResponse setSourceIp(List<String> sourceIp)
sourceIp - this to mimic the builder pattern.public AdminShowJobsResponse setUserData(List<String> userData)
userData - this to mimic the builder pattern.public AdminShowJobsResponse setFlags(List<String> flags)
flags - this to mimic the builder pattern.public Map<String,String> getInfo()
JOB_TAG:
The job tag specified by the user or if unspecified by user, an
internally generated unique identifier for the job across
clusters.
WORKER_INFO: Worker job information as json
Map.public AdminShowJobsResponse setInfo(Map<String,String> info)
info - Additional information.
JOB_TAG: The job tag specified by the user or if
unspecified by user, an internally generated unique
identifier for the job across clusters.
WORKER_INFO: Worker job information as json
Map.this to mimic the builder pattern.public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainerpublic Object get(int index)
get in interface org.apache.avro.generic.IndexedRecordindex - the position of the field to getIndexOutOfBoundsExceptionpublic void put(int index,
Object value)
put in interface org.apache.avro.generic.IndexedRecordindex - the position of the field to setvalue - the value to setIndexOutOfBoundsExceptionCopyright © 2024. All rights reserved.