public class TwoTablesGraphConfigBuilder extends AbstractGraphConfigBuilder<TwoTablesGraphConfigBuilder,TwoTablesGraphConfig>
| Constructor and Description |
|---|
TwoTablesGraphConfigBuilder() |
addEdgeProperty, addNodeProperty, addVertexProperty, addVertexProperty, build, hasEdgeLabel, hasVertexLabels, setAutoRefresh, setCreateEdgeIdMapping, setCreateVertexIdIndex, setCreateVertexIdMapping, setDateFormat, setErrorHandlingOnMissedPropKey, setErrorHandlingOnMissingVertex, setErrorHandlingOnPropConversion, setErrorHandlingOnTypeMismatch, setFetchIntervalSec, setFilter, setFilterStrategy, setLoadEdgeLabel, setLoadVertexLabels, setUpdateIntervalSec, setUpdateThresholdpublic TwoTablesGraphConfigBuilder addEdgeProperty(java.lang.String name, PropertyType type)
AbstractGraphConfigBuilderAbstractGraphConfigBuilder.addEdgeProperty(String, PropertyType, Object).addEdgeProperty in class AbstractGraphConfigBuilder<TwoTablesGraphConfigBuilder,TwoTablesGraphConfig>name - the name of the edge propertytype - the type of the edge propertypublic TwoTablesGraphConfigBuilder addNodeProperty(java.lang.String name, PropertyType type)
AbstractGraphConfigBuilderaddNodeProperty in class AbstractGraphConfigBuilder<TwoTablesGraphConfigBuilder,TwoTablesGraphConfig>public TwoTablesGraphConfigBuilder setCreateEdgeIdIndex(boolean create)
AbstractGraphConfigBuildersetCreateEdgeIdIndex in class AbstractGraphConfigBuilder<TwoTablesGraphConfigBuilder,TwoTablesGraphConfig>create - if true, a edge ID index is createdpublic TwoTablesGraphConfigBuilder setDataSourceId(java.lang.String dsId)
public TwoTablesGraphConfigBuilder setEdgesKey(java.lang.String eKey)
public TwoTablesGraphConfigBuilder setEdgesTableName(java.lang.String etb)
public TwoTablesGraphConfigBuilder setFromNid(java.lang.String fromNid)
public TwoTablesGraphConfigBuilder setInsertBatchSize(int insertBatchSize)
public TwoTablesGraphConfigBuilder setJdbcUrl(java.lang.String url)
public TwoTablesGraphConfigBuilder setMaxPreFetchedRows(int maxPreFetchedRows)
public TwoTablesGraphConfigBuilder setNodesKey(java.lang.String nKey)
public TwoTablesGraphConfigBuilder setNodesTableName(java.lang.String ntb)
public TwoTablesGraphConfigBuilder setNumConnections(int c)
public TwoTablesGraphConfigBuilder setPassword(java.lang.String pw)
public TwoTablesGraphConfigBuilder setSchema(java.lang.String schema)
public TwoTablesGraphConfigBuilder setTablespace(java.lang.String tablespace)
public TwoTablesGraphConfigBuilder setToNid(java.lang.String toNid)
public TwoTablesGraphConfigBuilder setUsername(java.lang.String un)
public TwoTablesGraphConfigBuilder setVertexIdType(IdType vertexIdType)
Copyright © 2016, 2017 Oracle Corp. All Rights Reserved.