Class SelectStatementBuilder.AsyncSelectStatement
java.lang.Object
com.tangosol.coherence.dslquery.statement.SelectStatementBuilder.AsyncSelectStatement
- Enclosing class:
SelectStatementBuilder
Async implementation of the CohQL "SELECT" command.
-
Field Summary
Modifier and TypeFieldDescriptionprotected final InvocableMap.EntryAggregator
TheInvocableMap.EntryAggregator
to use in the query.protected final Filter
TheFilter
to use in the query.protected final boolean
Flag to denote whether this query is an aggregation to select specific fields from the values of a cache; e.g. select x, y, z from foo.protected final String
The name of the cache to query. -
Method Summary
Modifier and TypeMethodDescriptionexecute
(ExecutionContext ctx) Return theInvocableMap.EntryAggregator
to use to execute this query.Return theFilter
to use to execute this query.
-
Field Details
-
f_sCache
The name of the cache to query. -
f_filter
TheFilter
to use in the query. -
f_aggregator
TheInvocableMap.EntryAggregator
to use in the query. -
f_fReduction
protected final boolean f_fReductionFlag to denote whether this query is an aggregation to select specific fields from the values of a cache; e.g. select x, y, z from foo.
-
-
Method Details
-
execute
-
getFilter
Return theFilter
to use to execute this query.- Returns:
- the
Filter
to use to execute this query
-
getAggregator
Return theInvocableMap.EntryAggregator
to use to execute this query.- Returns:
- the InvocableMap.EntryAggregator to use to execute this query
-