Class FileInput

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

    public final class FileInput
    extends java.lang.Object
    implements org.neo4j.graphalgo.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.graphalgo.compat.CompatPropertySizeCalculator propertySizeCalculator)  
      GraphInfo graphInfo()  
      org.neo4j.internal.batchimport.input.ReadableGroups groups()  
      org.neo4j.internal.batchimport.input.IdType idType()  
      org.neo4j.internal.batchimport.InputIterable nodes​(org.neo4j.internal.batchimport.input.Collector badCollector)  
      NodeSchema nodeSchema()  
      org.neo4j.internal.batchimport.InputIterable relationships​(org.neo4j.internal.batchimport.input.Collector badCollector)  
      RelationshipSchema relationshipSchema()  
      java.lang.String userName()  
      • 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.graphalgo.compat.CompatInput
      • relationships

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

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

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

        public org.neo4j.internal.batchimport.input.Input.Estimates calculateEstimates​(org.neo4j.graphalgo.compat.CompatPropertySizeCalculator propertySizeCalculator)
                                                                                throws java.io.IOException
        Specified by:
        calculateEstimates in interface org.neo4j.graphalgo.compat.CompatInput
        Throws:
        java.io.IOException
      • userName

        public java.lang.String userName()