public class CreateJobResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.createJob
.Modifier and Type | Class and Description |
---|---|
static class |
CreateJobResponse.Info
A set of string constants for the
CreateJobResponse parameter
info . |
Constructor and Description |
---|
CreateJobResponse()
Constructs a CreateJobResponse 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.
|
static org.apache.avro.Schema |
getClassSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
Map<String,String> |
getInfo()
Additional information.
|
long |
getJobId()
An identifier for the job created by this call.
|
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
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.
|
CreateJobResponse |
setInfo(Map<String,String> info)
Additional information.
|
CreateJobResponse |
setJobId(long jobId)
An identifier for the job created by this call.
|
String |
toString() |
public CreateJobResponse()
public static org.apache.avro.Schema getClassSchema()
public long getJobId()
jobId
.public CreateJobResponse setJobId(long jobId)
jobId
- The new value for jobId
.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, a unique identifier generated
internally for the job across clusters.
Map
.info
.public CreateJobResponse setInfo(Map<String,String> info)
JOB_TAG
: The job tag specified by the user
or if unspecified by user, a unique identifier generated
internally for the job across clusters.
Map
.info
- The new value for info
.this
to mimic the builder pattern.public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
public Object get(int index)
get
in interface org.apache.avro.generic.IndexedRecord
index
- the position of the field to getIndexOutOfBoundsException
public void put(int index, Object value)
put
in interface org.apache.avro.generic.IndexedRecord
index
- the position of the field to setvalue
- the value to setIndexOutOfBoundsException
Copyright © 2025. All rights reserved.