public class ShowTablesByTypeRequest extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.showTablesByType
.
Gets names of the tables whose type matches the given criteria. Each table has a particular type. This type comprises the schema and properties of the table and sometimes a type label. This function allows a look up of the existing tables based on full or partial type information. The operation is synchronous.
Constructor and Description |
---|
ShowTablesByTypeRequest()
Constructs a ShowTablesByTypeRequest object with default parameters.
|
ShowTablesByTypeRequest(String typeId,
String label,
Map<String,String> options)
Constructs a ShowTablesByTypeRequest object with the specified
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.
|
String |
getLabel()
Optional user supplied label which can be used instead of the type_id to
retrieve all tables with the given label.
|
Map<String,String> |
getOptions()
Optional parameters.
|
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
String |
getTypeId()
Type id returned by a call to
GPUdb.createType . |
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.
|
ShowTablesByTypeRequest |
setLabel(String label)
Optional user supplied label which can be used instead of the type_id to
retrieve all tables with the given label.
|
ShowTablesByTypeRequest |
setOptions(Map<String,String> options)
Optional parameters.
|
ShowTablesByTypeRequest |
setTypeId(String typeId)
Type id returned by a call to
GPUdb.createType . |
String |
toString() |
public ShowTablesByTypeRequest()
public ShowTablesByTypeRequest(String typeId, String label, Map<String,String> options)
typeId
- Type id returned by a call to GPUdb.createType
.label
- Optional user supplied label which can be used instead of
the type_id to retrieve all tables with the given label.options
- Optional parameters. The default value is an empty
Map
.public static org.apache.avro.Schema getClassSchema()
public String getTypeId()
GPUdb.createType
.typeId
.public ShowTablesByTypeRequest setTypeId(String typeId)
GPUdb.createType
.typeId
- The new value for typeId
.this
to mimic the builder pattern.public String getLabel()
label
.public ShowTablesByTypeRequest setLabel(String label)
label
- The new value for label
.this
to mimic the builder pattern.public Map<String,String> getOptions()
Map
.options
.public ShowTablesByTypeRequest setOptions(Map<String,String> options)
Map
.options
- The new value for options
.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.