Modifier and Type | Method and Description |
---|---|
XDimension |
ObjectFactory.createXDimension()
Create an instance of
XDimension |
XDimension |
XDimension.withAttributes(XDimAttributes value) |
XDimension |
XDimension.withDescription(String value) |
XDimension |
XDimension.withExpressions(XExpressions value) |
XDimension |
XDimension.withJoinChains(XJoinChains value) |
XDimension |
XDimension.withName(String value) |
XDimension |
XDimension.withProperties(XProperties value) |
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 |
---|---|
static XDimension |
JAXBUtils.xdimensionFromDimension(Dimension dimension) |
Modifier and Type | Method and Description |
---|---|
void |
CubeMetastoreClient.alterDimension(XDimension newDim)
Alter dimension specified by the dimension name to new definition
|
void |
CubeMetastoreClient.createDimension(XDimension dim) |
static Dimension |
JAXBUtils.dimensionFromXDimension(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) |
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) |
APIResult |
MetastoreResource.updateDimension(LensSessionHandle sessionid,
String dimName,
XDimension dimension)
Update dimension definition
|
void |
CubeMetastoreServiceImpl.updateDimension(LensSessionHandle sessionid,
String dimName,
XDimension dimension) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.