A C D E F G H I J K L M N O P Q R S T U V W X

A

acquire(LensSessionHandle) - Method in class org.apache.lens.server.LensService
Acquire.
acquire(String) - Method in class org.apache.lens.server.LensService
Acquire a lens session specified by the public UUID.
acquire() - Method in class org.apache.lens.server.session.LensSessionImpl
 
addDimTableStorage(LensSessionHandle, String, XStorageTableElement) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
addListenerForType(LensEventListener<? super T>, Class<T>) - Method in class org.apache.lens.server.EventServiceImpl
 
addLogFile(String) - Method in class org.apache.lens.server.stats.store.log.StatisticsLogFileScannerTask
Adds the log file.
addPartitionToDimStorage(LensSessionHandle, String, String, XPartition) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
addPartitionToDimStorage(LensSessionHandle, String, String, XPartition) - Method in class org.apache.lens.server.metastore.MetastoreResource
Add a new partition for a storage of dimension
addPartitionToFactStorage(LensSessionHandle, String, String, XPartition) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
addPartitionToFactStorage(LensSessionHandle, String, String, XPartition) - Method in class org.apache.lens.server.metastore.MetastoreResource
Add a new partition for a storage of fact
addResource(LensSessionHandle, String, String) - Method in class org.apache.lens.server.LensService
Adds the resource.
addResource(LensSessionHandle, String, String) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
addResource(LensSessionHandle, String, String) - Method in class org.apache.lens.server.session.HiveSessionService
 
addResource(String, String) - Method in class org.apache.lens.server.session.LensSessionImpl
Adds the resource.
addResource(LensSessionHandle, String, String) - Method in class org.apache.lens.server.session.SessionResource
Add a resource to the session to all LensServices running in this Lens server
addResourceToAllServices(LensSessionHandle, String, String) - Method in class org.apache.lens.server.session.HiveSessionService
 
addStorageToFact(LensSessionHandle, String, XStorageTableElement) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
addStorageToFact(LensSessionHandle, String, XStorageTableElement) - Method in class org.apache.lens.server.metastore.MetastoreResource
Add storage to fact table
addToScanTask(String) - Method in class org.apache.lens.server.stats.store.log.StatisticsLogRollupHandler
Adds the to scan task.
alterStorage(LensSessionHandle, String, XStorage) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
anyNull(Object...) - Static method in class org.apache.lens.server.util.UtilityMethods
Any null.
AuthenticationFilter - Class in org.apache.lens.server
The Class AuthenticationFilter.
AuthenticationFilter() - Constructor for class org.apache.lens.server.AuthenticationFilter
 
AuthorizationFilter - Class in org.apache.lens.server.metastore
 
AuthorizationFilter() - Constructor for class org.apache.lens.server.metastore.AuthorizationFilter
 
AuthorizationFilter - Class in org.apache.lens.server.query
The Class AuthorizationFilter.
AuthorizationFilter() - Constructor for class org.apache.lens.server.query.AuthorizationFilter
 

C

cache - Variable in class org.apache.lens.server.user.DatabaseUserConfigLoader
The cache.
cancelAllQueries(LensSessionHandle, String, String, String, long, long) - Method in class org.apache.lens.server.query.QueryServiceResource
Cancel all the queries in query server; can be filtered with state and user.
cancelQuery(LensSessionHandle, QueryHandle) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
cancelQuery(LensSessionHandle, String) - Method in class org.apache.lens.server.query.QueryServiceResource
Cancel the query specified by the handle.
cancelQuery(UUID, String) - Method in class org.apache.lens.server.ui.QueryServiceUIResource
Cancel the query specified by the handle.
closeDriverSessions(LensSessionHandle) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
Allow drivers to release resources acquired for a session if any.
closeResultSet(LensSessionHandle, QueryHandle) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
closeResultSet(LensSessionHandle, String) - Method in class org.apache.lens.server.query.QueryServiceResource
Close the result set once fetching is done.
closeSession(LensSessionHandle) - Method in class org.apache.lens.server.LensService
Close session.
closeSession(LensSessionHandle) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
closeSession(LensSessionHandle) - Method in class org.apache.lens.server.session.HiveSessionService
 
closeSession(LensSessionHandle) - Method in class org.apache.lens.server.session.SessionResource
Close a Lens server session.
closeSession(UUID) - Method in class org.apache.lens.server.ui.SessionUIResource
Close a Lens server session.
columnFromFieldSchema(FieldSchema) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
columnsFromFieldSchemaList(List<FieldSchema>) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
conf - Static variable in class org.apache.lens.server.LensApplication
The conf.
conf - Static variable in class org.apache.lens.server.LensServerConf
The conf.
confToString(Configuration) - Static method in class org.apache.lens.server.util.UtilityMethods
Conf to string.
ConsistentStateFilter - Class in org.apache.lens.server
The Class ConsistentStateFilter.
ConsistentStateFilter() - Constructor for class org.apache.lens.server.ConsistentStateFilter
 
