Uses of Interface
org.apache.ignite.internal.processors.cache.query.QueryCursorEx
-
Packages that use QueryCursorEx Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.platform.cache.query -
-
Uses of QueryCursorEx in org.apache.ignite.internal.processors.cache
Classes in org.apache.ignite.internal.processors.cache that implement QueryCursorEx Modifier and Type Class Description classQueryCursorImpl<T>Query cursor implementation. -
Uses of QueryCursorEx in org.apache.ignite.internal.processors.platform.cache.query
Methods in org.apache.ignite.internal.processors.platform.cache.query that return QueryCursorEx Modifier and Type Method Description QueryCursorEx<T>PlatformAbstractQueryCursor. cursor()Gets the cursor.Constructors in org.apache.ignite.internal.processors.platform.cache.query with parameters of type QueryCursorEx Constructor Description PlatformFieldsQueryCursor(PlatformContext platformCtx, QueryCursorEx<List<?>> cursor, int batchSize)Constructor.PlatformQueryCursor(PlatformContext platformCtx, QueryCursorEx<javax.cache.Cache.Entry> cursor, int batchSize)Constructor.
-