Package | Description |
---|---|
org.apache.lens.api.metastore | |
org.apache.lens.cube.metadata |
Modifier and Type | Method and Description |
---|---|
XStorageTables |
ObjectFactory.createXStorageTables()
Create an instance of
XStorageTables |
XStorageTables |
XFactTable.getStorageTables()
Gets the value of the storageTables property.
|
XStorageTables |
XDimensionTable.getStorageTables()
Gets the value of the storageTables property.
|
XStorageTables |
XStorageTables.withStorageTable(Collection<XStorageTableElement> values) |
XStorageTables |
XStorageTables.withStorageTable(XStorageTableElement... values) |
Modifier and Type | Method and Description |
---|---|
void |
XFactTable.setStorageTables(XStorageTables value)
Sets the value of the storageTables property.
|
void |
XDimensionTable.setStorageTables(XStorageTables value)
Sets the value of the storageTables property.
|
XFactTable |
XFactTable.withStorageTables(XStorageTables value) |
XDimensionTable |
XDimensionTable.withStorageTables(XStorageTables value) |
Modifier and Type | Method and Description |
---|---|
static Map<String,UpdatePeriod> |
JAXBUtils.dumpPeriodsFromStorageTables(XStorageTables storageTables) |
static Map<String,Set<UpdatePeriod>> |
JAXBUtils.getFactUpdatePeriodsFromStorageTables(XStorageTables storageTables) |
static Map<String,Map<UpdatePeriod,String>> |
JAXBUtils.storageTablePrefixMapOfStorage(XStorageTables storageTables) |
static Map<String,StorageTableDesc> |
JAXBUtils.tableDescPrefixMapFromXStorageTables(XStorageTables storageTables) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.