Package | Description |
---|---|
org.apache.lens.server.session |
Modifier and Type | Method and Description |
---|---|
Collection<LensSessionImpl.ResourceEntry> |
LensSessionImpl.getDBResources(String database)
Return resources which are added statically to the database
|
Collection<LensSessionImpl.ResourceEntry> |
LensSessionImpl.getPendingSessionResourcesForDatabase(String database)
Get session's resources which have to be added for the given database
|
List<LensSessionImpl.ResourceEntry> |
LensSessionImpl.LensSessionPersistInfo.getResources()
The resources.
|
Collection<LensSessionImpl.ResourceEntry> |
DatabaseResourceService.getResourcesForDatabase(String database)
Get resources added statically to the database
|
Modifier and Type | Method and Description |
---|---|
void |
LensSessionImpl.LensSessionPersistInfo.setResources(List<LensSessionImpl.ResourceEntry> resources)
The resources.
|
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.