public static class HiveIoParameter.TableLocationInfo extends Object
Constructor and Description |
---|
TableLocationInfo(TableInfo table,
LocationInfo location)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
LocationInfo |
getLocation()
Returns the location.
|
TableInfo |
getTable()
Returns the table.
|
int |
hashCode() |
String |
toString() |
public TableLocationInfo(TableInfo table, LocationInfo location)
table
- table informationlocation
- location informationpublic TableInfo getTable()
public LocationInfo getLocation()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.