public class DummyPartition extends Partition
Constructor and Description |
---|
DummyPartition() |
DummyPartition(Table tbl,
java.lang.String name) |
DummyPartition(Table tbl,
java.lang.String name,
java.util.Map<java.lang.String,java.lang.String> partSpec) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompleteName() |
java.lang.String |
getName() |
java.util.LinkedHashMap<java.lang.String,java.lang.String> |
getSpec() |
java.util.List<java.lang.String> |
getValues() |
void |
setName(java.lang.String name) |
canDrop, canWrite, getBucketCols, getBucketCount, getBucketPath, getCols, getDataLocation, getDeserializer, getDeserializer, getInputFormatClass, getLastAccessTime, getLocation, getMetadataFromPartitionSchema, getOutputFormatClass, getParameters, getPartitionPath, getPath, getPath, getProtectMode, getSchema, getSchemaFromTableSchema, getSkewedColNames, getSkewedColValueLocationMaps, getSkewedColValues, getSortColNames, getSortCols, getSortedPaths, getTable, getTPartition, isOffline, isStoredAsSubDirectories, setBucketCount, setInputFormatClass, setLastAccessTime, setLocation, setOutputFormatClass, setProtectMode, setSkewedValueLocationMap, setTable, setTPartition, setValues, toString
public DummyPartition()
public DummyPartition(Table tbl, java.lang.String name) throws HiveException
HiveException
public DummyPartition(Table tbl, java.lang.String name, java.util.Map<java.lang.String,java.lang.String> partSpec) throws HiveException
HiveException
public void setName(java.lang.String name)
public java.lang.String getCompleteName()
getCompleteName
in class Partition
public java.util.LinkedHashMap<java.lang.String,java.lang.String> getSpec()
public java.util.List<java.lang.String> getValues()
getValues
in class Partition
Partition.getValues()
Copyright © 2012 The Apache Software Foundation