public class ExportRecordsToFilesResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.exportRecordsToFiles.| Constructor and Description |
|---|
ExportRecordsToFilesResponse()
Constructs an ExportRecordsToFilesResponse 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 |
getCountExported()
Number of source table records exported
|
long |
getCountSkipped()
Number of source table records skipped
|
List<ByteBuffer> |
getDataBytes() |
List<String> |
getDataText() |
List<String> |
getFiles()
Names of all exported files
|
Map<String,String> |
getInfo()
Additional information
|
long |
getLastTimestamp()
Timestamp of last file scanned
|
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
String |
getTableName()
Name of source table
|
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.
|
ExportRecordsToFilesResponse |
setCountExported(long countExported)
Number of source table records exported
|
ExportRecordsToFilesResponse |
setCountSkipped(long countSkipped)
Number of source table records skipped
|
ExportRecordsToFilesResponse |
setDataBytes(List<ByteBuffer> dataBytes) |
ExportRecordsToFilesResponse |
setDataText(List<String> dataText) |
ExportRecordsToFilesResponse |
setFiles(List<String> files)
Names of all exported files
|
ExportRecordsToFilesResponse |
setInfo(Map<String,String> info)
Additional information
|
ExportRecordsToFilesResponse |
setLastTimestamp(long lastTimestamp)
Timestamp of last file scanned
|
ExportRecordsToFilesResponse |
setTableName(String tableName)
Name of source table
|
String |
toString() |
public ExportRecordsToFilesResponse()
public static org.apache.avro.Schema getClassSchema()
public String getTableName()
tableName.public ExportRecordsToFilesResponse setTableName(String tableName)
tableName - The new value for tableName.this to mimic the builder pattern.public long getCountExported()
countExported.public ExportRecordsToFilesResponse setCountExported(long countExported)
countExported - The new value for countExported.this to mimic the builder pattern.public long getCountSkipped()
countSkipped.public ExportRecordsToFilesResponse setCountSkipped(long countSkipped)
countSkipped - The new value for countSkipped.this to mimic the builder pattern.public List<String> getFiles()
files.public ExportRecordsToFilesResponse setFiles(List<String> files)
files - The new value for files.this to mimic the builder pattern.public long getLastTimestamp()
lastTimestamp.public ExportRecordsToFilesResponse setLastTimestamp(long lastTimestamp)
lastTimestamp - The new value for lastTimestamp.this to mimic the builder pattern.public ExportRecordsToFilesResponse setDataText(List<String> dataText)
dataText - The new value for dataText.this to mimic the builder pattern.public List<ByteBuffer> getDataBytes()
dataBytes.public ExportRecordsToFilesResponse setDataBytes(List<ByteBuffer> dataBytes)
dataBytes - The new value for dataBytes.this to mimic the builder pattern.public Map<String,String> getInfo()
info.public ExportRecordsToFilesResponse 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.