public class HiveOutputInfo extends Object implements HivePortInfo
ID_DESCRIPTION, ID_LOCATION, ID_NAME, ID_SCHEMA
Constructor and Description |
---|
HiveOutputInfo(String name,
String descriptionClass,
LocationInfo location,
TableInfo schema)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescriptionClass()
Returns the description class name.
|
LocationInfo |
getLocation()
Returns the location information.
|
String |
getName()
Returns the port name.
|
TableInfo |
getSchema()
Returns the schema information.
|
int |
hashCode() |
String |
toString() |
public HiveOutputInfo(String name, String descriptionClass, LocationInfo location, TableInfo schema)
name
- the port namedescriptionClass
- the description class (nullable)location
- the location informationschema
- the schema informationpublic String getName()
HivePortInfo
getName
in interface HivePortInfo
public String getDescriptionClass()
HivePortInfo
getDescriptionClass
in interface HivePortInfo
public LocationInfo getLocation()
HivePortInfo
getLocation
in interface HivePortInfo
public TableInfo getSchema()
HivePortInfo
getSchema
in interface HivePortInfo
getSchema
in interface TableInfo.Provider
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.