|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringList | |
---|---|
org.apache.lens.server.metastore | |
org.apache.lens.server.ml | |
org.apache.lens.server.session |
Uses of StringList in org.apache.lens.server.metastore |
---|
Methods in org.apache.lens.server.metastore that return StringList | |
---|---|
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.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.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.getStoragesOfFact(LensSessionHandle sessionid,
String factName)
Get all storages of the fact table in the metastore |
Uses of StringList in org.apache.lens.server.ml |
---|
Methods in org.apache.lens.server.ml that return StringList | |
---|---|
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. |
Uses of StringList in org.apache.lens.server.session |
---|
Methods in org.apache.lens.server.session that return StringList | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |