Class CypherNodePropertyImporter


  • public class CypherNodePropertyImporter
    extends java.lang.Object
    • Field Detail

      • NO_PROPERTY_VALUE

        public static final DefaultValue NO_PROPERTY_VALUE
    • Constructor Detail

      • CypherNodePropertyImporter

        public CypherNodePropertyImporter​(java.util.Collection<java.lang.String> propertyColumns,
                                          com.carrotsearch.hppc.IntObjectMap<java.util.List<NodeLabel>> labelTokenNodeLabelMapping,
                                          long nodeCount,
                                          AllocationTracker tracker)
    • Method Detail

      • propertyColumns

        public java.util.Collection<java.lang.String> propertyColumns()
      • registerPropertiesForLabels

        public void registerPropertiesForLabels​(java.util.List<java.lang.String> labels)