Package-level declarations

Properties

Link copied to clipboard

Returns all Node objects that are connected with this node with some kind of relationship defined in schemaRelationships.

Link copied to clipboard
const val edgeChunkSize: Int = 10000

Defines the number of edges to be processed in a single batch operation during persistence.

Link copied to clipboard
const val nodeChunkSize: Int = 10000

Specifies the maximum number of nodes to be processed in a single chunk during persistence operations.

Functions

Link copied to clipboard

Persists the current TranslationResult into a graph database.