public class ShowFilesResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.showFiles
.Modifier and Type | Class and Description |
---|---|
static class |
ShowFilesResponse.Info
A set of string constants for the
ShowFilesResponse parameter
info . |
Constructor and Description |
---|
ShowFilesResponse()
Constructs a ShowFilesResponse 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.
|
List<Long> |
getCreationTimes()
Creation time for each file, in milliseconds since epoch
|
List<String> |
getFileNames()
A listing of files in the paths specified
|
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.
|
List<Long> |
getSizes()
Size of each file, in bytes
|
List<String> |
getUsers()
User that created the file
|
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.
|
ShowFilesResponse |
setCreationTimes(List<Long> creationTimes)
Creation time for each file, in milliseconds since epoch
|
ShowFilesResponse |
setFileNames(List<String> fileNames)
A listing of files in the paths specified
|
ShowFilesResponse |
setInfo(Map<String,String> info)
Additional information.
|
ShowFilesResponse |
setSizes(List<Long> sizes)
Size of each file, in bytes
|
ShowFilesResponse |
setUsers(List<String> users)
User that created the file
|
String |
toString() |
public ShowFilesResponse()
public static org.apache.avro.Schema getClassSchema()
public List<String> getFileNames()
fileNames
.public ShowFilesResponse setFileNames(List<String> fileNames)
fileNames
- The new value for fileNames
.this
to mimic the builder pattern.public List<Long> getSizes()
sizes
.public ShowFilesResponse setSizes(List<Long> sizes)
sizes
- The new value for sizes
.this
to mimic the builder pattern.public List<String> getUsers()
users
.public ShowFilesResponse setUsers(List<String> users)
users
- The new value for users
.this
to mimic the builder pattern.public List<Long> getCreationTimes()
creationTimes
.public ShowFilesResponse setCreationTimes(List<Long> creationTimes)
creationTimes
- The new value for creationTimes
.this
to mimic the builder pattern.public Map<String,String> getInfo()
MULTIPART_UPLOADS
: JSON-encoded
information about multipart uploads in progress
info
.public ShowFilesResponse setInfo(Map<String,String> info)
MULTIPART_UPLOADS
: JSON-encoded
information about multipart uploads in progress
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.