Package | Description |
---|---|
org.apache.lens.api.metastore | |
org.apache.lens.client | |
org.apache.lens.regression.core.helpers | |
org.apache.lens.server.api.metastore | |
org.apache.lens.server.metastore |
Modifier and Type | Method and Description |
---|---|
XDimension |
ObjectFactory.createXDimension()
Create an instance of
XDimension |
Modifier and Type | Method and Description |
---|---|
JAXBElement<XDimension> |
ObjectFactory.createXDimension(XDimension value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<XDimension> |
ObjectFactory.createXDimension(XDimension value)
|
Modifier and Type | Method and Description |
---|---|
XDimension |
LensMetadataClient.getDimension(String dimName) |
XDimension |
LensClient.getDimension(String dimName) |
Modifier and Type | Method and Description |
---|---|
APIResult |
LensMetadataClient.createDimension(XDimension dimension) |
APIResult |
LensMetadataClient.updateDimension(String dimName,
XDimension dimension) |
Modifier and Type | Method and Description |
---|---|
XDimension |
MetastoreHelper.getDimension(String dimName) |
XDimension |
MetastoreHelper.getDimension(String dimName,
String sessionHandleString) |
Modifier and Type | Method and Description |
---|---|
XDimension |
CubeMetastoreService.getDimension(LensSessionHandle sessionid,
String dimName)
Get a dimension from the metastore
|
Modifier and Type | Method and Description |
---|---|
void |
CubeMetastoreService.createDimension(LensSessionHandle sessionid,
XDimension dimension)
Create a dimension based on JAXB Dimension object
|
void |
CubeMetastoreService.updateDimension(LensSessionHandle sessionid,
String dimName,
XDimension dimension)
Update an existing dimension
|
Modifier and Type | Method and Description |
---|---|
XDimension |
CubeMetastoreServiceImpl.getDimension(LensSessionHandle sessionid,
String dimName) |
static XDimension |
JAXBUtils.xdimensionFromDimension(Dimension dimension) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<XDimension> |
MetastoreResource.getDimension(LensSessionHandle sessionid,
String dimName)
Get the dimension specified by name
|
Modifier and Type | Method and Description |
---|---|
APIResult |
MetastoreResource.createDimension(LensSessionHandle sessionid,
XDimension dimension)
Create new dimension
|
void |
CubeMetastoreServiceImpl.createDimension(LensSessionHandle sessionid,
XDimension dimension) |
static Dimension |
JAXBUtils.dimensionFromXDimension(XDimension dimension) |
APIResult |
MetastoreResource.updateDimension(LensSessionHandle sessionid,
String dimName,
XDimension dimension)
Update dimension definition
|
void |
CubeMetastoreServiceImpl.updateDimension(LensSessionHandle sessionid,
String dimName,
XDimension dimension) |
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.