public class InsertRecordsFromPayloadResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.insertRecordsFromPayload.| Constructor and Description |
|---|
InsertRecordsFromPayloadResponse()
Constructs an InsertRecordsFromPayloadResponse 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.
|
||
long |
getCountInserted()
Number of records inserted into the target table.
|
||
long |
getCountSkipped()
Number of records skipped, when not running in
ABORT
error handling mode. |
||
long |
getCountUpdated()
[Not yet implemented] Number of records updated within the target
table.
|
||
Map<String,String> |
getInfo()
Additional information.
|
||
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
||
String |
getTableName()
Value of
tableName. |
||
String |
getTypeDefinition()
A JSON string describing the columns of the target table
|
||
String |
getTypeId()
ID of the currently registered table structure
StringgetTypeLabel()
The user-defined description associated with the target table's
structure
| ||
Map<String,List<String>> |
getTypeProperties()
A mapping of each target table column name to an array of column
properties associated with that column
|
||
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.
|
||
InsertRecordsFromPayloadResponse |
setCountInserted(long countInserted)
Number of records inserted into the target table.
|
||
InsertRecordsFromPayloadResponse |
setCountSkipped(long countSkipped)
Number of records skipped, when not running in
ABORT
error handling mode. |
||
InsertRecordsFromPayloadResponse |
setCountUpdated(long countUpdated)
[Not yet implemented] Number of records updated within the target
table.
|
||
InsertRecordsFromPayloadResponse |
setInfo(Map<String,String> info)
Additional information.
|
||
InsertRecordsFromPayloadResponse |
setTableName(String tableName)
Value of
tableName. |
||
InsertRecordsFromPayloadResponse |
setTypeDefinition(String typeDefinition)
A JSON string describing the columns of the target table
|
||
InsertRecordsFromPayloadResponse |
setTypeId(String typeId)
ID of the currently registered table structure
InsertRecordsFromPayloadResponsesetTypeLabel(String typeLabel)
The user-defined description associated with the target table's
structure
| ||
InsertRecordsFromPayloadResponse |
setTypeProperties(Map<String,List<String>> typeProperties)
A mapping of each target table column name to an array of column
properties associated with that column
|
||
String |
toString() |
public InsertRecordsFromPayloadResponse()
public static org.apache.avro.Schema getClassSchema()
public String getTableName()
tableName.tableName.public InsertRecordsFromPayloadResponse setTableName(String tableName)
tableName.tableName - The new value for tableName.this to mimic the builder pattern.public String getTypeId()
typeId.public InsertRecordsFromPayloadResponse setTypeId(String typeId)
typeId - The new value for typeId.this to mimic the builder pattern.public String getTypeDefinition()
typeDefinition.public InsertRecordsFromPayloadResponse setTypeDefinition(String typeDefinition)
typeDefinition - The new value for typeDefinition.this to mimic the builder pattern.public String getTypeLabel()
typeLabel.public InsertRecordsFromPayloadResponse setTypeLabel(String typeLabel)
typeLabel - The new value for typeLabel.this to mimic the builder pattern.public Map<String,List<String>> getTypeProperties()
typeProperties.public InsertRecordsFromPayloadResponse setTypeProperties(Map<String,List<String>> typeProperties)
typeProperties - The new value for typeProperties.this to mimic the builder pattern.public long getCountInserted()
countInserted.public InsertRecordsFromPayloadResponse setCountInserted(long countInserted)
countInserted - The new value for countInserted.this to mimic the builder pattern.public long getCountSkipped()
ABORT
error handling mode.countSkipped.public InsertRecordsFromPayloadResponse setCountSkipped(long countSkipped)
ABORT
error handling mode.countSkipped - The new value for countSkipped.this to mimic the builder pattern.public long getCountUpdated()
countUpdated.public InsertRecordsFromPayloadResponse setCountUpdated(long countUpdated)
countUpdated - The new value for countUpdated.this to mimic the builder pattern.public Map<String,String> getInfo()
info.public InsertRecordsFromPayloadResponse setInfo(Map<String,String> info)
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.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 © 2025. All rights reserved.