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 Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.neo4j.internal.batchimport.input.Input.Estimates calculateEstimates​(org.neo4j.gds.compat.CompatPropertySizeCalculator propertySizeCalculator)  
      org.neo4j.internal.batchimport.input.ReadableGroups groups()  
      org.neo4j.internal.batchimport.input.IdType idType()  
      MetaDataStore metaDataStore()  
      org.neo4j.internal.batchimport.InputIterable nodes​(org.neo4j.internal.batchimport.input.Collector badCollector)  
      org.neo4j.internal.batchimport.InputIterable relationships​(org.neo4j.internal.batchimport.input.Collector badCollector)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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