Package | Description |
---|---|
com.asakusafw.info.cli.generate.ddl |
Implementations of
generate ddl group. |
com.asakusafw.info.hive |
Schema information of Hive-associated tables.
|
Modifier and Type | Method and Description |
---|---|
LocationInfo |
HiveIoParameter.TableLocationInfo.getLocation()
Returns the location.
|
Modifier and Type | Method and Description |
---|---|
Map<TableInfo,Set<LocationInfo>> |
HiveTableParameter.collect()
Returns the target tables and their locations.
|
Modifier and Type | Method and Description |
---|---|
Optional<String> |
LocationMapper.apply(LocationInfo location) |
Optional<String> |
LocationParameter.resolve(LocationInfo source)
Resolves the logical location information into physical one.
|
Modifier and Type | Method and Description |
---|---|
Optional<String> |
LocationParameter.resolve(Collection<? extends LocationInfo> sources)
Resolves the candidates of logical locations into physical one.
|
Constructor and Description |
---|
TableLocationInfo(TableInfo table,
LocationInfo location)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
LocationInfo |
HiveOutputInfo.getLocation() |
LocationInfo |
HivePortInfo.getLocation()
Returns the location information.
|
LocationInfo |
HiveInputInfo.getLocation() |
Constructor and Description |
---|
HiveInputInfo(String name,
String descriptionClass,
LocationInfo location,
TableInfo schema)
Creates a new instance.
|
HiveOutputInfo(String name,
String descriptionClass,
LocationInfo location,
TableInfo schema)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.