public class ShowDirectoriesResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.showDirectories
.Constructor and Description |
---|
ShowDirectoriesResponse()
Constructs a ShowDirectoriesResponse 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()
The creation time for each directory in milliseconds since epoch, for
the respective directories in
directories |
List<Long> |
getDataLimits()
The data limit for each directory in bytes, for the respective
directories in
directories |
List<Long> |
getDataUsages()
The data usage each directory in bytes, for the respective directories
in
directories |
List<String> |
getDirectories()
KiFS directory names
|
Map<String,String> |
getInfo()
Additional information.
|
List<String> |
getPermissions()
Highest level of permission the calling user has for the respective
directories in
directories . |
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
List<String> |
getUsers()
User that created each directory for the respective directories in
directories |
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.
|
ShowDirectoriesResponse |
setCreationTimes(List<Long> creationTimes)
The creation time for each directory in milliseconds since epoch, for
the respective directories in
directories |
ShowDirectoriesResponse |
setDataLimits(List<Long> dataLimits)
The data limit for each directory in bytes, for the respective
directories in
directories |
ShowDirectoriesResponse |
setDataUsages(List<Long> dataUsages)
The data usage each directory in bytes, for the respective directories
in
directories |
ShowDirectoriesResponse |
setDirectories(List<String> directories)
KiFS directory names
|
ShowDirectoriesResponse |
setInfo(Map<String,String> info)
Additional information.
|
ShowDirectoriesResponse |
setPermissions(List<String> permissions)
Highest level of permission the calling user has for the respective
directories in
directories . |
ShowDirectoriesResponse |
setUsers(List<String> users)
User that created each directory for the respective directories in
directories |
String |
toString() |
public ShowDirectoriesResponse()
public static org.apache.avro.Schema getClassSchema()
public List<String> getDirectories()
directories
.public ShowDirectoriesResponse setDirectories(List<String> directories)
directories
- The new value for directories
.this
to mimic the builder pattern.public List<String> getUsers()
directories
users
.public ShowDirectoriesResponse setUsers(List<String> users)
directories
users
- The new value for users
.this
to mimic the builder pattern.public List<Long> getCreationTimes()
directories
creationTimes
.public ShowDirectoriesResponse setCreationTimes(List<Long> creationTimes)
directories
creationTimes
- The new value for creationTimes
.this
to mimic the builder pattern.public List<Long> getDataUsages()
directories
dataUsages
.public ShowDirectoriesResponse setDataUsages(List<Long> dataUsages)
directories
dataUsages
- The new value for dataUsages
.this
to mimic the builder pattern.public List<Long> getDataLimits()
directories
dataLimits
.public ShowDirectoriesResponse setDataLimits(List<Long> dataLimits)
directories
dataLimits
- The new value for dataLimits
.this
to mimic the builder pattern.public List<String> getPermissions()
directories
. Will be empty if
no permissions. If a user has been granted both read and write
permissions, 'directory_write' will be listed.permissions
.public ShowDirectoriesResponse setPermissions(List<String> permissions)
directories
. Will be empty if
no permissions. If a user has been granted both read and write
permissions, 'directory_write' will be listed.permissions
- The new value for permissions
.this
to mimic the builder pattern.public Map<String,String> getInfo()
info
.public ShowDirectoriesResponse 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.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.