Class GraphStoreInput

  • All Implemented Interfaces:
    org.neo4j.internal.batchimport.input.Input

    public final class GraphStoreInput
    extends java.lang.Object
    implements org.neo4j.internal.batchimport.input.Input
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.neo4j.internal.batchimport.input.Input

        org.neo4j.internal.batchimport.input.Input.Estimates
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.neo4j.internal.batchimport.input.Input.Estimates calculateEstimates​(java.util.function.ToIntFunction<org.neo4j.values.storable.Value[]> valueSizeCalculator)  
      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)  
      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.internal.batchimport.input.Input
      • relationships

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

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

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

        public org.neo4j.internal.batchimport.input.Input.Estimates calculateEstimates​(java.util.function.ToIntFunction<org.neo4j.values.storable.Value[]> valueSizeCalculator)
        Specified by:
        calculateEstimates in interface org.neo4j.internal.batchimport.input.Input