Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.addEdgeProperty(java.lang.String name, PropertyType type)
Add Edge property.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.addNodeProperty(java.lang.String name, PropertyType type)
Add Node property.
|
static TwoTablesRdbmsGraphConfigBuilder |
GraphConfigBuilder.forTwoTablesRdbms()
returns a PGX graph config builder to create two-table graph programmatically via Java methods.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setCreateEdgeIdIndex(boolean create)
Sets the file format.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setDataSourceId(java.lang.String dsId)
Sets the datasource ID.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setDatastore(TwoTablesDatastore datastore)
Sets the datastore.
|
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.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.setPassword(java.lang.String pw)
Sets the password.
|
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.setVertexIdType(IdType vertexIdType)
Sets the vertex Id type.
|
Copyright © 2016 Oracle Corp. All Rights Reserved.