contextDestroyed(ServletContextEvent) - Method in class org.apache.lens.server.LensServletContextListener
* Notification that the servlet context is about to be shut down.
contextInitialized(ServletContextEvent) - Method in class org.apache.lens.server.LensServletContextListener
* Notification that the web application initialization * process is starting.
createContext(String, String, LensConf, Configuration) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
Creates the context.
createContext(PreparedQueryContext, String, LensConf, Configuration) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
Creates the context.
createCube(LensSessionHandle, XCube) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
Create cube based on the JAXB cube object
createDatabase(LensSessionHandle, String, boolean) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
Create a database in Hive metastore
createDatabase(LensSessionHandle, boolean, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Create a new database
createDefaultConf() - Static method in class org.apache.lens.server.session.LensSessionImpl
Creates the default conf.
createDimension(LensSessionHandle, XDimension) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
createDimension(LensSessionHandle, XDimension) - Method in class org.apache.lens.server.metastore.MetastoreResource
Create new dimension
createDimensionStorage(LensSessionHandle, String, XStorageTableElement) - Method in class org.apache.lens.server.metastore.MetastoreResource
Add storage to dimension table
createDimensionTable(LensSessionHandle, XDimensionTable) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
Create a cube dimension table based on JAXB object
createDimensionTable(LensSessionHandle, XDimensionTable) - Method in class org.apache.lens.server.metastore.MetastoreResource
Create a new dimension table
createFactTable(LensSessionHandle, XFactTable) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
createFactTable(LensSessionHandle, XFactTable) - Method in class org.apache.lens.server.metastore.MetastoreResource
Create a new fact tabble
createFinishedQueriesTable() - Method in class org.apache.lens.server.query.LensServerDAO
Method to create finished queries table, this is required for embedded lens server.
createNewCube(LensSessionHandle, XCube) - Method in class org.apache.lens.server.metastore.MetastoreResource
Create a new cube
createNewStorage(LensSessionHandle, XStorage) - Method in class org.apache.lens.server.metastore.MetastoreResource
Create new storage
createStorage(LensSessionHandle, XStorage) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
cubeDimTableFromDimTable(XDimensionTable) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
cubeFactFromFactTable(XFactTable) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
CubeMetastoreServiceImpl - Class in org.apache.lens.server.metastore
 
CubeMetastoreServiceImpl(CLIService) - Constructor for class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
CustomUserConfigLoader - Class in org.apache.lens.server.user
The Class CustomUserConfigLoader.
CustomUserConfigLoader(HiveConf) - Constructor for class org.apache.lens.server.user.CustomUserConfigLoader
Instantiates a new custom user config loader.

D

DatabaseUserConfigLoader - Class in org.apache.lens.server.user
The Class DatabaseUserConfigLoader.
DatabaseUserConfigLoader(HiveConf) - Constructor for class org.apache.lens.server.user.DatabaseUserConfigLoader
Instantiates a new database user config loader.
decrCounter(String) - Method in class org.apache.lens.server.MetricsServiceImpl
 
decrCounter(Class<?>, String) - Method in class org.apache.lens.server.MetricsServiceImpl
 
DEFAULT_HIVE_SESSION_CONF - Static variable in class org.apache.lens.server.session.LensSessionImpl
The default hive session conf.
deleteAllCubes(LensSessionHandle) - Method in class org.apache.lens.server.metastore.MetastoreResource
Delete all cubes
deleteAllDimensions(LensSessionHandle) - Method in class org.apache.lens.server.metastore.MetastoreResource
Delete all dimensions in metastore
deleteAllFacts(LensSessionHandle, boolean) - Method in class org.apache.lens.server.metastore.MetastoreResource
Delete all fact tables
deleteAllStorages(LensSessionHandle) - Method in class org.apache.lens.server.metastore.MetastoreResource
Delete all storages in metastore
deleteResource(LensSessionHandle, String, String) - Method in class org.apache.lens.server.LensService
Delete resource.
deleteResource(LensSessionHandle, String, String) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
deleteResource(LensSessionHandle, String, String) - Method in class org.apache.lens.server.session.HiveSessionService
 
deleteResource(LensSessionHandle, String, String) - Method in class org.apache.lens.server.session.SessionResource
Delete a resource from sesssion from all the @{link LensService}s running in this Lens server
destroy() - Method in class org.apache.lens.server.metastore.AuthorizationFilter
 
destroy() - Method in class org.apache.lens.server.query.AuthorizationFilter
 
destroyPrepared(LensSessionHandle, QueryPrepareHandle) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
destroyPrepared(LensSessionHandle, String) - Method in class org.apache.lens.server.query.QueryServiceResource
Destroy the prepared query specified by handle.
destroyPreparedQueries(LensSessionHandle, String, String, long, long) - Method in class org.apache.lens.server.query.QueryServiceResource
Destroy all the prepared queries; Can be filtered with user.
dimensionFromXDimension(XDimension) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
dimRefListFromTabRefList(List<TableReference>) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
dimTableFromCubeDimTable(CubeDimensionTable) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.lens.server.metastore.AuthorizationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.lens.server.query.AuthorizationFilter
 
dropAllStoragesOfDim(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Drop all the storage tables of a dimension table
dropAllStoragesOfDimTable(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
dropAllStoragesOfFact(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
dropAllStoragesOfFact(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Drop all the storage tables of a fact table
dropCube(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
Drop a cube from the metastore in the currently deleted database
dropCube(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Drop the cube, specified by name
dropDatabase(LensSessionHandle, String, boolean) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
Drop a database from cube metastore
dropDatabase(LensSessionHandle, String, boolean) - Method in class org.apache.lens.server.metastore.MetastoreResource
Delete the db specified by name.
dropDimension(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
dropDimension(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Drop the dimension, specified by name
dropDimensionTable(LensSessionHandle, String, boolean) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
dropDimensionTable(LensSessionHandle, String, boolean) - Method in class org.apache.lens.server.metastore.MetastoreResource
Drop the dimension table, specified by name
dropFactTable(LensSessionHandle, String, boolean) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
dropFactTable(LensSessionHandle, String, boolean) - Method in class org.apache.lens.server.metastore.MetastoreResource
Drop the fact table, specified by name
dropFinishedQueriesTable() - Method in class org.apache.lens.server.query.LensServerDAO
Drop finished queries table.
dropPartitionFromStorageByFilter(LensSessionHandle, String, String, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
dropPartitionFromStorageByValues(LensSessionHandle, String, String, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
dropPartitionOfFactStorageByValues(LensSessionHandle, String, String, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Drop the partitions in the storage of a fact table, specified by exact values
dropPartitionsOfDimStorageByFilter(LensSessionHandle, String, String, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Drop the partitions in the storage of a dimension table; can specified filter as well
dropPartitionsOfDimStorageByValue(LensSessionHandle, String, String, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Drop the partitions in the storage of a dimension table, specified by exact values
dropPartitionsOfFactStorageByFilter(LensSessionHandle, String, String, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Drop the partitions in the storage of a fact; can specified filter as well
dropStorage(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
dropStorage(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Drop the storage, specified by name
dropStorageFromFact(LensSessionHandle, String, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Drop the storage of a fact, specified by name
dropStorageOfDim(LensSessionHandle, String, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Drop the storage of a dimension table, specified by name
dropStorageOfDimTable(LensSessionHandle, String, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
dropStorageOfFact(LensSessionHandle, String, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
ds - Variable in class org.apache.lens.server.user.DatabaseUserConfigLoader
The ds.
dumpPeriodsFromStorageTables(XStorageTables) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 

E

EMAIL_ERROR_COUNTER - Static variable in class org.apache.lens.server.query.QueryEndNotifier
The Constant EMAIL_ERROR_COUNTER.
EventServiceImpl - Class in org.apache.lens.server
Implementation of LensEventService
EventServiceImpl(String) - Constructor for class org.apache.lens.server.EventServiceImpl
Instantiates a new event service impl.
EXCEPTION_COUNT - Static variable in class org.apache.lens.server.LensRequestListener
The Constant EXCEPTION_COUNT.
execute(LensSessionHandle, String, long, LensConf, String) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
executeAsync(LensSessionHandle, String, LensConf, String) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
executePrepare(LensSessionHandle, QueryPrepareHandle, long, LensConf, String) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
executePrepareAsync(LensSessionHandle, QueryPrepareHandle, LensConf, String) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
executePrepared(LensSessionHandle, String, String, LensConf, Long, String) - Method in class org.apache.lens.server.query.QueryServiceResource
Submit prepared query for execution.
explain(LensSessionHandle, String, LensConf) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
explainAndPrepare(LensSessionHandle, String, LensConf, String) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 

F

factTableFromCubeFactTable(CubeFactTable) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
fetchResultSet(LensSessionHandle, QueryHandle, long, int) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
fieldSchemaFromColumn(XColumn) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
fieldSchemaListFromColumns(XColumns) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
filter(ContainerRequestContext) - Method in class org.apache.lens.server.AuthenticationFilter
 
filter(ContainerRequestContext) - Method in class org.apache.lens.server.ConsistentStateFilter
 
filter(ContainerRequestContext) - Method in class org.apache.lens.server.ServerModeFilter
 
findAccountByAccountName(String) - Method in class org.apache.lens.server.user.LDAPBackedDatabaseUserConfigLoader
Find account by account name.
findFinishedQueries(String, String, String, long, long) - Method in class org.apache.lens.server.query.LensServerDAO
Find finished queries.
FixedUserConfigLoader - Class in org.apache.lens.server.user
The Class FixedUserConfigLoader.
FixedUserConfigLoader(HiveConf) - Constructor for class org.apache.lens.server.user.FixedUserConfigLoader
Instantiates a new fixed user config loader.
format(LoggingEvent) - Method in class org.apache.lens.server.stats.store.log.StatisticsLogLayout
 

G

get() - Static method in class org.apache.lens.server.LensServerConf
Gets the.
get() - Static method in class org.apache.lens.server.LensServices
Gets the.
getAllBaseCubeNames(LensSessionHandle) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getAllCubeNames(LensSessionHandle) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
Get list of all cubes names in the current database
getAllCubes(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get all cubes in the metastores, of the specified type
getAllDatabases(LensSessionHandle) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getAllDatabases(LensSessionHandle) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get all databases in the metastore
getAllDerivedCubeNames(LensSessionHandle) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getAllDimensionNames(LensSessionHandle) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getAllDimensionNames(LensSessionHandle) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get all dimensions in the metastore
getAllDims(LensSessionHandle) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get all dimension tables in the metastore
getAllDimTableNames(LensSessionHandle) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getAllFactNames(LensSessionHandle) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getAllFacts(LensSessionHandle) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get all fact tables in the metastore in the current database
getAllFactsOfCube(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getAllFactsOfCube(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get all facts that belong to a cube in the metastore
getAllNativeTableNames(LensSessionHandle, String, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getAllNativeTables(LensSessionHandle, String, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get all native tables.
getAllPartitionsOfDimStorage(LensSessionHandle, String, String, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get all partition of the dimension table in the specified storage; can be filtered
getAllPartitionsOfDimTableStorage(LensSessionHandle, String, String, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getAllPartitionsOfFactStorage(LensSessionHandle, String, String, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getAllPartitionsOfFactStorageByFilter(LensSessionHandle, String, String, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get all partitions of the fact table in the specified storage; can be filtered as well.
getAllPreparedQueries(LensSessionHandle, String, String, long, long) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
getAllPreparedQueries(LensSessionHandle, String, String, long, long) - Method in class org.apache.lens.server.query.QueryServiceResource
Get all prepared queries in the query server; can be filtered with user.
getAllQueries(LensSessionHandle, String, String, String, long, long) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
getAllQueries(LensSessionHandle, String, String, String, long, long) - Method in class org.apache.lens.server.query.QueryServiceResource
Get all the queries in the query server; can be filtered with state and queryName.
getAllQueries(UUID, String, String, String, long, long) - Method in class org.apache.lens.server.ui.QueryServiceUIResource
Get all the queries in the query server; can be filtered with state and user.
getAllQueryableCubeNames(LensSessionHandle) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getAllSessionParameters(LensSessionHandle, boolean, String) - Method in class org.apache.lens.server.session.HiveSessionService
 
getAllStorageNames(LensSessionHandle) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getAllStorages(LensSessionHandle) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get all storages in the metastore
getAllTables(UUID) - Method in class org.apache.lens.server.ui.MetastoreUIResource
Get all Cube names, Dimension Table names and Storage names
getAttributes(String) - Method in class org.apache.lens.server.user.LDAPBackedDatabaseUserConfigLoader
Gets the attributes.
getClasses() - Method in class org.apache.lens.server.IndexApp
 
getClasses() - Method in class org.apache.lens.server.LensApplication
 
getClasses() - Method in class org.apache.lens.server.metastore.MetastoreApp
 
getClasses() - Method in class org.apache.lens.server.query.QueryApp
 
getClasses() - Method in class org.apache.lens.server.quota.QuotaApp
 
getClasses() - Method in class org.apache.lens.server.scheduler.SchedulerApp
 
getClasses() - Method in class org.apache.lens.server.session.SessionApp
 
getClasses() - Method in class org.apache.lens.server.ui.UIApp
 
getCliService() - Method in class org.apache.lens.server.LensService
 
getClusterUser() - Method in class org.apache.lens.server.session.LensSessionImpl
 
getConfig() - Method in class org.apache.lens.server.session.LensSessionImpl
 
getConfig() - Method in class org.apache.lens.server.session.LensSessionImpl.LensSessionPersistInfo
 
getConnection() - Method in class org.apache.lens.server.query.LensServerDAO
 
getCounter(String) - Method in class org.apache.lens.server.MetricsServiceImpl
 
getCounter(Class<?>, String) - Method in class org.apache.lens.server.MetricsServiceImpl
 
getCube(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
Get a cube from the metastore
getCube(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get the cube specified by name
getCubeMetastoreClient() - Method in class org.apache.lens.server.session.LensSessionImpl
 
getCurrentDatabase(LensSessionHandle) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
Get current database used by the CubeMetastoreClient
getCurrentDatabase() - Method in class org.apache.lens.server.session.LensSessionImpl
 
getDatabase(LensSessionHandle) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get the current database
getDatabase() - Method in class org.apache.lens.server.session.LensSessionImpl.LensSessionPersistInfo
 
getDataSourceFromConf(Configuration) - Static method in class org.apache.lens.server.util.UtilityMethods
Gets the data source from conf.
getDateFromXML(XMLGregorianCalendar) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
getDescription(UUID, String, String) - Method in class org.apache.lens.server.ui.MetastoreUIResource
Gets metadata of a cube or dimension
getDimension(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getDimension(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get the dimension specified by name
getDimensionStorages(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get all storages of the dimension table in the metastore
getDimensionTable(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getDimensionTable(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get the dimension table specified by name
getDimTableStorages(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getEventId() - Method in class org.apache.lens.server.stats.event.query.QueryExecutionStatistics
 
getEventId() - Method in class org.apache.lens.server.stats.store.log.PartitionEvent
 
getEventListeners() - Method in class org.apache.lens.server.EventServiceImpl
 
getEventName() - Method in class org.apache.lens.server.stats.store.log.PartitionEvent
Gets the statistics event for which partition event was raised
getEventService() - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
getFactTable(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getFactTable(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get the fact table specified by name
getFactUpdatePeriodsFromStorageTables(XStorageTables) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
getFilterResults(UUID, String) - Method in class org.apache.lens.server.ui.MetastoreUIResource
Get all Table and column names and types which contain the search word
getFinishedQueries() - Method in class org.apache.lens.server.MetricsServiceImpl
 
getFinishedQueriesCount() - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
getFlattenedColumns(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getFlattenedColumns(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get flattened list of columns reachable from a cube or a dimension
getHiveSessionConf() - Static method in class org.apache.lens.server.session.LensSessionImpl
 
getHiveSessionHandle(LensSessionHandle) - Static method in class org.apache.lens.server.LensService
Gets the hive session handle.
getHiveTable(Configuration) - Method in class org.apache.lens.server.stats.event.LoggableLensStatistics
Gets the hive table.
getHiveTable(Configuration) - Method in class org.apache.lens.server.stats.event.query.QueryExecutionStatistics
 
getHttpResultSet(LensSessionHandle, QueryHandle) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
getHttpResultSet(LensSessionHandle, String) - Method in class org.apache.lens.server.query.QueryServiceResource
Get the http endpoint for result set.
getHttpResultSet(UUID, String) - Method in class org.apache.lens.server.ui.QueryServiceUIResource
Get the http endpoint for result set.
getIndexMessage() - Method in class org.apache.lens.server.IndexResource
 
getLastAccessTime() - Method in class org.apache.lens.server.session.LensSessionImpl
 
getLastAccessTime() - Method in class org.apache.lens.server.session.LensSessionImpl.LensSessionPersistInfo
 
getLatestDateOfCube(LensSessionHandle, String, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getLatestDateOfCube(LensSessionHandle, String, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get the latest available date upto which data is available for the base cubes, for the time dimension.
getLensConf(LensSessionHandle, LensConf) - Method in class org.apache.lens.server.LensService
Gets the lens conf.
getLensConf(LensConf) - Method in class org.apache.lens.server.LensService
Gets the lens conf.
getLensServices() - Method in class org.apache.lens.server.LensServices
 
getLensSessionPersistInfo() - Method in class org.apache.lens.server.session.LensSessionImpl
 
getListeners(Class<T>) - Method in class org.apache.lens.server.EventServiceImpl
 
getLocation() - Method in class org.apache.lens.server.session.LensSessionImpl.ResourceEntry
 
getLoggedInUser() - Method in class org.apache.lens.server.session.LensSessionImpl
 
getMessage() - Method in class org.apache.lens.server.IndexResource
 
getMessage() - Method in class org.apache.lens.server.metastore.MetastoreResource
API to know if metastore service is up and running
getMessage() - Method in class org.apache.lens.server.query.QueryServiceResource
API to know if Query service is up and running
getMessage() - Method in class org.apache.lens.server.quota.QuotaResource
 
getMessage() - Method in class org.apache.lens.server.scheduler.ScheduleResource
 
getMessage() - Method in class org.apache.lens.server.session.SessionResource
API to know if session service is up and running
getMessage() - Method in class org.apache.lens.server.ui.MetastoreUIResource
API to know if metastore service is up and running
getMessage() - Method in class org.apache.lens.server.ui.SessionUIResource
API to know if session service is up and running
getMetadata() - Method in class org.apache.lens.server.query.LensPersistentResult
 
getNativeTable(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getNativeTable(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get the native table passed in name
getOutputPath() - Method in class org.apache.lens.server.query.LensPersistentResult
 
getParams(LensSessionHandle, boolean, String) - Method in class org.apache.lens.server.session.SessionResource
Get a list of key=value parameters set for this session.
getPartMap() - Method in class org.apache.lens.server.stats.store.log.PartitionEvent
Gets the partition map with location of log files to partition key.
getPassword() - Method in class org.apache.lens.server.session.LensSessionImpl.LensSessionPersistInfo
 
getPreparedQuery(LensSessionHandle, QueryPrepareHandle) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
getPreparedQuery(LensSessionHandle, String) - Method in class org.apache.lens.server.query.QueryServiceResource
Get a prepared query specified by handle.
getQuery(String) - Method in class org.apache.lens.server.query.LensServerDAO
Fetch Finished query from Database.
getQuery(LensSessionHandle, QueryHandle) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
getQueryUserResolver(UserConfigLoaderFactory.RESOLVER_TYPE) - Static method in class org.apache.lens.server.user.UserConfigLoaderFactory
Gets the query user resolver.
getQueuedQueries() - Method in class org.apache.lens.server.MetricsServiceImpl
 
getQueuedQueriesCount() - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
getReporters() - Method in class org.apache.lens.server.MetricsServiceImpl
 
getResources() - Method in class org.apache.lens.server.session.LensSessionImpl
 
getResources() - Method in class org.apache.lens.server.session.LensSessionImpl.LensSessionPersistInfo
 
getRestoreCount() - Method in class org.apache.lens.server.session.LensSessionImpl.ResourceEntry
 
getResultSet(LensSessionHandle, String, long, int) - Method in class org.apache.lens.server.query.QueryServiceResource
Fetch the result set.
getResultSet(UUID, String, int, int) - Method in class org.apache.lens.server.ui.QueryServiceUIResource
Fetch the result set.
getResultSetMetadata(LensSessionHandle, QueryHandle) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
getResultSetMetadata(LensSessionHandle, String) - Method in class org.apache.lens.server.query.QueryServiceResource
Get resultset metadata of the query.
getRunningQueries() - Method in class org.apache.lens.server.MetricsServiceImpl
 
getRunningQueriesCount() - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
getServerDomain() - Method in class org.apache.lens.server.LensService
 
getService(String) - Method in class org.apache.lens.server.LensServices
 
getServiceProvider() - Method in class org.apache.lens.server.ServiceProviderFactoryImpl
 
getServiceState() - Method in class org.apache.lens.server.LensServices
 
getSession(LensSessionHandle) - Method in class org.apache.lens.server.LensService
Gets the session.
getSessionConf() - Method in class org.apache.lens.server.session.LensSessionImpl
 
getSessionHandle(String) - Method in class org.apache.lens.server.LensService
Gets the session handle.
getSessionHandle() - Method in class org.apache.lens.server.session.LensSessionImpl.LensSessionPersistInfo
 
getSessionManager() - Method in class org.apache.lens.server.LensService
 
getStaticResource(String) - Method in class org.apache.lens.server.ui.StaticFileResource
Gets the static resource.
getStatus() - Method in class org.apache.lens.server.IndexResource
 
getStatus(LensSessionHandle, String) - Method in class org.apache.lens.server.query.QueryServiceResource
Get lens query and its current status.
getStatus(UUID, String) - Method in class org.apache.lens.server.ui.QueryServiceUIResource
Get lens query and its current status.
getStorage(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getStorage(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get the storage specified by name
getStorageOfDim(LensSessionHandle, String, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getStorageOfDim(LensSessionHandle, String, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get the dim storage table
getStorageOfFact(LensSessionHandle, String, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getStorageOfFact(LensSessionHandle, String, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get the fact storage table
getStoragesOfFact(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
getStoragesOfFact(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Get all storages of the fact table in the metastore
getStorageTableDescFromHiveTable(Table) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
getSvc() - Method in class org.apache.lens.server.metastore.MetastoreResource
 
getSvc() - Method in class org.apache.lens.server.ui.MetastoreUIResource
 
getThreadDump() - Method in class org.apache.lens.server.IndexResource
 
getTotalAcceptedQueries() - Method in class org.apache.lens.server.MetricsServiceImpl
 
getTotalCancelledQueries() - Method in class org.apache.lens.server.MetricsServiceImpl
 
getTotalFailedQueries() - Method in class org.apache.lens.server.MetricsServiceImpl
 
getTotalFinishedQueries() - Method in class org.apache.lens.server.MetricsServiceImpl
 
getTotalSuccessfulQueries() - Method in class org.apache.lens.server.MetricsServiceImpl
 
getType() - Method in class org.apache.lens.server.session.LensSessionImpl.ResourceEntry
 
getUserConfig(String) - Method in class org.apache.lens.server.user.CustomUserConfigLoader
 
getUserConfig(String) - Method in class org.apache.lens.server.user.DatabaseUserConfigLoader
 
getUserConfig(String) - Method in class org.apache.lens.server.user.FixedUserConfigLoader
 
getUserConfig(String) - Method in class org.apache.lens.server.user.LDAPBackedDatabaseUserConfigLoader
 
getUserConfig(String) - Method in class org.apache.lens.server.user.PropertyBasedUserConfigLoader
 
getUserConfig(String) - Method in class org.apache.lens.server.user.UserConfigLoader
Gets the user config.
getUserConfig(String) - Static method in class org.apache.lens.server.user.UserConfigLoaderFactory
Gets the user config.
getUsername() - Method in class org.apache.lens.server.session.LensSessionImpl.LensSessionPersistInfo
 
getXMLGregorianCalendar(Date) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
getXStorageTableFromHiveTable(Table) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 

H

handleDriverSessionStart(DriverEvent) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
Handle driver session start.
hiveConf - Variable in class org.apache.lens.server.user.UserConfigLoader
The hive conf.
hiveCubeFromXCube(XCube, Cube) - Static method in class org.apache.lens.server.metastore.JAXBUtils
Create a hive ql cube obejct from corresponding JAXB object
hiveDimAttrFromXDimAttr(XDimAttribute) - Static method in class org.apache.lens.server.metastore.JAXBUtils
Create a hive ql CubeDimension from JAXB counterpart
hiveExprColumnFromXExprColumn(XExprColumn) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
hiveMeasureFromXMeasure(XMeasure) - Static method in class org.apache.lens.server.metastore.JAXBUtils
Create hive ql CubeMeasure from JAXB counterpart
HiveSessionService - Class in org.apache.lens.server.session
The Class HiveSessionService.
HiveSessionService(CLIService) - Constructor for class org.apache.lens.server.session.HiveSessionService
Instantiates a new hive session service.
HiveSessionService.SessionExpiryRunnable - Class in org.apache.lens.server.session
The Class SessionExpiryRunnable.
HiveSessionService.SessionExpiryRunnable() - Constructor for class org.apache.lens.server.session.HiveSessionService.SessionExpiryRunnable
 
HTTP_CLIENT_ERROR - Static variable in class org.apache.lens.server.LensRequestListener
The Constant HTTP_CLIENT_ERROR.
HTTP_ERROR - Static variable in class org.apache.lens.server.LensRequestListener
The Constant HTTP_ERROR.
HTTP_REQUESTS_FINISHED - Static variable in class org.apache.lens.server.LensRequestListener
The Constant HTTP_REQUESTS_FINISHED.
HTTP_REQUESTS_STARTED - Static variable in class org.apache.lens.server.LensRequestListener
The Constant HTTP_REQUESTS_STARTED.
HTTP_SERVER_ERROR - Static variable in class org.apache.lens.server.LensRequestListener
The Constant HTTP_SERVER_ERROR.
HTTP_UNKOWN_ERROR - Static variable in class org.apache.lens.server.LensRequestListener
The Constant HTTP_UNKOWN_ERROR.

I

incrCounter(String) - Method in class org.apache.lens.server.MetricsServiceImpl
 
incrCounter(Class<?>, String) - Method in class org.apache.lens.server.MetricsServiceImpl
 
IndexApp - Class in org.apache.lens.server
The Class IndexApp.
IndexApp() - Constructor for class org.apache.lens.server.IndexApp
 
IndexResource - Class in org.apache.lens.server
The Class IndexResource.
IndexResource() - Constructor for class org.apache.lens.server.IndexResource
 
init(HiveConf) - Method in class org.apache.lens.server.EventServiceImpl
 
init(HiveConf) - Method in class org.apache.lens.server.LensServices
 
init(FilterConfig) - Method in class org.apache.lens.server.metastore.AuthorizationFilter
 
init(HiveConf) - Method in class org.apache.lens.server.MetricsServiceImpl
 
init(FilterConfig) - Method in class org.apache.lens.server.query.AuthorizationFilter
 
init(Configuration) - Method in class org.apache.lens.server.query.LensServerDAO
Inits the.
init(HiveConf) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
init(HiveConf) - Method in class org.apache.lens.server.stats.StatisticsService
 
init(HiveConf) - Static method in class org.apache.lens.server.user.UserConfigLoaderFactory
Inits the.
initCounters() - Method in class org.apache.lens.server.MetricsServiceImpl
Inits the counters.
initialize(Configuration) - Method in class org.apache.lens.server.stats.store.log.LogStatisticsStore
 
initialize(Configuration) - Method in class org.apache.lens.server.stats.store.log.StatisticsLogPartitionHandler
Initialize.
initialize(Configuration) - Method in class org.apache.lens.server.stats.store.log.StatisticsLogRollupHandler
Initalize the handler.
initialize(Configuration) - Method in class org.apache.lens.server.stats.store.StatisticsStore
Initialize the store.
initializeUserConfigLoader() - Static method in class org.apache.lens.server.user.UserConfigLoaderFactory
Initialize user config loader.
insertFinishedQuery(FinishedLensQuery) - Method in class org.apache.lens.server.query.LensServerDAO
DAO method to insert a new Finished query into Table.
isActive() - Method in class org.apache.lens.server.session.LensSessionImpl
 
isStopping() - Method in class org.apache.lens.server.LensServices
 

J

JAXBUtils - Class in org.apache.lens.server.metastore
Utilities for converting to and from JAXB types to hive.ql.metadata.cube types
JAXBUtils() - Constructor for class org.apache.lens.server.metastore.JAXBUtils
 
joinChainFromXJoinChain(XJoinChain) - Static method in class org.apache.lens.server.metastore.JAXBUtils
Create cube's JoinChain from JAXB counterpart

K

keys - Variable in class org.apache.lens.server.user.DatabaseUserConfigLoader
The keys.

L

LDAPBackedDatabaseUserConfigLoader - Class in org.apache.lens.server.user
The Class LDAPBackedDatabaseUserConfigLoader.
LDAPBackedDatabaseUserConfigLoader(HiveConf) - Constructor for class org.apache.lens.server.user.LDAPBackedDatabaseUserConfigLoader
Instantiates a new LDAP backed database user config loader.
LENS_SERVICES_NAME - Static variable in class org.apache.lens.server.LensServices
The Constant LENS_SERVICES_NAME.
LensApplication - Class in org.apache.lens.server
The Class LensApplication.
LensApplication() - Constructor for class org.apache.lens.server.LensApplication
 
LensApplicationListener - Class in org.apache.lens.server
The listener interface for receiving lensApplication events.
LensApplicationListener() - Constructor for class org.apache.lens.server.LensApplicationListener
 
LensPersistentResult - Class in org.apache.lens.server.query
The Class LensPersistentResult.
LensPersistentResult(LensResultSetMetadata, String, int) - Constructor for class org.apache.lens.server.query.LensPersistentResult
Instantiates a new lens persistent result.
LensRequestListener - Class in org.apache.lens.server
Event listener used for metrics in errors.
LensRequestListener() - Constructor for class org.apache.lens.server.LensRequestListener
 
LensServer - Class in org.apache.lens.server
The Class LensServer.
LensServerConf - Class in org.apache.lens.server
The Class LensServerConf.
LensServerConf() - Constructor for class org.apache.lens.server.LensServerConf
 
LensServerDAO - Class in org.apache.lens.server.query
Top level class which logs and retrieves finished query from Database.
LensServerDAO() - Constructor for class org.apache.lens.server.query.LensServerDAO
 
LensService - Class in org.apache.lens.server
The Class LensService.
LensService(String, CLIService) - Constructor for class org.apache.lens.server.LensService
Instantiates a new lens service.
LensServices - Class in org.apache.lens.server
Manage lifecycle of all Lens services
LensServices(String) - Constructor for class org.apache.lens.server.LensServices
Instantiates a new lens services.
LensServices.SERVICE_MODE - Enum in org.apache.lens.server
The Enum SERVICE_MODE.
LensServletContextListener - Class in org.apache.lens.server
Initialize the webapp.
LensServletContextListener() - Constructor for class org.apache.lens.server.LensServletContextListener
 
LensSessionImpl - Class in org.apache.lens.server.session
The Class LensSessionImpl.
LensSessionImpl(TProtocolVersion, String, String, HiveConf, Map<String, String>, String) - Constructor for class org.apache.lens.server.session.LensSessionImpl
Instantiates a new lens session impl.
LensSessionImpl(SessionHandle, TProtocolVersion, String, String, HiveConf, Map<String, String>, String) - Constructor for class org.apache.lens.server.session.LensSessionImpl
Constructor used when restoring session.
LensSessionImpl.LensSessionPersistInfo - Class in org.apache.lens.server.session
The Class LensSessionPersistInfo.
LensSessionImpl.LensSessionPersistInfo() - Constructor for class org.apache.lens.server.session.LensSessionImpl.LensSessionPersistInfo
 
LensSessionImpl.ResourceEntry - Class in org.apache.lens.server.session
The Class ResourceEntry.
LensSessionImpl.ResourceEntry(String, String) - Constructor for class org.apache.lens.server.session.LensSessionImpl.ResourceEntry
Instantiates a new resource entry.
LensStatistics - Class in org.apache.lens.server.stats.event
Class used to capture statistics information for various components.
LensStatistics(long) - Constructor for class org.apache.lens.server.stats.event.LensStatistics
Instantiates a new lens statistics.
listAllResources(LensSessionHandle, String) - Method in class org.apache.lens.server.session.HiveSessionService
 
listResources(LensSessionHandle, String) - Method in class org.apache.lens.server.session.SessionResource
Lists resources from the session for a given resource type.
LOG - Static variable in class org.apache.lens.server.AuthenticationFilter
The Constant LOG.
LOG - Static variable in class org.apache.lens.server.EventServiceImpl
The Constant LOG.
LOG - Static variable in class org.apache.lens.server.LensApplication
The Constant LOG.
LOG - Static variable in class org.apache.lens.server.LensApplicationListener
The Constant LOG.
LOG - Static variable in class org.apache.lens.server.LensServer
The Constant LOG.
LOG - Static variable in class org.apache.lens.server.LensService
The Constant LOG.
LOG - Static variable in class org.apache.lens.server.LensServices
The Constant LOG.
LOG - Static variable in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
LOG - Static variable in class org.apache.lens.server.metastore.JAXBUtils
 
LOG - Static variable in class org.apache.lens.server.metastore.MetastoreResource
 
LOG - Static variable in class org.apache.lens.server.MetricsServiceImpl
The Constant LOG.
LOG - Static variable in class org.apache.lens.server.query.QueryEndNotifier
The Constant LOG.
LOG - Static variable in class org.apache.lens.server.query.QueryExecutionServiceImpl
The Constant LOG.
LOG - Static variable in class org.apache.lens.server.query.QueryServiceResource
The Constant LOG.
LOG - Static variable in class org.apache.lens.server.query.ResultFormatter
The Constant LOG.
LOG - Static variable in class org.apache.lens.server.session.HiveSessionService
The Constant LOG.
LOG - Static variable in class org.apache.lens.server.session.LensSessionImpl
The Constant LOG.
LOG - Static variable in class org.apache.lens.server.session.SessionResource
The Constant LOG.
LOG - Static variable in class org.apache.lens.server.ui.MetastoreUIResource
 
LOG - Static variable in class org.apache.lens.server.ui.QueryServiceUIResource
The Constant LOG.
LOG - Static variable in class org.apache.lens.server.ui.SessionUIResource
The Constant LOG.
LOG - Static variable in class org.apache.lens.server.ui.StaticFileResource
The Constant LOG.
LOG_PARTITION_HANDLER_COUNTER - Static variable in class org.apache.lens.server.stats.store.log.StatisticsLogPartitionHandler
The Constant LOG_PARTITION_HANDLER_COUNTER.
LOG_PROPERTIES_FILE_KEY - Static variable in class org.apache.lens.server.LensServletContextListener
The Constant LOG_PROPERTIES_FILE_KEY.
LOG_SCANNER_ERRORS - Static variable in class org.apache.lens.server.stats.store.log.StatisticsLogFileScannerTask
The Constant LOG_SCANNER_ERRORS.
LOG_STORE_ERRORS - Static variable in class org.apache.lens.server.stats.store.log.LogStatisticsStore
The Constant LOG_STORE_ERRORS.
LoggableLensStatistics - Class in org.apache.lens.server.stats.event
Loggable Lens Statistics which is logged to a log4j file as a JSON Object.
LoggableLensStatistics(long) - Constructor for class org.apache.lens.server.stats.event.LoggableLensStatistics
Instantiates a new loggable lens statistics.
LoggableLensStatistics() - Constructor for class org.apache.lens.server.stats.event.LoggableLensStatistics
Instantiates a new loggable lens statistics.
LogStatisticsStore - Class in org.apache.lens.server.stats.store.log
The Class LogStatisticsStore.
LogStatisticsStore() - Constructor for class org.apache.lens.server.stats.store.log.LogStatisticsStore
Instantiates a new log statistics store.

M

main(String[]) - Static method in class org.apache.lens.server.LensServer
The main method.
mapFromXProperties(XProperties) - Static method in class org.apache.lens.server.metastore.JAXBUtils
Convert JAXB properties to Map
mergeMaps(Map<K, V>, Map<K, V>, boolean) - Static method in class org.apache.lens.server.util.UtilityMethods
Merge maps.
MetastoreApp - Class in org.apache.lens.server.metastore
 
MetastoreApp() - Constructor for class org.apache.lens.server.metastore.MetastoreApp
 
MetastoreResource - Class in org.apache.lens.server.metastore
metastore resource api This provides api for all things metastore.
MetastoreResource() - Constructor for class org.apache.lens.server.metastore.MetastoreResource
 
MetastoreUIResource - Class in org.apache.lens.server.ui
metastore UI resource api

This provides api for all things metastore UI.

MetastoreUIResource() - Constructor for class org.apache.lens.server.ui.MetastoreUIResource
 
METRICS_SVC_NAME - Static variable in class org.apache.lens.server.MetricsServiceImpl
The Constant METRICS_SVC_NAME.
MetricsServiceImpl - Class in org.apache.lens.server
The Class MetricsServiceImpl.
MetricsServiceImpl(String) - Constructor for class org.apache.lens.server.MetricsServiceImpl
Instantiates a new metrics service impl.
MetricsServiceImpl.AsyncQueryStatusListener - Class in org.apache.lens.server
The listener interface for receiving asyncQueryStatus events.
MetricsServiceImpl.AsyncQueryStatusListener() - Constructor for class org.apache.lens.server.MetricsServiceImpl.AsyncQueryStatusListener
 

N

NAME - Static variable in class org.apache.lens.server.query.QueryExecutionServiceImpl
The Constant NAME.
nativeTableFromMetaTable(Table) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
nonTimePartSpecfromXNonTimePartSpec(XPartSpec) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
notifyEvent(LensEvent) - Method in class org.apache.lens.server.EventServiceImpl
 

O

onEvent(ApplicationEvent) - Method in class org.apache.lens.server.LensApplicationListener
 
onEvent(RequestEvent) - Method in class org.apache.lens.server.LensRequestListener
 
onEvent(StatusChange) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl.QueryStatusLogger
 
onRequest(RequestEvent) - Method in class org.apache.lens.server.LensApplicationListener
 
openSession(String, String, Map<String, String>) - Method in class org.apache.lens.server.LensService
Open session.
openSession(String, String, Map<String, String>) - Method in class org.apache.lens.server.session.HiveSessionService
 
openSession(String, String, LensConf) - Method in class org.apache.lens.server.session.SessionResource
Create a new session with Lens server.
openSession(String, String, LensConf) - Method in class org.apache.lens.server.ui.SessionUIResource
Create a new session with Lens server.
openSessions - Static variable in class org.apache.lens.server.ui.SessionUIResource
The open sessions.
org.apache.lens.server - package org.apache.lens.server
 
org.apache.lens.server.metastore - package org.apache.lens.server.metastore
 
org.apache.lens.server.query - package org.apache.lens.server.query
 
org.apache.lens.server.quota - package org.apache.lens.server.quota
 
org.apache.lens.server.scheduler - package org.apache.lens.server.scheduler
 
org.apache.lens.server.session - package org.apache.lens.server.session
 
org.apache.lens.server.stats - package org.apache.lens.server.stats
 
org.apache.lens.server.stats.event - package org.apache.lens.server.stats.event
 
org.apache.lens.server.stats.event.query - package org.apache.lens.server.stats.event.query
 
org.apache.lens.server.stats.store - package org.apache.lens.server.stats.store
 
org.apache.lens.server.stats.store.log - package org.apache.lens.server.stats.store.log
 
org.apache.lens.server.ui - package org.apache.lens.server.ui
 
org.apache.lens.server.user - package org.apache.lens.server.user
 
org.apache.lens.server.util - package org.apache.lens.server.util
 

P

PartitionEvent - Class in org.apache.lens.server.stats.store.log
Event class which encapsulates the partition information.
PartitionEvent(String, Map<String, String>, String) - Constructor for class org.apache.lens.server.stats.store.log.PartitionEvent
Instantiates a new partition event.
pauseQuerySubmitter() - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
Pause query submitter.
prepare(LensSessionHandle, String, LensConf, String) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
PREPARED_QUERIES_COUNTER - Static variable in class org.apache.lens.server.query.QueryExecutionServiceImpl
The Constant PREPARED_QUERIES_COUNTER.
PREPARED_QUERY_PURGER_COUNTER - Static variable in class org.apache.lens.server.query.QueryExecutionServiceImpl
The Constant PREPARED_QUERY_PURGER_COUNTER.
prepareQuery(LensSessionHandle, String, String, LensConf, String) - Method in class org.apache.lens.server.query.QueryServiceResource
Prepare a query or 'explain and prepare' the query.
prepareStopping() - Method in class org.apache.lens.server.LensService
Prepare stopping.
prepareStopping() - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
process(StatusChange) - Method in class org.apache.lens.server.MetricsServiceImpl.AsyncQueryStatusListener
 
process(QueryEnded) - Method in class org.apache.lens.server.query.QueryEndNotifier
 
process(QueryEnded) - Method in class org.apache.lens.server.query.QueryExecutionStatisticsGenerator
 
process(QueryExecuted) - Method in class org.apache.lens.server.query.ResultFormatter
 
process(LoggableLensStatistics) - Method in class org.apache.lens.server.stats.store.log.LogStatisticsStore
 
process(PartitionEvent) - Method in class org.apache.lens.server.stats.store.log.StatisticsLogPartitionHandler
 
processCurrentStatus(QueryStatus.Status) - Method in class org.apache.lens.server.MetricsServiceImpl.AsyncQueryStatusListener
Process current status.
PropertyBasedUserConfigLoader - Class in org.apache.lens.server.user
The Class PropertyBasedUserConfigLoader.
PropertyBasedUserConfigLoader(HiveConf) - Constructor for class org.apache.lens.server.user.PropertyBasedUserConfigLoader
Instantiates a new property based user config loader.
publishReport() - Method in class org.apache.lens.server.MetricsServiceImpl
 

Q

query(LensSessionHandle, String, String, LensConf, Long, String) - Method in class org.apache.lens.server.query.QueryServiceResource
Submit the query for explain or execute or execute with a timeout.
query(UUID, String, String) - Method in class org.apache.lens.server.ui.QueryServiceUIResource
Submit the query for explain or execute or execute with a timeout.
QUERY_PURGER_COUNTER - Static variable in class org.apache.lens.server.query.QueryExecutionServiceImpl
The Constant QUERY_PURGER_COUNTER.
QUERY_SUBMITTER_COUNTER - Static variable in class org.apache.lens.server.query.QueryExecutionServiceImpl
The Constant QUERY_SUBMITTER_COUNTER.
QueryApp - Class in org.apache.lens.server.query
The Class QueryApp.
QueryApp() - Constructor for class org.apache.lens.server.query.QueryApp
 
queryDatabase(BasicDataSource, String, boolean, Object...) - Static method in class org.apache.lens.server.util.UtilityMethods
Query database.
QueryDriverStatistics - Class in org.apache.lens.server.stats.event.query
Statistics class for capturing query driver information.
QueryDriverStatistics() - Constructor for class org.apache.lens.server.stats.event.query.QueryDriverStatistics
 
QueryEndNotifier - Class in org.apache.lens.server.query
The Class QueryEndNotifier.
QueryEndNotifier(QueryExecutionServiceImpl, HiveConf) - Constructor for class org.apache.lens.server.query.QueryEndNotifier
Instantiates a new query end notifier.
QueryExecutionServiceImpl - Class in org.apache.lens.server.query
The Class QueryExecutionServiceImpl.
QueryExecutionServiceImpl(CLIService) - Constructor for class org.apache.lens.server.query.QueryExecutionServiceImpl
Instantiates a new query execution service impl.
QueryExecutionServiceImpl.QueryStatusLogger - Class in org.apache.lens.server.query
The Class QueryStatusLogger.
QueryExecutionServiceImpl.QueryStatusLogger() - Constructor for class org.apache.lens.server.query.QueryExecutionServiceImpl.QueryStatusLogger
 
QueryExecutionStatistics - Class in org.apache.lens.server.stats.event.query
Statistics class used to capture query information.
QueryExecutionStatistics() - Constructor for class org.apache.lens.server.stats.event.query.QueryExecutionStatistics
Instantiates a new query execution statistics.
QueryExecutionStatistics(long) - Constructor for class org.apache.lens.server.stats.event.query.QueryExecutionStatistics
Instantiates a new query execution statistics.
QueryExecutionStatisticsGenerator - Class in org.apache.lens.server.query
Top level class which handles all Query Events.
QueryExecutionStatisticsGenerator(QueryExecutionServiceImpl, LensEventService) - Constructor for class org.apache.lens.server.query.QueryExecutionStatisticsGenerator
Instantiates a new query execution statistics generator.
QuerySchedulerServiceImpl - Class in org.apache.lens.server.scheduler
The Class QuerySchedulerServiceImpl.
QuerySchedulerServiceImpl(CLIService) - Constructor for class org.apache.lens.server.scheduler.QuerySchedulerServiceImpl
Instantiates a new query scheduler service impl.
QueryServiceResource - Class in org.apache.lens.server.query
queryapi resource This provides api for all things query.
QueryServiceResource() - Constructor for class org.apache.lens.server.query.QueryServiceResource
Instantiates a new query service resource.
QueryServiceUIResource - Class in org.apache.lens.server.ui
The Class QueryServiceUIResource.
QueryServiceUIResource() - Constructor for class org.apache.lens.server.ui.QueryServiceUIResource
Instantiates a new query service ui resource.
querySql - Variable in class org.apache.lens.server.user.DatabaseUserConfigLoader
The query sql.
querySubmitter - Variable in class org.apache.lens.server.query.QueryExecutionServiceImpl
The query submitter.
QuotaApp - Class in org.apache.lens.server.quota
The Class QuotaApp.
QuotaApp() - Constructor for class org.apache.lens.server.quota.QuotaApp
 
QuotaResource - Class in org.apache.lens.server.quota
The Class QuotaResource.
QuotaResource() - Constructor for class org.apache.lens.server.quota.QuotaResource
 
QuotaServiceImpl - Class in org.apache.lens.server.quota
The Class QuotaServiceImpl.
QuotaServiceImpl(CLIService) - Constructor for class org.apache.lens.server.quota.QuotaServiceImpl
Instantiates a new quota service impl.

R

readExternal(ObjectInput) - Method in class org.apache.lens.server.LensService
 
readExternal(ObjectInput) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
readExternal(ObjectInput) - Method in class org.apache.lens.server.session.HiveSessionService
 
readExternal(ObjectInput) - Method in class org.apache.lens.server.session.LensSessionImpl.LensSessionPersistInfo
 
release(LensSessionHandle) - Method in class org.apache.lens.server.LensService
Release.
release(String) - Method in class org.apache.lens.server.LensService
Releases a lens session specified by the public UUID.
release() - Method in class org.apache.lens.server.session.LensSessionImpl
 
removeDomain(String) - Static method in class org.apache.lens.server.util.UtilityMethods
Removes the domain.
removeListener(LensEventListener) - Method in class org.apache.lens.server.EventServiceImpl
 
removeListenerForType(LensEventListener<? super T>, Class<T>) - Method in class org.apache.lens.server.EventServiceImpl
 
removeResource(String, String) - Method in class org.apache.lens.server.session.LensSessionImpl
Removes the resource.
restoredResource() - Method in class org.apache.lens.server.session.LensSessionImpl.ResourceEntry
Restored resource.
restoreSession(LensSessionHandle, String, String) - Method in class org.apache.lens.server.LensService
Restore session from previous instance of lens server.
ResultFormatter - Class in org.apache.lens.server.query
The Class ResultFormatter.
ResultFormatter(QueryExecutionServiceImpl) - Constructor for class org.apache.lens.server.query.ResultFormatter
Instantiates a new result formatter.
run() - Method in class org.apache.lens.server.session.HiveSessionService.SessionExpiryRunnable
 
run() - Method in class org.apache.lens.server.stats.store.log.StatisticsLogFileScannerTask
 
runInternal() - Method in class org.apache.lens.server.session.HiveSessionService.SessionExpiryRunnable
Run internal.

S

SchedulerApp - Class in org.apache.lens.server.scheduler
The Class SchedulerApp.
SchedulerApp() - Constructor for class org.apache.lens.server.scheduler.SchedulerApp
 
ScheduleResource - Class in org.apache.lens.server.scheduler
The Class ScheduleResource.
ScheduleResource() - Constructor for class org.apache.lens.server.scheduler.ScheduleResource
 
sendMail(String, String, String, String, String, String, String, int, int) - Static method in class org.apache.lens.server.query.QueryEndNotifier
Send mail.
ServerModeFilter - Class in org.apache.lens.server
The Class ServerModeFilter.
ServerModeFilter() - Constructor for class org.apache.lens.server.ServerModeFilter
 
ServiceProviderFactoryImpl - Class in org.apache.lens.server
The Class ServiceProviderFactoryImpl.
ServiceProviderFactoryImpl() - Constructor for class org.apache.lens.server.ServiceProviderFactoryImpl
 
SessionApp - Class in org.apache.lens.server.session
The Class SessionApp.
SessionApp() - Constructor for class org.apache.lens.server.session.SessionApp
 
sessionMap - Static variable in class org.apache.lens.server.LensService
The session map.
SessionResource - Class in org.apache.lens.server.session
Session resource api This provides api for all things in session.
SessionResource() - Constructor for class org.apache.lens.server.session.SessionResource
Instantiates a new session resource.
SessionUIResource - Class in org.apache.lens.server.ui
Session resource api

This provides api for all things in session.

SessionUIResource() - Constructor for class org.apache.lens.server.ui.SessionUIResource
Instantiates a new session ui resource.
setConfig(Map<String, String>) - Method in class org.apache.lens.server.session.LensSessionImpl.LensSessionPersistInfo
 
setConfig(String, String) - Method in class org.apache.lens.server.session.LensSessionImpl
Sets the config.
setCurrentDatabase(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
Change the current database used by the CubeMetastoreClient
setCurrentDatabase(String) - Method in class org.apache.lens.server.session.LensSessionImpl
 
setDatabase(LensSessionHandle, String) - Method in class org.apache.lens.server.metastore.MetastoreResource
Set the current db
setDatabase(String) - Method in class org.apache.lens.server.session.LensSessionImpl.LensSessionPersistInfo
 
setLastAccessTime(long) - Method in class org.apache.lens.server.session.LensSessionImpl.LensSessionPersistInfo
 
setParam(LensSessionHandle, String, String) - Method in class org.apache.lens.server.session.SessionResource
Set value for a parameter specified by key The parameters can be a hive variable or a configuration.
setPassword(String) - Method in class org.apache.lens.server.session.LensSessionImpl.LensSessionPersistInfo
 
setResources(List<LensSessionImpl.ResourceEntry>) - Method in class org.apache.lens.server.session.LensSessionImpl.LensSessionPersistInfo
 
setSessionConf(Map<String, String>) - Method in class org.apache.lens.server.session.LensSessionImpl.LensSessionPersistInfo
 
setSessionHandle(LensSessionHandle) - Method in class org.apache.lens.server.session.LensSessionImpl.LensSessionPersistInfo
 
setSessionParameter(LensSessionHandle, String, String) - Method in class org.apache.lens.server.session.HiveSessionService
 
setSessionParameter(LensSessionHandle, String, String, boolean) - Method in class org.apache.lens.server.session.HiveSessionService
Sets the session parameter.
setUsername(String) - Method in class org.apache.lens.server.session.LensSessionImpl.LensSessionPersistInfo
 
size() - Method in class org.apache.lens.server.query.LensPersistentResult
 
start() - Method in class org.apache.lens.server.EventServiceImpl
 
start() - Method in class org.apache.lens.server.LensServer
Start.
start() - Method in class org.apache.lens.server.LensServices
 
start() - Method in class org.apache.lens.server.MetricsServiceImpl
 
start() - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
start() - Method in class org.apache.lens.server.session.HiveSessionService
 
start() - Method in class org.apache.lens.server.stats.StatisticsService
 
start(LensEventService) - Method in class org.apache.lens.server.stats.store.log.LogStatisticsStore
 
start(LensEventService) - Method in class org.apache.lens.server.stats.store.log.StatisticsLogRollupHandler
Start.
start(LensEventService) - Method in class org.apache.lens.server.stats.store.StatisticsStore
Start the Store.
startServices(HiveConf) - Method in class org.apache.lens.server.LensServer
Start services.
StaticFileResource - Class in org.apache.lens.server.ui
The Class StaticFileResource.
StaticFileResource() - Constructor for class org.apache.lens.server.ui.StaticFileResource
 
StatisticsLogFileScannerTask - Class in org.apache.lens.server.stats.store.log
Timer class for monitoring log file rollup.
StatisticsLogFileScannerTask() - Constructor for class org.apache.lens.server.stats.store.log.StatisticsLogFileScannerTask
 
StatisticsLogLayout - Class in org.apache.lens.server.stats.store.log
Empty statistics log layout for log4j.
StatisticsLogLayout() - Constructor for class org.apache.lens.server.stats.store.log.StatisticsLogLayout
 
StatisticsLogPartitionHandler - Class in org.apache.lens.server.stats.store.log
Class used to copy log files to HDFS and add partition to hive metastore.
StatisticsLogPartitionHandler() - Constructor for class org.apache.lens.server.stats.store.log.StatisticsLogPartitionHandler
 
StatisticsLogRollupHandler - Class in org.apache.lens.server.stats.store.log
Class which handles the log4j rolled file.
StatisticsLogRollupHandler() - Constructor for class org.apache.lens.server.stats.store.log.StatisticsLogRollupHandler
 
StatisticsService - Class in org.apache.lens.server.stats
The Class StatisticsService.
StatisticsService(String) - Constructor for class org.apache.lens.server.stats.StatisticsService
Instantiates a new statistics service.
StatisticsStore<T extends LensStatistics> - Class in org.apache.lens.server.stats.store
Top level class used to persist the Statistics event.
StatisticsStore() - Constructor for class org.apache.lens.server.stats.store.StatisticsStore
 
STATS_SVC_NAME - Static variable in class org.apache.lens.server.stats.StatisticsService
The Constant STATS_SVC_NAME.
STATUS_LOG - Static variable in class org.apache.lens.server.query.QueryExecutionServiceImpl.QueryStatusLogger
The Constant STATUS_LOG.
STATUS_UPDATE_COUNTER - Static variable in class org.apache.lens.server.query.QueryExecutionServiceImpl
The Constant STATUS_UPDATE_COUNTER.
stop() - Method in class org.apache.lens.server.EventServiceImpl
 
stop() - Method in class org.apache.lens.server.LensServer
Stop.
stop() - Method in class org.apache.lens.server.LensServices
 
stop() - Method in class org.apache.lens.server.MetricsServiceImpl
 
stop() - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
stop() - Method in class org.apache.lens.server.session.HiveSessionService
 
stop() - Method in class org.apache.lens.server.stats.StatisticsService
 
stop(LensEventService) - Method in class org.apache.lens.server.stats.store.log.LogStatisticsStore
 
stop() - Method in class org.apache.lens.server.stats.store.log.StatisticsLogRollupHandler
Stop.
stop(LensEventService) - Method in class org.apache.lens.server.stats.store.StatisticsStore
Stop the store.
stopped - Variable in class org.apache.lens.server.LensService
The stopped.
storageFromXStorage(XStorage) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
storagePartSpecFromXPartition(XPartition) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
storageTableDescFromXStorageTableDesc(XStorageTableDesc) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
storageTableDescFromXStorageTableElement(XStorageTableElement) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
storageTableMapFromXStorageTables(XStorageTables) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
SUCCESS - Static variable in class org.apache.lens.server.metastore.MetastoreResource
 

T

timePartSpecfromXTimePartSpec(XTimePartSpec) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
toString() - Method in class org.apache.lens.server.session.LensSessionImpl.ResourceEntry
 
toString() - Method in class org.apache.lens.server.session.LensSessionImpl
 

U

UIApp - Class in org.apache.lens.server.ui
The Class UIApp.
UIApp() - Constructor for class org.apache.lens.server.ui.UIApp
 
updateConf(LensSessionHandle, String, LensConf) - Method in class org.apache.lens.server.query.QueryServiceResource
Modify query configuration if it is not running yet.
updateCube(LensSessionHandle, XCube) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
Update cube
updateCube(LensSessionHandle, String, XCube) - Method in class org.apache.lens.server.metastore.MetastoreResource
Update cube definition
updateCubeDimension(LensSessionHandle, String, XDimensionTable) - Method in class org.apache.lens.server.metastore.MetastoreResource
Update dimension table definition
updateDimension(LensSessionHandle, String, XDimension) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
updateDimension(LensSessionHandle, String, XDimension) - Method in class org.apache.lens.server.metastore.MetastoreResource
Update dimension definition
updateDimensionTable(LensSessionHandle, XDimensionTable) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
updateFactTable(LensSessionHandle, XFactTable) - Method in class org.apache.lens.server.metastore.CubeMetastoreServiceImpl
 
updateFactTable(LensSessionHandle, String, XFactTable) - Method in class org.apache.lens.server.metastore.MetastoreResource
Update fact table definition
updatePreparedConf(LensSessionHandle, String, LensConf) - Method in class org.apache.lens.server.query.QueryServiceResource
Modify prepared query's configuration.
updateQueryConf(LensSessionHandle, QueryHandle, LensConf) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
updateQueryConf(LensSessionHandle, QueryPrepareHandle, LensConf) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
updateStorage(LensSessionHandle, String, XStorage) - Method in class org.apache.lens.server.metastore.MetastoreResource
Update storage definition
UserConfigLoader - Class in org.apache.lens.server.user
The Class UserConfigLoader.
UserConfigLoader(HiveConf) - Constructor for class org.apache.lens.server.user.UserConfigLoader
Instantiates a new user config loader.
UserConfigLoaderException - Exception in org.apache.lens.server.user
The Class UserConfigLoaderException.
UserConfigLoaderException() - Constructor for exception org.apache.lens.server.user.UserConfigLoaderException
Instantiates a new user config loader exception.
UserConfigLoaderException(String) - Constructor for exception org.apache.lens.server.user.UserConfigLoaderException
Instantiates a new user config loader exception.
UserConfigLoaderException(Throwable) - Constructor for exception org.apache.lens.server.user.UserConfigLoaderException
Instantiates a new user config loader exception.
UserConfigLoaderException(String, Throwable) - Constructor for exception org.apache.lens.server.user.UserConfigLoaderException
Instantiates a new user config loader exception.
UserConfigLoaderFactory - Class in org.apache.lens.server.user
A factory for creating UserConfigLoader objects.
UserConfigLoaderFactory() - Constructor for class org.apache.lens.server.user.UserConfigLoaderFactory
 
UserConfigLoaderFactory.RESOLVER_TYPE - Enum in org.apache.lens.server.user
The Enum RESOLVER_TYPE.
UtilityMethods - Class in org.apache.lens.server.util
The Class UtilityMethods.
UtilityMethods() - Constructor for class org.apache.lens.server.util.UtilityMethods
 

V

valueOf(String) - Static method in enum org.apache.lens.server.LensServices.SERVICE_MODE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lens.server.user.UserConfigLoaderFactory.RESOLVER_TYPE
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.lens.server.LensServices.SERVICE_MODE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lens.server.user.UserConfigLoaderFactory.RESOLVER_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeExternal(ObjectOutput) - Method in class org.apache.lens.server.LensService
 
writeExternal(ObjectOutput) - Method in class org.apache.lens.server.query.QueryExecutionServiceImpl
 
writeExternal(ObjectOutput) - Method in class org.apache.lens.server.session.HiveSessionService
 
writeExternal(ObjectOutput) - Method in class org.apache.lens.server.session.LensSessionImpl.LensSessionPersistInfo
 

X

xCubeFromHiveCube(CubeInterface) - Static method in class org.apache.lens.server.metastore.JAXBUtils
Get XCube from hive.ql.metadata.Cube
xCubeObjectFactory - Static variable in class org.apache.lens.server.metastore.MetastoreResource
 
xDimAttrFromHiveDimAttr(CubeDimAttribute, AbstractBaseTable) - Static method in class org.apache.lens.server.metastore.JAXBUtils
Create XDimAttribute from CubeDimAttribute
xdimensionFromDimension(Dimension) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
xExprColumnFromHiveExprColumn(ExprColumn) - Static method in class org.apache.lens.server.metastore.JAXBUtils
Create XExprColumn from hive ExprColum
XJoinChainFromJoinChain(JoinChain) - Static method in class org.apache.lens.server.metastore.JAXBUtils
Create XJoinChain from cube join chain
xJoinPathFromJoinPath(JoinChain.Path) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
xMeasureFromHiveMeasure(CubeMeasure) - Static method in class org.apache.lens.server.metastore.JAXBUtils
Create XMeasure from hive ql cube measure
xpartitionFromPartition(Partition) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
xPropertiesFromMap(Map<String, String>) - Static method in class org.apache.lens.server.metastore.JAXBUtils
Convert string map to XProperties
xstorageFromStorage(Storage) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 
xTabReferencesFromHiveTabReferences(List<TableReference>) - Static method in class org.apache.lens.server.metastore.JAXBUtils
 

A C D E F G H I J K L M N O P Q R S T U V W X

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