Class InnerNodePropertiesBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract NodeProperties build​(long size)  
      abstract void setValue​(long nodeId, org.neo4j.values.storable.Value value)  
      • 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

      • setValue

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