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 |
---|---|
XSegmentation |
ObjectFactory.createXSegmentation()
Create an instance of
XSegmentation |
XSegmentation |
XSegmentation.withCubeName(String value) |
XSegmentation |
XSegmentation.withName(String value) |
XSegmentation |
XSegmentation.withProperties(XProperties value) |
XSegmentation |
XSegmentation.withSegements(XSegments value) |
XSegmentation |
XSegmentation.withWeight(double value) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<XSegmentation> |
ObjectFactory.createXSegmentation(XSegmentation value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<XSegmentation> |
ObjectFactory.createXSegmentation(XSegmentation value)
|
Modifier and Type | Method and Description |
---|---|
XSegmentation |
LensMetadataClient.getSegmentation(String segName) |
XSegmentation |
LensClient.getSegmentation(String segName) |
Modifier and Type | Method and Description |
---|---|
APIResult |
LensMetadataClient.createSegmentation(XSegmentation seg) |
APIResult |
LensMetadataClient.updateSegmentation(String segName,
XSegmentation seg) |
Modifier and Type | Method and Description |
---|---|
static XSegmentation |
JAXBUtils.xsegmentationFromSegmentation(Segmentation cSeg) |
Modifier and Type | Method and Description |
---|---|
void |
CubeMetastoreClient.alterSegmentation(XSegmentation cubeSeg) |
void |
CubeMetastoreClient.createSegmentation(XSegmentation cubeSeg) |
static Segmentation |
JAXBUtils.segmentationFromXSegmentation(XSegmentation seg) |
Modifier and Type | Method and Description |
---|---|
XSegmentation |
CubeMetastoreService.getSegmentation(LensSessionHandle sessionid,
String segName)
Create segmentation
|
Modifier and Type | Method and Description |
---|---|
void |
CubeMetastoreService.createSegmentation(LensSessionHandle sessionid,
XSegmentation cubeSeg) |
void |
CubeMetastoreService.updateSegmentation(LensSessionHandle sessionid,
XSegmentation cubeSeg)
Get segmentation given by name
|
Modifier and Type | Method and Description |
---|---|
XSegmentation |
CubeMetastoreServiceImpl.getSegmentation(LensSessionHandle sessionid,
String cubeSegName) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<XSegmentation> |
MetastoreResource.getSegmentation(LensSessionHandle sessionid,
String segmentationName)
Get the segmentation specified by name
|
Modifier and Type | Method and Description |
---|---|
APIResult |
MetastoreResource.createSegmentation(LensSessionHandle sessionid,
XSegmentation seg)
Create a new segmentation
|
void |
CubeMetastoreServiceImpl.createSegmentation(LensSessionHandle sessionid,
XSegmentation cubeSeg) |
APIResult |
MetastoreResource.updateSegmentation(LensSessionHandle sessionid,
String segmentationName,
XSegmentation seg)
Update segmentation
|
void |
CubeMetastoreServiceImpl.updateSegmentation(LensSessionHandle sessionid,
XSegmentation cubeSeg) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.