public static class HiveTableWrapper.HivePartitionWrapper extends Object
Partition
class. Used for serialization and deserialization of HivePartition
.Modifier and Type | Field and Description |
---|---|
int |
createTime |
String |
dbName |
int |
lastAccessTime |
Map<String,String> |
parameters |
HiveTableWrapper.StorageDescriptorWrapper |
sd |
String |
tableName |
List<String> |
values |
Constructor and Description |
---|
HivePartitionWrapper(HivePartition partition) |
HivePartitionWrapper(List<String> values,
String tableName,
String dbName,
int createTime,
int lastAccessTime,
HiveTableWrapper.StorageDescriptorWrapper sd,
Map<String,String> parameters,
int columnListIndex) |
Modifier and Type | Method and Description |
---|---|
HivePartition |
getPartition() |
String |
toString() |
public String tableName
public String dbName
public int createTime
public int lastAccessTime
public HiveTableWrapper.StorageDescriptorWrapper sd
public HivePartitionWrapper(List<String> values, String tableName, String dbName, int createTime, int lastAccessTime, HiveTableWrapper.StorageDescriptorWrapper sd, Map<String,String> parameters, int columnListIndex)
public HivePartitionWrapper(HivePartition partition)
public HivePartition getPartition()
Copyright © 1970 The Apache Software Foundation. All rights reserved.