| Package | Description |
|---|---|
| org.apache.lens.cube.metadata | |
| org.apache.lens.server.metastore |
| Modifier and Type | Method and Description |
|---|---|
Segmentation |
CubeMetastoreClient.getSegmentation(String segName) |
Segmentation |
CubeMetastoreClient.getSegmentation(String segName,
boolean throwException) |
Segmentation |
CubeMetastoreClient.getSegmentationTable(String tableName) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static Segmentation |
JAXBUtils.segmentationFromXSegmentation(XSegmentation seg) |
| Modifier and Type | Method and Description |
|---|---|
static XSegmentation |
JAXBUtils.xsegmentationFromSegmentation(Segmentation cSeg) |
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.