public class CreateExternalTableRequest extends Object implements org.apache.avro.generic.IndexedRecord
Modifier and Type | Class and Description |
---|---|
static class |
CreateExternalTableRequest.CreateTableOptions |
static class |
CreateExternalTableRequest.Options |
Constructor and Description |
---|
CreateExternalTableRequest() |
CreateExternalTableRequest(String tableName,
List<String> filepaths,
Map<String,String> createTableOptions,
Map<String,String> options) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
get(int index) |
static org.apache.avro.Schema |
getClassSchema() |
Map<String,String> |
getCreateTableOptions() |
List<String> |
getFilepaths() |
Map<String,String> |
getOptions() |
org.apache.avro.Schema |
getSchema() |
String |
getTableName() |
int |
hashCode() |
void |
put(int index,
Object value) |
CreateExternalTableRequest |
setCreateTableOptions(Map<String,String> createTableOptions) |
CreateExternalTableRequest |
setFilepaths(List<String> filepaths) |
CreateExternalTableRequest |
setOptions(Map<String,String> options) |
CreateExternalTableRequest |
setTableName(String tableName) |
String |
toString() |
public static org.apache.avro.Schema getClassSchema()
public String getTableName()
public CreateExternalTableRequest setTableName(String tableName)
public CreateExternalTableRequest setFilepaths(List<String> filepaths)
public CreateExternalTableRequest setCreateTableOptions(Map<String,String> createTableOptions)
public CreateExternalTableRequest setOptions(Map<String,String> options)
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
public void put(int index, Object value)
put
in interface org.apache.avro.generic.IndexedRecord
Copyright © 2020. All rights reserved.