Class GraphStoreInput

  • All Implemented Interfaces:
    org.neo4j.gds.compat.CompatInput

    public final class GraphStoreInput
    extends java.lang.Object
    implements org.neo4j.gds.compat.CompatInput
    • Method Detail

      • nodes

        public org.neo4j.internal.batchimport.InputIterable nodes​(org.neo4j.internal.batchimport.input.Collector badCollector)
        Specified by:
        nodes in interface org.neo4j.gds.compat.CompatInput
      • relationships

        public org.neo4j.internal.batchimport.InputIterable relationships​(org.neo4j.internal.batchimport.input.Collector badCollector)
        Specified by:
        relationships in interface org.neo4j.gds.compat.CompatInput
      • idType

        public org.neo4j.internal.batchimport.input.IdType idType()
        Specified by:
        idType in interface org.neo4j.gds.compat.CompatInput
      • groups

        public org.neo4j.internal.batchimport.input.ReadableGroups groups()
        Specified by:
        groups in interface org.neo4j.gds.compat.CompatInput
      • calculateEstimates

        public org.neo4j.internal.batchimport.input.Input.Estimates calculateEstimates​(org.neo4j.gds.compat.CompatPropertySizeCalculator propertySizeCalculator)
        Specified by:
        calculateEstimates in interface org.neo4j.gds.compat.CompatInput