Class AdjacencyBuilder


  • public final class AdjacencyBuilder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long IGNORE_VALUE  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static AdjacencyBuilder compressing​(@NotNull RelationshipsBuilder globalBuilder, int numPages, int pageSize, AllocationTracker tracker, java.util.concurrent.atomic.LongAdder relationshipCounter, int[] propertyKeyIds, double[] defaultValues, Aggregation[] aggregations, boolean preAggregate)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • compressing

        public static AdjacencyBuilder compressing​(@NotNull
                                                   @NotNull RelationshipsBuilder globalBuilder,
                                                   int numPages,
                                                   int pageSize,
                                                   AllocationTracker tracker,
                                                   java.util.concurrent.atomic.LongAdder relationshipCounter,
                                                   int[] propertyKeyIds,
                                                   double[] defaultValues,
                                                   Aggregation[] aggregations,
                                                   boolean preAggregate)