@InterfaceAudience.Private @InterfaceStability.Evolving public class InputJobInfo extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
static InputJobInfo |
create(String databaseName,
String tableName,
String filter,
Properties properties)
Initializes a new InputJobInfo
for reading data from a table.
|
String |
getDatabaseName()
Gets the value of databaseName
|
String |
getFilter()
Gets the value of partition filter
|
List<PartInfo> |
getPartitions() |
Properties |
getProperties()
Set/Get Property information to be passed down to *StorageHandler implementation
put implementation specific storage handler configurations here
|
HCatTableInfo |
getTableInfo()
Gets the table's meta information
|
String |
getTableName()
Gets the value of tableName
|
public static InputJobInfo create(String databaseName, String tableName, String filter, Properties properties)
databaseName
- the db nametableName
- the table namefilter
- the partition filterproperties
- implementation specific job propertiespublic String getDatabaseName()
public String getTableName()
public HCatTableInfo getTableInfo()
public String getFilter()
public Properties getProperties()
Copyright © 2017 The Apache Software Foundation. All rights reserved.