public class ShowTablesByTypeRequest extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.showTablesByType(ShowTablesByTypeRequest).
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() |
Map<String,String> |
getOptions() |
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
String |
getTypeId() |
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) |
ShowTablesByTypeRequest |
setOptions(Map<String,String> options) |
ShowTablesByTypeRequest |
setTypeId(String typeId) |
String |
toString() |
public ShowTablesByTypeRequest()
public ShowTablesByTypeRequest(String typeId, String label, Map<String,String> options)
typeId - Type id returned by a call to GPUdb.createType(CreateTypeRequest).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(CreateTypeRequest).public ShowTablesByTypeRequest setTypeId(String typeId)
typeId - Type id returned by a call to GPUdb.createType(CreateTypeRequest).this to mimic the builder pattern.public String getLabel()
public ShowTablesByTypeRequest setLabel(String label)
label - Optional user supplied label which can be used instead of
the type_id to retrieve all tables with the given label.this to mimic the builder pattern.public Map<String,String> getOptions()
Map.public ShowTablesByTypeRequest setOptions(Map<String,String> options)
options - Optional parameters. The default value is an empty
Map.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 © 2019. All rights reserved.