Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPgGraphConfigBuilder<T extends AbstractPgGraphConfig>
Base class for Property Graph (PG) graph configuration builders.
|
class |
FileGraphConfigBuilder
A graph configuration builder for file-based graph configurations.
|
class |
PgHbaseGraphConfigBuilder
A builder for Property Graph (PG) on HBase graph configuration objects.
|
class |
PgNosqlGraphConfigBuilder
A builder for Property Graph (PG) Oracle NoSQL graph configuration objects.
|
class |
TwoTablesGraphConfigBuilder |
Modifier and Type | Method and Description |
---|---|
AbstractGraphConfigBuilder<T> |
AbstractGraphConfigBuilder.addEdgeProperty(String name, PropertyType type, Object defaultVal)
Adds an edge property to this builder
|
AbstractGraphConfigBuilder<T> |
AbstractGraphConfigBuilder.addNodeProperty(String name, PropertyType type, Object defaultVal)
|
AbstractGraphConfigBuilder<T> |
AbstractGraphConfigBuilder.addVertexProperty(String name, PropertyType type, Object defaultVal)
Add a vertex property to this builder
|
AbstractGraphConfigBuilder<T> |
AbstractGraphConfigBuilder.setCreateEdgeIdIndex(boolean create)
Sets the create edge id index flag.
|
AbstractGraphConfigBuilder<T> |
AbstractGraphConfigBuilder.setCreateEdgeIdMapping(boolean create)
Sets the create edge id mapping.
|
AbstractGraphConfigBuilder<T> |
AbstractGraphConfigBuilder.setCreateVertexIdIndex(boolean create)
Sets the create vertex ID index flag.
|
AbstractGraphConfigBuilder<T> |
AbstractGraphConfigBuilder.setCreateVertexIdMapping(boolean create)
Sets the create vertex id mapping flag.
|
AbstractGraphConfigBuilder<T> |
AbstractGraphConfigBuilder.setDateFormat(String dateFormat)
Sets the date format used for loading and storing the graph.
|
AbstractGraphConfigBuilder<T> |
AbstractGraphConfigBuilder.setErrorHandlingOnMissedPropKey(OnMismatch action)
Sets the error handling on missed prop key.
|
AbstractGraphConfigBuilder<T> |
AbstractGraphConfigBuilder.setErrorHandlingOnPropConversion(OnMismatch action)
Sets the error handling on prop conversion.
|
AbstractGraphConfigBuilder<T> |
AbstractGraphConfigBuilder.setErrorHandlingOnTypeMismatch(OnMismatch action)
Sets the error handling on type mismatch.
|
AbstractGraphConfigBuilder<T> |
AbstractGraphConfigBuilder.setRefreshIntervalMs(int milliseconds)
Sets the refresh interval in milliseconds
|
Copyright © 2015. All rights reserved.