Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.copyFrom(TwoTablesRdbmsGraphConfig graphConfig) |
static TwoTablesRdbmsGraphConfigBuilder |
GraphConfigBuilder.forTwoTablesRdbms()
returns a PGX graph config builder to create two-tables graph programmatically via Java methods.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setDataSourceId(java.lang.String dsId)
Sets the datasource ID.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setDatastore(TwoTablesDatastore datastore)
Sets the datastore.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setEdgeLabel(java.lang.String edgeLabel)
Sets the column name from where to get the edge label.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setEdgesKey(java.lang.String eKey)
Sets edge keys
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setEdgesTableName(java.lang.String etb)
Sets the edge table name.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setFromNid(java.lang.String fromNid)
Sets the column ID from where to read.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setInsertBatchSize(int insertBatchSize)
Sets the batch size for inserting.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setJdbcUrl(java.lang.String url)
Sets the jdbc url.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setLabelValueDelimiter(java.lang.String delimiter)
Sets the label value delimiter.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setMaxPreFetchedRows(int maxPreFetchedRows)
Sets the maximum number of prefetched rows.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setNodesKey(java.lang.String nKey)
Sets node keys.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setNodesTableName(java.lang.String ntb)
Sets the nodes table name.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setNumConnections(int c)
Sets the number of connections.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setSchema(java.lang.String schema)
Sets the schema.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setTablespace(java.lang.String tablespace)
Sets the tablespace.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setToNid(java.lang.String toNid)
Sets the column ID to write into.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setUsername(java.lang.String un)
Sets the username.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setVertexLabels(java.lang.String vertexLabels)
Sets the column name from where to get the vertex labels.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setVerticesTableName(java.lang.String vtb)
Alias for
setNodesTableName(String) |
TwoTablesRdbmsGraphConfigBuilder |
AbstractTwoTablesRdbmsGraphConfig.toGraphConfigBuilder() |
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.