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 |
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 |
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.
|
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 |
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 |
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.
|
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 Map<String,String> |
JAXBUtils.mapFromXProperties(XProperties xProperties)
Convert JAXB properties to Map<String, String>
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.