Class ImportArrow.ArrowConfig

  • Enclosing class:
    ImportArrow

    public static class ImportArrow.ArrowConfig
    extends java.lang.Object
    Analog to ArrowConfig present in APOC Core. TODO Merge these 2 classes when arrow procedure will be moved to APOC Extended
    • Constructor Summary

      Constructors 
      Constructor Description
      ArrowConfig​(java.util.Map<java.lang.String,​java.lang.Object> config)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getBatchSize()  
      java.util.Map<java.lang.String,​java.lang.Object> getMapping()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ArrowConfig

        public ArrowConfig​(java.util.Map<java.lang.String,​java.lang.Object> config)
    • Method Detail

      • getBatchSize

        public int getBatchSize()
      • getMapping

        public java.util.Map<java.lang.String,​java.lang.Object> getMapping()