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