Package | Description |
---|---|
org.apache.lens.api.metastore | |
org.apache.lens.regression.util | |
org.apache.lens.server.metastore |
Modifier and Type | Method and Description |
---|---|
XProperties |
ObjectFactory.createXProperties()
Create an instance of
XProperties |
XProperties |
XPartition.getPartitionParameters()
Gets the value of the partitionParameters property.
|
XProperties |
XStorage.getProperties()
Gets the value of the properties property.
|
XProperties |
XSegmentation.getProperties()
Gets the value of the properties property.
|
XProperties |
XFactTable.getProperties()
Gets the value of the properties property.
|
XProperties |
XDimensionTable.getProperties()
Gets the value of the properties property.
|
XProperties |
XDimension.getProperties()
Gets the value of the properties property.
|
XProperties |
XCube.getProperties()
Gets the value of the properties property.
|
XProperties |
XSegment.getSegmentParameters()
Gets the value of the segmentParameters property.
|
XProperties |
XStorageTableDesc.getSerdeParameters()
Gets the value of the serdeParameters property.
|
XProperties |
XPartition.getSerdeParameters()
Gets the value of the serdeParameters property.
|
XProperties |
XStorageTableDesc.getTableParameters()
Gets the value of the tableParameters property.
|
XProperties |
XField.getTags()
Gets the value of the tags property.
|
XProperties |
XProperties.withProperty(Collection<XProperty> values) |
XProperties |
XProperties.withProperty(XProperty... values) |
Modifier and Type | Method and Description |
---|---|
void |
XPartition.setPartitionParameters(XProperties value)
Sets the value of the partitionParameters property.
|
void |
XStorage.setProperties(XProperties value)
Sets the value of the properties property.
|
void |
XSegmentation.setProperties(XProperties value)
Sets the value of the properties property.
|
void |
XFactTable.setProperties(XProperties value)
Sets the value of the properties property.
|
void |
XDimensionTable.setProperties(XProperties value)
Sets the value of the properties property.
|
void |
XDimension.setProperties(XProperties value)
Sets the value of the properties property.
|
void |
XCube.setProperties(XProperties value)
Sets the value of the properties property.
|
void |
XSegment.setSegmentParameters(XProperties value)
Sets the value of the segmentParameters property.
|
void |
XStorageTableDesc.setSerdeParameters(XProperties value)
Sets the value of the serdeParameters property.
|
void |
XPartition.setSerdeParameters(XProperties value)
Sets the value of the serdeParameters property.
|
void |
XStorageTableDesc.setTableParameters(XProperties value)
Sets the value of the tableParameters property.
|
void |
XField.setTags(XProperties value)
Sets the value of the tags property.
|
XPartition |
XPartition.withPartitionParameters(XProperties value) |
XStorage |
XStorage.withProperties(XProperties value) |
XSegmentation |
XSegmentation.withProperties(XProperties value) |
XFactTable |
XFactTable.withProperties(XProperties value) |
XDimensionTable |
XDimensionTable.withProperties(XProperties value) |
XDimension |
XDimension.withProperties(XProperties value) |
XDerivedCube |
XDerivedCube.withProperties(XProperties value) |
XCube |
XCube.withProperties(XProperties value) |
XBaseCube |
XBaseCube.withProperties(XProperties value) |
XSegment |
XSegment.withSegmentParameters(XProperties value) |
XStorageTableDesc |
XStorageTableDesc.withSerdeParameters(XProperties value) |
XPartition |
XPartition.withSerdeParameters(XProperties value) |
XStorageTableDesc |
XStorageTableDesc.withTableParameters(XProperties value) |
XMeasure |
XMeasure.withTags(XProperties value) |
XJoinChain |
XJoinChain.withTags(XProperties value) |
XField |
XField.withTags(XProperties value) |
XExprColumn |
XExprColumn.withTags(XProperties value) |
XDimAttribute |
XDimAttribute.withTags(XProperties value) |
Modifier and Type | Method and Description |
---|---|
static XProperties |
Util.xPropertiesFromMap(Map<String,String> map) |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
Util.mapFromXProperties(XProperties xProperties) |
Modifier and Type | Method and Description |
---|---|
static XProperties |
JAXBUtils.getXProperties(List<XProperty> prop) |
static XProperties |
JAXBUtils.getXpropertiesFromSegment(Segment cseg) |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
JAXBUtils.mapFromXProperties(XProperties xProperties)
Convert JAXB properties to Map<String, String>
|
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.