Package com.gpudb.protocol
Class ShowWalResponse
java.lang.Object
com.gpudb.protocol.ShowWalResponse
All Implemented Interfaces:
org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecordA set of results returned by
GPUdb.showWal.Constructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionbooleanget(int index) This method supports the Avro framework and is not intended to be called directly by the user.List of WAL capacities.static org.apache.avro.SchemaThis method supports the Avro framework and is not intended to be called directly by the user.getInfo()Additional information.org.apache.avro.SchemaThis method supports the Avro framework and is not intended to be called directly by the user.List of table WAL settings.getSizes()List of current WAL usage.List of returned tables.List of number of uncommitted entries.inthashCode()voidThis method supports the Avro framework and is not intended to be called directly by the user.setCapacities(List<Long> capacities) List of WAL capacities.Additional information.setSettings(List<Map<String, String>> settings) List of table WAL settings.List of current WAL usage.setTableNames(List<String> tableNames) List of returned tables.setUncommitted(List<List<Long>> uncommitted) List of number of uncommitted entries.toString()
Method Details
getClassSchema
public static org.apache.avro.Schema getClassSchema()This method supports the Avro framework and is not intended to be called directly by the user.Returns:The schema for the class.setTableNames
List of returned tables.Parameters:tableNames- The new value fortableNames.Returns:thisto mimic the builder pattern.setSizes
List of current WAL usage.Parameters:sizes- The new value forsizes.Returns:thisto mimic the builder pattern.setCapacities
List of WAL capacities.Parameters:capacities- The new value forcapacities.Returns:thisto mimic the builder pattern.setUncommitted
List of number of uncommitted entries.Parameters:uncommitted- The new value foruncommitted.Returns:thisto mimic the builder pattern.setInfo
Additional information.Parameters:info- The new value forinfo.Returns:thisto mimic the builder pattern.getSchema
public org.apache.avro.Schema getSchema()This method supports the Avro framework and is not intended to be called directly by the user.Specified by:getSchemain interfaceorg.apache.avro.generic.GenericContainerReturns:The schema object describing this class.get
This method supports the Avro framework and is not intended to be called directly by the user.Specified by:getin interfaceorg.apache.avro.generic.IndexedRecordParameters:index- the position of the field to getReturns:value of the field with the given index.Throws:put
This method supports the Avro framework and is not intended to be called directly by the user.Specified by:putin interfaceorg.apache.avro.generic.IndexedRecordParameters:index- the position of the field to setvalue- the value to setThrows: