@Generated(value="config_generator.py") public class TwoTablesRdbmsGraphConfig extends AbstractTwoTablesRdbmsGraphConfig
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
TwoTablesRdbmsGraphConfig.Field
Fields of PGX Engine Two Tables Rdbms Graph Config 
 | 
ENV_SEPARATOR, ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX| Modifier and Type | Method and Description | 
|---|---|
java.util.Map | 
getAttributes()
additional attributes needed to read/write the graph data 
 | 
static TwoTablesRdbmsGraphConfig.Field[] | 
getConfigFields()  | 
java.lang.String | 
getDataSourceId()
the data source id to use to connect to database 
 | 
TwoTablesDatastore | 
getDatastore()
underlying datastore 
 | 
java.lang.String | 
getDateFormat()
the date format to use when loading and storing date properties. 
 | 
java.util.List<GraphPropertyConfig> | 
getEdgeProps()
specification of edge properties associated with graph 
 | 
java.lang.String | 
getEdgesKeyColumn()
name of primary key column in edges table 
 | 
java.lang.String | 
getEdgesLabelColumn()
column name for edge label 
 | 
java.lang.String | 
getEdgesTableName()
name of edges table 
 | 
GraphErrorHandlingConfig | 
getErrorHandling()
error handling configuration 
 | 
Format | 
getFormat()
graph format (Note: bin is deprecated, use pgb instead) 
 | 
java.lang.String | 
getFromNidColumn()
column name for source node 
 | 
java.lang.Integer | 
getInsertBatchSize()
batch size of the rows to be inserted 
 | 
java.lang.String | 
getJdbcUrl()
jdbc URL pointing to database 
 | 
GraphLoadingConfig | 
getLoading()
loading-specific configuration 
 | 
java.util.List<java.lang.String> | 
getLocalDateFormat()
array of local_date formats to use when loading and storing local_date properties. 
 | 
java.lang.Integer | 
getMaxPrefetchedRows()
maximun number or rows prefetched during each round trip (resultset-the database) 
 | 
java.lang.String | 
getNodesKeyColumn()
name of primary key column in nodes table 
 | 
java.lang.String | 
getNodesLabelColumn()
column name for node label 
 | 
java.lang.String | 
getNodesTableName()
name of nodes table 
 | 
java.lang.Integer | 
getNumConnections()
number of connections to read/write data from/to two tables 
 | 
java.lang.String | 
getPassword()
password to use when connecting to database 
 | 
java.lang.String | 
getPoint2d()
longitude and latitude as floating point values separated by a space 
 | 
java.lang.String | 
getSchema()
schema where the tables are going to be written 
 | 
java.lang.String | 
getTablespace()
tablespace where the tables are going to be written 
 | 
java.util.List<java.lang.String> | 
getTimeFormat()
the time format to use when loading and storing time properties. 
 | 
java.util.List<java.lang.String> | 
getTimestampFormat()
the timestamp format to use when loading and storing timestamp properties. 
 | 
java.util.List<java.lang.String> | 
getTimestampWithTimezoneFormat()
the timestamp with timezone format to use when loading and storing timestamp with timezone properties. 
 | 
java.util.List<java.lang.String> | 
getTimeWithTimezoneFormat()
the time with timezone format to use when loading and storing time with timezone properties. 
 | 
java.lang.String | 
getToNidColumn()
column name for destination node 
 | 
java.lang.String | 
getUsername()
username to use when connecting to database 
 | 
java.util.Map<TwoTablesRdbmsGraphConfig.Field,java.lang.Object> | 
getValues()
Gets the parsed values. 
 | 
java.util.Map<TwoTablesRdbmsGraphConfig.Field,java.lang.Object> | 
getValuesWithoutDefaults()
Gets the values without defaults. 
 | 
IdType | 
getVertexIdType()
type of the vertex ID 
 | 
java.util.List<GraphPropertyConfig> | 
getVertexProps()
specification of vertex properties associated with graph 
 | 
boolean | 
hasDefaultValue(TwoTablesRdbmsGraphConfig.Field field)
Checks for default value. 
 | 
java.lang.Boolean | 
hasEdgeLabel()
Deprecated.  
 | 
java.lang.Boolean | 
hasVertexLabels()
Deprecated.  
 | 
boolean | 
isEmpty()
Checks if it's empty. 
 | 
static TwoTablesRdbmsGraphConfig | 
parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)
Parses an input stream. 
 | 
static TwoTablesRdbmsGraphConfig | 
parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
Parses a raw key/value mapping. 
 | 
static TwoTablesRdbmsGraphConfig | 
parse(java.util.Properties props, boolean strict)
Parses a properties file. 
 | 
