Package | Description |
---|---|
org.apache.lens.api.metastore | |
org.apache.lens.client | |
org.apache.lens.cube.metadata | |
org.apache.lens.server.api.metastore | |
org.apache.lens.server.metastore |
Modifier and Type | Method and Description |
---|---|
XNativeTable |
ObjectFactory.createXNativeTable()
Create an instance of
XNativeTable |
XNativeTable |
XNativeTable.withColumns(XColumns value) |
XNativeTable |
XNativeTable.withCreatetime(int value) |
XNativeTable |
XNativeTable.withDbname(String value) |
XNativeTable |
XNativeTable.withLastAccessTime(int value) |
XNativeTable |
XNativeTable.withName(String value) |
XNativeTable |
XNativeTable.withOwner(String value) |
XNativeTable |
XNativeTable.withStorageDescriptor(XStorageTableDesc value) |
XNativeTable |
XNativeTable.withTableType(String value) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<XNativeTable> |
ObjectFactory.createXNativeTable(XNativeTable value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<XNativeTable> |
ObjectFactory.createXNativeTable(XNativeTable value)
|
Modifier and Type | Method and Description |
---|---|
XNativeTable |
LensMetadataClient.getNativeTable(String tblName) |
XNativeTable |
LensClient.getNativeTable(String tblName) |
Modifier and Type | Method and Description |
---|---|
static XNativeTable |
JAXBUtils.nativeTableFromMetaTable(org.apache.hadoop.hive.ql.metadata.Table table) |
Modifier and Type | Method and Description |
---|---|
XNativeTable |
CubeMetastoreService.getNativeTable(LensSessionHandle sessionid,
String name)
Get native table for the given name
|
Modifier and Type | Method and Description |
---|---|
XNativeTable |
CubeMetastoreServiceImpl.getNativeTable(LensSessionHandle sessionid,
String name) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<XNativeTable> |
MetastoreResource.getNativeTable(LensSessionHandle sessionid,
String tableName)
Get the native table passed in name
|
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.