Package | Description |
---|---|
org.apache.lens.cube.metadata |
Modifier and Type | Method and Description |
---|---|
Segmentation |
CubeMetastoreClient.getSegmentation(String segName) |
Segmentation |
CubeMetastoreClient.getSegmentation(String segName,
boolean throwException) |
Segmentation |
CubeMetastoreClient.getSegmentationTable(String tableName) |
static Segmentation |
JAXBUtils.segmentationFromXSegmentation(XSegmentation seg) |
Modifier and Type | Method and Description |
---|---|
Collection<Segmentation> |
CubeMetastoreClient.getAllSegmentations()
Get all segmentations in metastore
|
List<Segmentation> |
CubeMetastoreClient.getAllSegmentations(CubeInterface cube) |
Modifier and Type | Method and Description |
---|---|
void |
CubeMetastoreClient.alterSegmentation(String segName,
Segmentation seg) |
void |
CubeMetastoreClient.createSegmentation(Segmentation cubeSeg) |
static XSegmentation |
JAXBUtils.xsegmentationFromSegmentation(Segmentation cSeg) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.