Class MemoryEstimateResult


  • public class MemoryEstimateResult
    extends java.lang.Object
    • Field Detail

      • requiredMemory

        public final java.lang.String requiredMemory
      • treeView

        public final java.lang.String treeView
      • mapView

        public final java.util.Map<java.lang.String,​java.lang.Object> mapView
      • bytesMin

        public final long bytesMin
      • bytesMax

        public final long bytesMax
      • nodeCount

        public long nodeCount
      • relationshipCount

        public long relationshipCount
      • heapPercentageMin

        public final double heapPercentageMin
      • heapPercentageMax

        public final double heapPercentageMax
    • Constructor Detail

      • MemoryEstimateResult

        public MemoryEstimateResult​(org.neo4j.gds.core.utils.mem.MemoryTreeWithDimensions memory)