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()
HivePortInfogetName in interface HivePortInfopublic String getDescriptionClass()
HivePortInfogetDescriptionClass in interface HivePortInfopublic LocationInfo getLocation()
HivePortInfogetLocation in interface HivePortInfopublic TableInfo getSchema()
HivePortInfogetSchema in interface HivePortInfogetSchema in interface TableInfo.ProviderCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.