|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XStorageTableDesc | |
---|---|
org.apache.lens.api.metastore | |
org.apache.lens.server.metastore |
Uses of XStorageTableDesc in org.apache.lens.api.metastore |
---|
Methods in org.apache.lens.api.metastore that return XStorageTableDesc | |
---|---|
XStorageTableDesc |
ObjectFactory.createXStorageTableDesc()
Create an instance of XStorageTableDesc |
XStorageTableDesc |
XNativeTable.getStorageDescriptor()
Gets the value of the storageDescriptor property. |
XStorageTableDesc |
XStorageTableElement.getTableDesc()
Gets the value of the tableDesc property. |
Methods in org.apache.lens.api.metastore that return types with arguments of type XStorageTableDesc | |
---|---|
JAXBElement<XStorageTableDesc> |
ObjectFactory.createXStorageTableDesc(XStorageTableDesc value)
Create an instance of JAXBElement < XStorageTableDesc > } |
Methods in org.apache.lens.api.metastore with parameters of type XStorageTableDesc | |
---|---|
JAXBElement<XStorageTableDesc> |
ObjectFactory.createXStorageTableDesc(XStorageTableDesc value)
Create an instance of JAXBElement < XStorageTableDesc > } |
void |
XNativeTable.setStorageDescriptor(XStorageTableDesc value)
Sets the value of the storageDescriptor property. |
void |
XStorageTableElement.setTableDesc(XStorageTableDesc value)
Sets the value of the tableDesc property. |
Uses of XStorageTableDesc in org.apache.lens.server.metastore |
---|
Methods in org.apache.lens.server.metastore that return XStorageTableDesc | |
---|---|
static XStorageTableDesc |
JAXBUtils.getStorageTableDescFromHiveTable(org.apache.hadoop.hive.ql.metadata.Table tbl)
|
Methods in org.apache.lens.server.metastore with parameters of type XStorageTableDesc | |
---|---|
static StorageTableDesc |
JAXBUtils.storageTableDescFromXStorageTableDesc(XStorageTableDesc xtableDesc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |