Package | Description |
---|---|
org.apache.lens.ml.server | |
org.apache.lens.regression.core.helpers | |
org.apache.lens.regression.util | |
org.apache.lens.server.metastore | |
org.apache.lens.server.session |
Modifier and Type | Method and Description |
---|---|
StringList |
MLServiceResource.getAlgoNames()
Get a list of algos available
|
StringList |
MLServiceResource.getModelsForAlgo(String algorithm)
Get model ID list for a given algorithm.
|
StringList |
MLServiceResource.getParamDescription(String algorithm)
Gets the human readable param description of an algorithm
|
StringList |
MLServiceResource.getReportsForAlgorithm(String algoritm)
Get list of reports for a given algorithm.
|
Modifier and Type | Method and Description |
---|---|
StringList |
MetastoreHelper.listCubes() |
StringList |
MetastoreHelper.listCubes(String type) |
StringList |
MetastoreHelper.listCubes(String type,
String sessionHandleString) |
StringList |
MetastoreHelper.listDatabases() |
StringList |
MetastoreHelper.listDatabases(String sessionHandleString)
Get list of databases
|
StringList |
MetastoreHelper.listStorages() |
StringList |
MetastoreHelper.listStorages(String sessionHandleString) |
Modifier and Type | Method and Description |
---|---|
static HashMap<String,String> |
Util.stringListToMap(StringList stringList) |
Modifier and Type | Method and Description |
---|---|
StringList |
MetastoreResource.getAllCubes(LensSessionHandle sessionid,
String cubeTypes)
Get all cubes in the metastores, of the specified type
|
StringList |
MetastoreResource.getAllDatabases(LensSessionHandle sessionid)
Get all databases in the metastore
|
StringList |
MetastoreResource.getAllDimensionNames(LensSessionHandle sessionid)
Get all dimensions in the metastore
|
StringList |
MetastoreResource.getAllDimensionTablesOfDimension(LensSessionHandle sessionid,
String dimensionName)
Get all dimtables that belong to a dimension in the metastore
|
StringList |
MetastoreResource.getAllDims(LensSessionHandle sessionid)
Get all dimension tables in the metastore
|
StringList |
MetastoreResource.getAllFacts(LensSessionHandle sessionid)
Get all fact tables in the metastore in the current database
|
StringList |
MetastoreResource.getAllFactsOfCube(LensSessionHandle sessionid,
String cubeName)
Get all facts that belong to a cube in the metastore
|
StringList |
MetastoreResource.getAllNativeTables(LensSessionHandle sessionid,
String dbOption,
String dbName)
Get all native tables.
|
StringList |
MetastoreResource.getAllStorages(LensSessionHandle sessionid)
Get all storages in the metastore
|
StringList |
MetastoreResource.getDimensionStorages(LensSessionHandle sessionid,
String dimension)
Get all storages of the dimension table in the metastore
|
StringList |
MetastoreResource.getPartitionTimelines(LensSessionHandle sessionid,
String factName,
String storage,
String updatePeriod,
String timeDimension)
Get the partition timelines.
|
StringList |
MetastoreResource.getStoragesOfFact(LensSessionHandle sessionid,
String factName)
Get all storages of the fact table in the metastore
|
Modifier and Type | Method and Description |
---|---|
StringList |
SessionResource.getParams(LensSessionHandle sessionid,
boolean verbose,
String key)
Get a list of key=value parameters set for this session.
|
StringList |
SessionResource.listResources(LensSessionHandle sessionid,
String type)
Lists resources from the session for a given resource type.
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.