Package org.neo4j.gds.core.loading
Class UncompressedAdjacencyListBuilder.Allocator
- java.lang.Object
-
- org.neo4j.gds.core.loading.UncompressedAdjacencyListBuilder.Allocator
-
- All Implemented Interfaces:
java.lang.AutoCloseable,AdjacencyListBuilder.Allocator<long[]>
- Enclosing class:
- UncompressedAdjacencyListBuilder
public static final class UncompressedAdjacencyListBuilder.Allocator extends java.lang.Object implements AdjacencyListBuilder.Allocator<long[]>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()longwrite(long[] properties, int length, long address)
-
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceAdjacencyListBuilder.Allocator<long[]>- Specified by:
closein interfacejava.lang.AutoCloseable
-
write
public long write(long[] properties, int length, long address)- Specified by:
writein interfaceAdjacencyListBuilder.Allocator<long[]>
-
-