Package | Description |
---|---|
org.apache.lens.regression.core.helpers | |
org.apache.lens.server.api.query.save | |
org.apache.lens.server.query.save |
Modifier and Type | Method and Description |
---|---|
ListResponse |
SavedQueryResourceHelper.getSavedQueries(String start,
String count) |
ListResponse |
SavedQueryResourceHelper.listSavedQueries(String start,
String count,
String sessionHandleString) |
Modifier and Type | Method and Description |
---|---|
ListResponse |
SavedQueryService.list(LensSessionHandle handle,
javax.ws.rs.core.MultivaluedMap<String,String> criteria,
long start,
long count)
List the saved query from {start} to {count} matching filter denoted by criteria.
|
Modifier and Type | Method and Description |
---|---|
ListResponse |
SavedQueryResource.getList(LensSessionHandle sessionid,
javax.ws.rs.core.UriInfo info,
int start,
String count)
Gets a list of saved queries matching the criteria (url parameters)
windowed by count and start.
|
ListResponse |
SavedQueryDao.getList(javax.ws.rs.core.MultivaluedMap<String,String> criteria,
long start,
long count)
Returns a list of saved queries
|
ListResponse |
SavedQueryServiceImpl.list(LensSessionHandle handle,
javax.ws.rs.core.MultivaluedMap<String,String> criteria,
long start,
long count)
List the saved query from {start} to {count} matching filter denoted by criteria.
|
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.