HCatPartition
insteadpublic class HCatPartition
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getBucketCols()
Deprecated.
Gets the bucket columns.
|
java.util.List<HCatFieldSchema> |
getColumns()
Deprecated.
Gets the columns of the table.
|
int |
getCreateTime()
Deprecated.
Gets the creates the time.
|
java.lang.String |
getDatabaseName()
Deprecated.
Gets the database name.
|
java.lang.String |
getInputFormat()
Deprecated.
Gets the input format.
|
int |
getLastAccessTime()
Deprecated.
Gets the last access time.
|
java.lang.String |
getLocation()
Deprecated.
Gets the location.
|
int |
getNumBuckets()
Deprecated.
Gets the number of buckets.
|
java.lang.String |
getOutputFormat()
Deprecated.
Gets the output format.
|
java.util.Map<java.lang.String,java.lang.String> |
getParameters()
Deprecated.
|
java.lang.String |
getSerDe()
Deprecated.
Gets the serde.
|
java.util.List<Order> |
getSortCols()
Deprecated.
Gets the sort columns.
|
java.lang.String |
getStorageHandler()
Deprecated.
Gets the storage handler.
|
java.lang.String |
getTableName()
Deprecated.
Gets the table name.
|
java.util.List<java.lang.String> |
getValues()
Deprecated.
Gets the values.
|
java.lang.String |
toString()
Deprecated.
|
public java.lang.String getTableName()
public java.lang.String getDatabaseName()
public java.util.List<HCatFieldSchema> getColumns()
public java.lang.String getInputFormat()
public java.lang.String getOutputFormat()
public java.lang.String getStorageHandler()
public java.lang.String getLocation()
public java.lang.String getSerDe()
public java.util.Map<java.lang.String,java.lang.String> getParameters()
public int getLastAccessTime()
public int getCreateTime()
public java.util.List<java.lang.String> getValues()
public java.util.List<java.lang.String> getBucketCols()
public int getNumBuckets()
public java.util.List<Order> getSortCols()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2012 The Apache Software Foundation