public class MPartition extends Object
| Constructor and Description |
|---|
MPartition() |
MPartition(String partitionName,
MTable table,
List<String> values,
int createTime,
int lastAccessTime,
MStorageDescriptor sd,
Map<String,String> parameters) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCreateTime() |
int |
getLastAccessTime() |
Map<String,String> |
getParameters() |
String |
getPartitionName() |
MStorageDescriptor |
getSd() |
MTable |
getTable() |
List<String> |
getValues() |
void |
setCreateTime(int createTime) |
void |
setLastAccessTime(int lastAccessTime) |
void |
setParameters(Map<String,String> parameters) |
void |
setPartitionName(String partitionName) |
void |
setSd(MStorageDescriptor sd) |
void |
setTable(MTable table) |
void |
setValues(List<String> values) |
public int getLastAccessTime()
public void setLastAccessTime(int lastAccessTime)
lastAccessTime - the lastAccessTime to setpublic MTable getTable()
public void setTable(MTable table)
table - the table to setpublic MStorageDescriptor getSd()
public void setSd(MStorageDescriptor sd)
sd - the sd to setpublic void setParameters(Map<String,String> parameters)
parameters - the parameters to setpublic String getPartitionName()
public void setPartitionName(String partitionName)
partitionName - the partitionName to setpublic int getCreateTime()
public void setCreateTime(int createTime)
createTime - the createTime to setCopyright © 2019 The Apache Software Foundation. All Rights Reserved.