|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lens.api.metastore.XNativeTable
public class XNativeTable
Native tables in metastore. Would never be created by client. This specification is used by the LENS API to. return this information to the end user.
Java class for x_native_table complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_native_table"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="columns" type="{uri:lens:cube:0.1}x_columns"/> <element name="storage_descriptor" type="{uri:lens:cube:0.1}x_storage_table_desc"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="dbname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="owner" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="table_type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="createtime" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="lastAccessTime" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
XNativeTable()
|
Method Summary | |
---|---|
XColumns |
getColumns()
Gets the value of the columns property. |
int |
getCreatetime()
Gets the value of the createtime property. |
String |
getDbname()
Gets the value of the dbname property. |
int |
getLastAccessTime()
Gets the value of the lastAccessTime property. |
String |
getName()
Gets the value of the name property. |
String |
getOwner()
Gets the value of the owner property. |
XStorageTableDesc |
getStorageDescriptor()
Gets the value of the storageDescriptor property. |
String |
getTableType()
Gets the value of the tableType property. |
void |
setColumns(XColumns value)
Sets the value of the columns property. |
void |
setCreatetime(int value)
Sets the value of the createtime property. |
void |
setDbname(String value)
Sets the value of the dbname property. |
void |
setLastAccessTime(int value)
Sets the value of the lastAccessTime property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setOwner(String value)
Sets the value of the owner property. |
void |
setStorageDescriptor(XStorageTableDesc value)
Sets the value of the storageDescriptor property. |
void |
setTableType(String value)
Sets the value of the tableType property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XNativeTable()
Method Detail |
---|
public XColumns getColumns()
XColumns
public void setColumns(XColumns value)
value
- allowed object is
XColumns
public XStorageTableDesc getStorageDescriptor()
XStorageTableDesc
public void setStorageDescriptor(XStorageTableDesc value)
value
- allowed object is
XStorageTableDesc
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getDbname()
String
public void setDbname(String value)
value
- allowed object is
String
public String getOwner()
String
public void setOwner(String value)
value
- allowed object is
String
public String getTableType()
String
public void setTableType(String value)
value
- allowed object is
String
public int getCreatetime()
public void setCreatetime(int value)
public int getLastAccessTime()
public void setLastAccessTime(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |