|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Query
Defines an interface that Query implementations must support.
| Method Summary | |
|---|---|
java.util.Set |
keySet(NamedCache cache)Return the keys that satisfy this query. |
java.util.Collection |
values(NamedCache cache, java.lang.String sOrder, int nStart, int cResults)Return the values that satisfy this query. |
| Method Detail |
|---|
java.util.Collection values(NamedCache cache,
java.lang.String sOrder,
int nStart,
int cResults)
cache - cache to be queried (filtered)sOrder - ordering expression (see com.tangosol.coherence.rest.util.ComparatorHelper for details)nStart - start indexcResults - size of the result set to be returnedQueryException - if any error occurs during query executionjava.util.Set keySet(NamedCache cache)
cache - cache to be queried (filtered)QueryException - if any error occurs during query execution
|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||