public interface TransientPushResultSetDao
| Modifier and Type | Method and Description |
|---|---|
void |
addElements(String key,
List<String> elements)
add elements to a given key.
|
List<String> |
getElements(String key,
int fromPosition,
int toPosition)
obtain content for a given key (resultset) in a given range (1 based).
|
int |
getSize(String key)
get the resultset size (number of elements).
|
void addElements(String key, List<String> elements)
key - usually a rsid.elements - list of elementsList<String> getElements(String key, int fromPosition, int toPosition)
key - usually a rsidfromPosition - from position (1 based, inclusive)toPosition - to position (1 based, inclusive)int getSize(String key)
key - usually a rsidCopyright © 2017. All rights reserved.