public class HiveTableParameter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HiveTableParameter.Direction
Represents I/O port direction.
|
| Modifier and Type | Field and Description |
|---|---|
HiveIoParameter |
hiveIoParameter
The batch information.
|
| Constructor and Description |
|---|
HiveTableParameter() |
| Modifier and Type | Method and Description |
|---|---|
Map<TableInfo,Set<LocationInfo>> |
collect()
Returns the target tables and their locations.
|
Pattern |
getTableNamePattern()
Returns the target table name pattern.
|
String |
getTableNamePatternString()
Returns the table name pattern string.
|
public final HiveIoParameter hiveIoParameter
public String getTableNamePatternString()
public Pattern getTableNamePattern()
public Map<TableInfo,Set<LocationInfo>> collect()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.