Package org.neo4j.gds.api
Interface BatchNodeIterable
-
- All Known Subinterfaces:
CSRGraph,FilteredIdMap,Graph,IdMap
- All Known Implementing Classes:
ArrayIdMap,CSRGraphAdapter,GraphAdapter,HugeGraph,IdMapAdapter,LabeledIdMap,NodeFilteredGraph,UnionGraph
public interface BatchNodeIterableIterate over each graph-nodeId in batches.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBatchNodeIterable.BitSetIdIteratorstatic classBatchNodeIterable.IdIterablestatic classBatchNodeIterable.IdIterator
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<PrimitiveLongIterable>batchIterables(long batchSize)
-
-
-
Method Detail
-
batchIterables
java.util.Collection<PrimitiveLongIterable> batchIterables(long batchSize)
- Returns:
- a collection of iterables over every node, partitioned by the given batch size.
-
-