Package org.neo4j.gds.core.loading
Class AdjacencyPacker
- java.lang.Object
-
- org.neo4j.gds.core.loading.AdjacencyPacker
-
public final class AdjacencyPacker extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdjacencyPacker.Compressed
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AdjacencyPacker.Compressedcompress(long[] values, int offset, int length)static AdjacencyPacker.Compressedcompress(long[] values, int offset, int length, int flags)static long[]decompress(AdjacencyPacker.Compressed compressed)static long[]decompressAndPrefixSum(AdjacencyPacker.Compressed compressed)
-
-
-
Field Detail
-
PASS
public static final int PASS
- See Also:
- Constant Field Values
-
SORT
public static final int SORT
- See Also:
- Constant Field Values
-
DELTA
public static final int DELTA
- See Also:
- Constant Field Values
-
-
Method Detail
-
compress
public static AdjacencyPacker.Compressed compress(long[] values, int offset, int length, int flags)
-
compress
public static AdjacencyPacker.Compressed compress(long[] values, int offset, int length)
-
decompressAndPrefixSum
public static long[] decompressAndPrefixSum(AdjacencyPacker.Compressed compressed)
-
decompress
public static long[] decompress(AdjacencyPacker.Compressed compressed)
-
-