|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XStorageTables | |
---|---|
org.apache.lens.api.metastore | |
org.apache.lens.server.metastore |
Uses of XStorageTables in org.apache.lens.api.metastore |
---|
Methods in org.apache.lens.api.metastore that return XStorageTables | |
---|---|
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. |
Methods in org.apache.lens.api.metastore with parameters of type XStorageTables | |
---|---|
void |
XFactTable.setStorageTables(XStorageTables value)
Sets the value of the storageTables property. |
void |
XDimensionTable.setStorageTables(XStorageTables value)
Sets the value of the storageTables property. |
Uses of XStorageTables in org.apache.lens.server.metastore |
---|
Methods in org.apache.lens.server.metastore with parameters of type XStorageTables | |
---|---|
static Map<String,UpdatePeriod> |
JAXBUtils.dumpPeriodsFromStorageTables(XStorageTables storageTables)
|
static Map<String,Set<UpdatePeriod>> |
JAXBUtils.getFactUpdatePeriodsFromStorageTables(XStorageTables storageTables)
|
static Map<String,StorageTableDesc> |
JAXBUtils.storageTableMapFromXStorageTables(XStorageTables storageTables)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |