HCatCreateTableDesc
insteadpublic class HCatCreateTableDesc
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
HCatCreateTableDesc.Builder
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static HCatCreateTableDesc.Builder |
create(java.lang.String dbName,
java.lang.String tableName,
java.util.List<HCatFieldSchema> columns)
Deprecated.
Creates a builder for defining attributes.
|
java.util.List<java.lang.String> |
getBucketCols()
Deprecated.
Gets the bucket cols.
|
java.util.List<HCatFieldSchema> |
getCols()
Deprecated.
Gets the cols.
|
java.lang.String |
getComments()
Deprecated.
Gets the comments.
|
java.lang.String |
getDatabaseName()
Deprecated.
Gets the database name.
|
boolean |
getExternal()
Deprecated.
Gets the external.
|
java.lang.String |
getFileFormat()
Deprecated.
Gets the file format.
|
boolean |
getIfNotExists()
Deprecated.
Gets the if not exists.
|
java.lang.String |
getLocation()
Deprecated.
Gets the location.
|
int |
getNumBuckets()
Deprecated.
|
java.util.List<HCatFieldSchema> |
getPartitionCols()
Deprecated.
Gets the partition cols.
|
java.util.List<Order> |
getSortCols()
Deprecated.
Gets the sort cols.
|
java.lang.String |
getStorageHandler()
Deprecated.
Gets the storage handler.
|
java.lang.String |
getTableName()
Deprecated.
Gets the table name.
|
java.util.Map<java.lang.String,java.lang.String> |
getTblProps()
Deprecated.
Gets the tbl props.
|
java.lang.String |
toString()
Deprecated.
|
public static HCatCreateTableDesc.Builder create(java.lang.String dbName, java.lang.String tableName, java.util.List<HCatFieldSchema> columns)
dbName
- the db nametableName
- the table namecolumns
- the columnspublic boolean getIfNotExists()
public java.lang.String getTableName()
public java.util.List<HCatFieldSchema> getCols()
public java.util.List<HCatFieldSchema> getPartitionCols()
public java.util.List<java.lang.String> getBucketCols()
public int getNumBuckets()
public java.lang.String getComments()
public java.lang.String getStorageHandler()
public java.lang.String getLocation()
public boolean getExternal()
public java.util.List<Order> getSortCols()
public java.util.Map<java.lang.String,java.lang.String> getTblProps()
public java.lang.String getFileFormat()
public java.lang.String getDatabaseName()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2012 The Apache Software Foundation