Package org.neo4j.gds.compat
Class AbstractInMemoryCommandCreationContext
- java.lang.Object
-
- org.neo4j.gds.compat.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 Summary
Constructors Constructor Description AbstractInMemoryCommandCreationContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()intreserveLabelTokenId()longreserveNode()intreservePropertyKeyTokenId()intreserveRelationshipTypeTokenId()longreserveSchema()
-
-
-
Method Detail
-
reserveNode
public long reserveNode()
- Specified by:
reserveNodein interfaceorg.neo4j.storageengine.api.CommandCreationContext
-
reserveSchema
public long reserveSchema()
- Specified by:
reserveSchemain interfaceorg.neo4j.storageengine.api.CommandCreationContext
-
reserveLabelTokenId
public int reserveLabelTokenId()
- Specified by:
reserveLabelTokenIdin interfaceorg.neo4j.storageengine.api.CommandCreationContext
-
reservePropertyKeyTokenId
public int reservePropertyKeyTokenId()
- Specified by:
reservePropertyKeyTokenIdin interfaceorg.neo4j.storageengine.api.CommandCreationContext
-
reserveRelationshipTypeTokenId
public int reserveRelationshipTypeTokenId()
- Specified by:
reserveRelationshipTypeTokenIdin interfaceorg.neo4j.storageengine.api.CommandCreationContext
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfaceorg.neo4j.storageengine.api.CommandCreationContext
-
-