java.lang.String | 
toString()  | 
java.lang.String | 
toString(boolean hashSensitiveData)  | 
equals, getLabelValueDelimiter, getName, hasEdgeKeys, hasEdgesTable, hashCode, hasNodesTable, skipEdgeLoading, skipVertexLoadingcreateDateFormat, createLocalDateFormat, createTimeFormat, createTimestampFormat, createTimestampWithTimezoneFormat, createTimeWithTimezoneFormat, getEdgeIdType, getEdgePropertyDefault, getEdgePropertyDimension, getEdgePropertyName, getEdgePropertyType, getEdgePropertyTypes, getLoadingFilter, getNodeKeyType, getNodePropertyDefault, getNodePropertyDimension, getNodePropertyName, getNodePropertyType, getVertexPropertyTypes, hasVerticesAndEdgesSeparatedFileFormat, hasVerticesAndEdgesSeparatedFileFormat, isEdgeLabelLoadingEnabled, isFileFormat, isFileFormat, isLoadEdgeKeys, isLoadVertexKeys, isMultipleFileFormat, isMultipleFileFormat, isSingleFileFormat, isSingleFileFormat, isVertexLabelsLoadingEnabled, numEdgeProperties, numNodeProperties, supportsEdgeLabel, supportsEdgeLabel, supportsVertexLabels, supportsVertexLabelsgetValueFromEnvironment, getValueFromEnvironment, parseString, setSerializablepublic java.util.Map getAttributes()
getAttributes in class GraphConfigpublic static TwoTablesRdbmsGraphConfig.Field[] getConfigFields()
public java.lang.String getDataSourceId()
getDataSourceId in class AbstractTwoTablesRdbmsGraphConfigpublic TwoTablesDatastore getDatastore()
public java.lang.String getDateFormat()
getDateFormat in class GraphConfigpublic java.util.List<GraphPropertyConfig> getEdgeProps()
getEdgeProps in class GraphConfigpublic java.lang.String getEdgesKeyColumn()
public java.lang.String getEdgesLabelColumn()
public java.lang.String getEdgesTableName()
getEdgesTableName in class AbstractTwoTablesRdbmsGraphConfigpublic GraphErrorHandlingConfig getErrorHandling()
getErrorHandling in class GraphConfigpublic Format getFormat()
getFormat in class GraphConfigpublic java.lang.String getFromNidColumn()
public java.lang.Integer getInsertBatchSize()
public java.lang.String getJdbcUrl()
getJdbcUrl in class AbstractTwoTablesRdbmsGraphConfigpublic GraphLoadingConfig getLoading()
getLoading in class GraphConfigpublic java.util.List<java.lang.String> getLocalDateFormat()
getLocalDateFormat in class GraphConfigpublic java.lang.Integer getMaxPrefetchedRows()
public java.lang.String getNodesKeyColumn()
public java.lang.String getNodesLabelColumn()
public java.lang.String getNodesTableName()
getNodesTableName in class AbstractTwoTablesRdbmsGraphConfigpublic java.lang.Integer getNumConnections()
public java.lang.String getPassword()
getPassword in class AbstractTwoTablesRdbmsGraphConfigpublic java.lang.String getPoint2d()
public java.lang.String getSchema()
getSchema in class AbstractTwoTablesRdbmsGraphConfigpublic java.lang.String getTablespace()
public java.util.List<java.lang.String> getTimeFormat()
getTimeFormat in class GraphConfigpublic java.util.List<java.lang.String> getTimestampFormat()
getTimestampFormat in class GraphConfigpublic java.util.List<java.lang.String> getTimestampWithTimezoneFormat()
getTimestampWithTimezoneFormat in class GraphConfigpublic java.util.List<java.lang.String> getTimeWithTimezoneFormat()
getTimeWithTimezoneFormat in class GraphConfigpublic java.lang.String getToNidColumn()
public java.lang.String getUsername()
getUsername in class AbstractTwoTablesRdbmsGraphConfigpublic java.util.Map<TwoTablesRdbmsGraphConfig.Field,java.lang.Object> getValues()
public java.util.Map<TwoTablesRdbmsGraphConfig.Field,java.lang.Object> getValuesWithoutDefaults()
public IdType getVertexIdType()
getVertexIdType in class GraphConfigpublic java.util.List<GraphPropertyConfig> getVertexProps()
getVertexProps in class GraphConfigpublic boolean hasDefaultValue(TwoTablesRdbmsGraphConfig.Field field)
field - the field@Deprecated public java.lang.Boolean hasEdgeLabel()
hasEdgeLabel in class GraphConfigtrue if this graph configuration has the edge label, false otherwise@Deprecated public java.lang.Boolean hasVertexLabels()
hasVertexLabels in class GraphConfigtrue if this graph configuration has the vertex label, false otherwisepublic boolean isEmpty()
public static TwoTablesRdbmsGraphConfig parse(java.io.InputStream is, boolean strict, java.lang.String parentPath) throws java.io.IOException
is - the input streamstrict - if true, parses in strict modeparentPath - if not null, resolves relative paths against this parentPathjava.io.IOException - Signals that an I/O exception has occurred.public static TwoTablesRdbmsGraphConfig parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
raw - the raw key/value mapping to parsestrict - if true, parses in strict modeparentPath - if not null, resolves relative paths against this parentPathpublic static TwoTablesRdbmsGraphConfig parse(java.util.Properties props, boolean strict)
props - the properties to parsestrict - if true, parses in strict modepublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(boolean hashSensitiveData)
Copyright © 2016, 2018 Oracle and/or its affiliates. All Rights Reserved.