|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MStorageDescriptor | |
---|---|
org.apache.hadoop.hive.metastore.model |
Uses of MStorageDescriptor in org.apache.hadoop.hive.metastore.model |
---|
Methods in org.apache.hadoop.hive.metastore.model that return MStorageDescriptor | |
---|---|
MStorageDescriptor |
MTable.getSd()
|
MStorageDescriptor |
MPartition.getSd()
|
Methods in org.apache.hadoop.hive.metastore.model with parameters of type MStorageDescriptor | |
---|---|
void |
MTable.setSd(MStorageDescriptor sd)
|
void |
MPartition.setSd(MStorageDescriptor sd)
|
Constructors in org.apache.hadoop.hive.metastore.model with parameters of type MStorageDescriptor | |
---|---|
MPartition(String partitionName,
MTable table,
List<String> values,
int createTime,
int lastAccessTime,
MStorageDescriptor sd,
Map<String,String> parameters)
|
|
MTable(String tableName,
MDatabase database,
MStorageDescriptor sd,
String owner,
int createTime,
int lastAccessTime,
int retention,
List<MFieldSchema> partitionKeys,
Map<String,String> parameters)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |