Class AbstractInMemoryCommandCreationContext

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.neo4j.storageengine.api.CommandCreationContext

    public abstract class AbstractInMemoryCommandCreationContext
    extends java.lang.Object
    implements org.neo4j.storageengine.api.CommandCreationContext
    • Constructor Detail

      • AbstractInMemoryCommandCreationContext

        public AbstractInMemoryCommandCreationContext()
    • Method Detail

      • reserveNode

        public long reserveNode()
        Specified by:
        reserveNode in interface org.neo4j.storageengine.api.CommandCreationContext
      • reserveSchema

        public long reserveSchema()
        Specified by:
        reserveSchema in interface org.neo4j.storageengine.api.CommandCreationContext
      • reserveLabelTokenId

        public int reserveLabelTokenId()
        Specified by:
        reserveLabelTokenId in interface org.neo4j.storageengine.api.CommandCreationContext
      • reservePropertyKeyTokenId

        public int reservePropertyKeyTokenId()
        Specified by:
        reservePropertyKeyTokenId in interface org.neo4j.storageengine.api.CommandCreationContext
      • reserveRelationshipTypeTokenId

        public int reserveRelationshipTypeTokenId()
        Specified by:
        reserveRelationshipTypeTokenId in interface org.neo4j.storageengine.api.CommandCreationContext
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface org.neo4j.storageengine.api.CommandCreationContext