Class InnerNodePropertiesBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract NodeProperties build​(long size, IdMap idMap)  
      abstract void setValue​(long neoNodeId, org.neo4j.values.storable.Value value)  
      protected abstract java.lang.Class<?> valueClass()  
      • Methods inherited from class java.lang.Object

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

      • InnerNodePropertiesBuilder

        public InnerNodePropertiesBuilder()
    • Method Detail

      • valueClass

        protected abstract java.lang.Class<?> valueClass()
      • setValue

        public abstract void setValue​(long neoNodeId,
                                      org.neo4j.values.storable.Value value)