public interface HivePortInfo extends TableInfo.Provider
Modifier and Type | Field and Description |
---|---|
static String |
ID_DESCRIPTION
The property key of port description class.
|
static String |
ID_LOCATION
The property key of location information.
|
static String |
ID_NAME
The property key of port name.
|
static String |
ID_SCHEMA
The property key of schema information.
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final String ID_NAME
static final String ID_DESCRIPTION
static final String ID_LOCATION
static final String ID_SCHEMA
String getName()
String getDescriptionClass()
LocationInfo getLocation()
TableInfo getSchema()
getSchema
in interface TableInfo.Provider
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.