public class HiveTableWrapper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HiveTableWrapper.ColumnsCacheWrapper
Wrapper for
ColumnListsCache class. |
static class |
HiveTableWrapper.FieldSchemaWrapper |
static class |
HiveTableWrapper.HivePartitionWrapper
Wrapper for
Partition class. |
static class |
HiveTableWrapper.OrderWrapper |
static class |
HiveTableWrapper.SerDeInfoWrapper |
static class |
HiveTableWrapper.StorageDescriptorWrapper
Wrapper for
StorageDescriptor class. |
Modifier and Type | Field and Description |
---|---|
HiveTableWrapper.ColumnsCacheWrapper |
columnsCache |
int |
createTime |
String |
dbName |
int |
lastAccessTime |
String |
owner |
Map<String,String> |
parameters |
List<HiveTableWrapper.FieldSchemaWrapper> |
partitionKeys |
Map<String,String> |
partitionNameTypeMap |
int |
retention |
HiveTableWrapper.StorageDescriptorWrapper |
sd |
String |
tableName |
String |
tableType |
String |
viewExpandedText |
String |
viewOriginalText |
Constructor and Description |
---|
HiveTableWrapper(HiveTableWithColumnCache table) |
HiveTableWrapper(String tableName,
String dbName,
String owner,
int createTime,
int lastAccessTime,
int retention,
HiveTableWrapper.StorageDescriptorWrapper sd,
List<HiveTableWrapper.FieldSchemaWrapper> partitionKeys,
Map<String,String> parameters,
String viewOriginalText,
String viewExpandedText,
String tableType,
HiveTableWrapper.ColumnsCacheWrapper columnsCache) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getParameters() |
Map<String,String> |
getPartitionNameTypeMap() |
HiveTableWithColumnCache |
getTable() |
String |
toString() |
public String tableName
public String dbName
public String owner
public int createTime
public int lastAccessTime
public int retention
public HiveTableWrapper.StorageDescriptorWrapper sd
public List<HiveTableWrapper.FieldSchemaWrapper> partitionKeys
public String viewOriginalText
public String viewExpandedText
public String tableType
public HiveTableWrapper.ColumnsCacheWrapper columnsCache
public HiveTableWrapper(String tableName, String dbName, String owner, int createTime, int lastAccessTime, int retention, HiveTableWrapper.StorageDescriptorWrapper sd, List<HiveTableWrapper.FieldSchemaWrapper> partitionKeys, Map<String,String> parameters, String viewOriginalText, String viewExpandedText, String tableType, HiveTableWrapper.ColumnsCacheWrapper columnsCache)
public HiveTableWrapper(HiveTableWithColumnCache table)
Copyright © 1970 The Apache Software Foundation. All rights reserved.