public class ShowWalResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.showWal.| Constructor and Description |
|---|
ShowWalResponse()
Constructs a ShowWalResponse 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.
|
List<Long> |
getCapacities()
List of WAL capacities.
|
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.
|
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
List<Map<String,String>> |
getSettings()
List of table WAL settings.
|
List<List<Long>> |
getSizes()
List of current WAL usage.
|
List<String> |
getTableNames()
List of returned tables.
|
List<List<Long>> |
getUncommitted()
List of number of uncommitted entries.
|
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.
|
ShowWalResponse |
setCapacities(List<Long> capacities)
List of WAL capacities.
|
ShowWalResponse |
setInfo(Map<String,String> info)
Additional information.
|
ShowWalResponse |
setSettings(List<Map<String,String>> settings)
List of table WAL settings.
|
ShowWalResponse |
setSizes(List<List<Long>> sizes)
List of current WAL usage.
|
ShowWalResponse |
setTableNames(List<String> tableNames)
List of returned tables.
|
ShowWalResponse |
setUncommitted(List<List<Long>> uncommitted)
List of number of uncommitted entries.
|
String |
toString() |
public ShowWalResponse()
public static org.apache.avro.Schema getClassSchema()
public List<String> getTableNames()
tableNames.public ShowWalResponse setTableNames(List<String> tableNames)
tableNames - The new value for tableNames.this to mimic the builder pattern.public List<List<Long>> getSizes()
sizes.public ShowWalResponse setSizes(List<List<Long>> sizes)
sizes - The new value for sizes.this to mimic the builder pattern.public List<Long> getCapacities()
capacities.public ShowWalResponse setCapacities(List<Long> capacities)
capacities - The new value for capacities.this to mimic the builder pattern.public List<List<Long>> getUncommitted()
uncommitted.public ShowWalResponse setUncommitted(List<List<Long>> uncommitted)
uncommitted - The new value for uncommitted.this to mimic the builder pattern.public List<Map<String,String>> getSettings()
settings.public ShowWalResponse setSettings(List<Map<String,String>> settings)
settings - The new value for settings.this to mimic the builder pattern.public Map<String,String> getInfo()
info.public ShowWalResponse 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.