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() |
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) |
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.