This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.api.metastore.XProperties (Lens 2.0.1-beta-incubating API)

Uses of Class
org.apache.lens.api.metastore.XProperties

Packages that use XProperties
org.apache.lens.api.metastore   
org.apache.lens.server.metastore   
 

Uses of XProperties in org.apache.lens.api.metastore
 

Methods in org.apache.lens.api.metastore that return XProperties
 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.
 

Methods in org.apache.lens.api.metastore with parameters of type XProperties
 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.
 

Uses of XProperties in org.apache.lens.server.metastore
 

Methods in org.apache.lens.server.metastore with parameters of type XProperties
static Map<String,String> JAXBUtils.mapFromXProperties(XProperties xProperties)
          Convert JAXB properties to Map
 



Copyright © 2014–2015 Apache Software Foundation. All rights reserved.