Uses of Class
org.apache.ignite.internal.processors.cache.query.reducer.NodePage
-
Packages that use NodePage Package Description org.apache.ignite.internal.processors.cache.query.reducer -
-
Uses of NodePage in org.apache.ignite.internal.processors.cache.query.reducer
Methods in org.apache.ignite.internal.processors.cache.query.reducer that return types with arguments of type NodePage Modifier and Type Method Description CompletableFuture<NodePage<R>>NodePageStream. headPage()Returns a last delivered page from this stream.protected CompletableFuture<Comparator<NodePage<R>>>IndexQueryReducer. pageComparator()protected CompletableFuture<Comparator<NodePage<R>>>TextQueryReducer. pageComparator()
-