Uses of Interface
org.apache.ignite.internal.processors.cache.query.QueryCursorEx.Consumer
-
Packages that use QueryCursorEx.Consumer Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.query -
-
Uses of QueryCursorEx.Consumer in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type QueryCursorEx.Consumer Modifier and Type Method Description voidQueryCursorImpl. getAll(QueryCursorEx.Consumer<T> clo)Get all values passing them through passed consumer. -
Uses of QueryCursorEx.Consumer in org.apache.ignite.internal.processors.cache.query
Methods in org.apache.ignite.internal.processors.cache.query with parameters of type QueryCursorEx.Consumer Modifier and Type Method Description voidQueryCursorEx. getAll(QueryCursorEx.Consumer<T> c)Get all values passing them through passed consumer.
-