Package | Description |
---|---|
org.apache.lens.cube.metadata | |
org.apache.lens.server.metastore |
Modifier and Type | Method and Description |
---|---|
Set<Segment> |
Segmentation.getSegments() |
Modifier and Type | Method and Description |
---|---|
void |
Segmentation.addSegment(Segment cubeSeg) |
void |
Segmentation.dropSegment(Segment cubeSeg) |
Modifier and Type | Method and Description |
---|---|
void |
Segmentation.alterSegment(Set<Segment> cubeSegs) |
void |
CubeMetastoreClient.createSegmentation(String baseCubeName,
String segmentationName,
Set<Segment> segments,
double weight,
Map<String,String> properties) |
static Set<String> |
Segmentation.getSegmentNames(Set<Segment> segments) |
Constructor and Description |
---|
Segmentation(String cubeName,
String segmentName,
Set<Segment> segments) |
Segmentation(String cubeName,
String segmentName,
Set<Segment> segments,
double weight) |
Segmentation(String baseCube,
String segmentName,
Set<Segment> segments,
double weight,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
static Set<Segment> |
JAXBUtils.segmentsFromXSegments(XSegments segs) |
Modifier and Type | Method and Description |
---|---|
static XProperties |
JAXBUtils.getXpropertiesFromSegment(Segment cseg) |
Modifier and Type | Method and Description |
---|---|
static Set<XSegment> |
JAXBUtils.xSegmentsFromSegments(Set<Segment> segs) |
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.