static Configuration.Builder |
Configuration.builder() |
Creates a new builder.
|
Configuration.Builder |
Configuration.Builder.edgeIdType(Class edgeIdType) |
Sets the edge id type.
|
Configuration.Builder |
Configuration.Builder.edgeLabelType(Class edgeLabelType) |
Sets the edge label type.
|
Configuration.Builder |
Configuration.Builder.edgeWeightColumn(boolean edgeWeightColumn) |
Sets whether to create an edge weight column.
|
Configuration.Builder |
Configuration.Builder.edgeWeightType(Class edgeWeightType) |
Sets the edge weight type.
|
Configuration.Builder |
Configuration.Builder.enableAutoEdgeTypeRegistration(boolean enableAutoEdgeTypeRegistration) |
Sets whether to enable auto edge type registration.
|
Configuration.Builder |
Configuration.Builder.enableAutoLocking(boolean enableAutoLocking) |
Sets whether to enable auto locking when using read/write APIs.
|
Configuration.Builder |
Configuration.Builder.enableEdgeProperties(boolean enableEdgeProperties) |
Sets whether to enable edge properties.
|
Configuration.Builder |
Configuration.Builder.enableIndexEdges(boolean enableIndexEdges) |
Sets whether to enable the reverse indexing of edge attributes.
|
Configuration.Builder |
Configuration.Builder.enableIndexNodes(boolean enableIndexNodes) |
Sets whether to enable the reverse indexing of node attributes.
|
Configuration.Builder |
Configuration.Builder.enableIndexTime(boolean enableIndexTime) |
Sets whether to enable the reverse indexing of timestamps and intervals.
|
Configuration.Builder |
Configuration.Builder.enableNodeProperties(boolean enableNodeProperties) |
Sets whether to enable node properties.
|
Configuration.Builder |
Configuration.Builder.enableObservers(boolean enableObservers) |
Sets whether to enable observers on tables and columns.
|
Configuration.Builder |
Configuration.Builder.enableParallelEdgesSameType(boolean enableParallelEdgesSameType) |
Sets whether to enable multiple edges of the same type between two nodes.
|
Configuration.Builder |
Configuration.Builder.enableSpatialIndex(boolean enableSpatialIndex) |
|
Configuration.Builder |
Configuration.Builder.nodeIdType(Class nodeIdType) |
Sets the node id type.
|
Configuration.Builder |
Configuration.Builder.timeRepresentation(TimeRepresentation timeRepresentation) |
Sets the time representation.
|