public class MetastoreUIResource extends Object
Constructor and Description |
---|
MetastoreUIResource() |
Modifier and Type | Method and Description |
---|---|
String |
getAllTables(UUID publicId)
Get all Cube names, Dimension Table names and Storage names
|
String |
getDescription(UUID publicId,
String type,
String name)
Gets metadata of a cube or dimension
|
String |
getFilterResults(UUID publicId,
String keyword)
Get all Table and column names and types which contain the search word
|
String |
getMessage()
API to know if metastore service is up and running
|
CubeMetastoreService |
getSvc() |
public CubeMetastoreService getSvc()
public String getMessage()
public String getAllTables(UUID publicId)
publicId
- The publicId for the session in which user is workingjavax.ws.rs.WebApplicationException
- wraps LensExceptionpublic String getDescription(UUID publicId, String type, String name)
publicId
- The publicId for the session in which user is workingname
- name of cube or dimension to be describedjavax.ws.rs.WebApplicationException
- wraps LensExceptionpublic String getFilterResults(UUID publicId, String keyword)
publicId
- The publicId for the session in which user is workingkeyword
- keyword to be searchedCopyright © 2014–2015 Apache Software Foundation. All rights reserved.