public interface QueryCursorEx<T> extends QueryCursor<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
QueryCursorEx.Consumer<T>
Query value consumer.
|
| Modifier and Type | Method and Description |
|---|---|
List<GridQueryFieldMetadata> |
fieldsMeta() |
void |
getAll(QueryCursorEx.Consumer<T> c)
Get all values passing them through passed consumer.
|
close, getAllforEach, iterator, spliteratorvoid getAll(QueryCursorEx.Consumer<T> c) throws IgniteCheckedException
c - Consumer.IgniteCheckedExceptionList<GridQueryFieldMetadata> fieldsMeta()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019