public abstract class AbstractMultipleTablesConfig extends GraphConfig
ENV_SEPARATOR, ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX
Constructor and Description |
---|
AbstractMultipleTablesConfig() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getEdgesTableName() |
abstract java.util.List<MultipleTablesEdgeTypeConfig> |
getEdgeTypes() |
abstract java.lang.String |
getJdbcUrl() |
java.lang.String |
getName()
Get the graph name of this graph configuration.
|
abstract java.lang.String |
getNodesTableName() |
abstract java.util.List<MultipleTablesNodeTypeConfig> |
getNodeTypes() |
abstract java.lang.String |
getUsername() |
oracle.pgx.config.MultipleTablesConfigBuilder |
toGraphConfigBuilder() |
getArrayCompactionThreshold, getEdgeIdType, getEdgePropertyDefault, getEdgePropertyDimension, getEdgePropertyName, getEdgePropertyType, getEdgePropertyTypes, getEdgeProps, getExternalStores, getLoadingFilter, getLoadingOptions, getNodeKeyType, getNodePropertyDefault, getNodePropertyDimension, getNodePropertyName, getNodePropertyType, getOptimizedFor, getPartitionWhileLoading, getValidatedEdgeIdStrategy, getValidatedEdgeIdType, getValidatedVertexIdStrategy, getValidatedVertexIdType, getVertexIdType, getVertexPropertyTypes, getVertexProps, hashCode, hasVerticesAndEdgesSeparatedFileFormat, hasVerticesAndEdgesSeparatedFileFormat, isEdgeLabelLoadingEnabled, isFileFormat, isFileFormat, isLoadEdgeKeys, isLoadVertexKeys, isMultipleFileFormat, isMultipleFileFormat, isSingleFileFormat, isSingleFileFormat, isVertexLabelsLoadingEnabled, numEdgeProperties, numNodeProperties, skipEdgeLoading, skipVertexLoading, supportsEdgeLabel, supportsEdgeLabel, supportsPropertyColumn, supportsPropertyColumn, supportsVectorProperties, supportsVectorProperties, supportsVertexLabels, supportsVertexLabels
getDefault, getValueFromEnvironment, getValueFromEnvironment, parseString, setSerializable
equals, getClass, notify, notifyAll, toString, wait, wait, wait
createLocalDateFormat, createTimeFormat, createTimestampFormat, createTimestampWithTimezoneFormat, createTimeWithTimezoneFormat, getAttributes, getErrorHandling, getFormat, getKeystoreAlias, getLocalDateFormat, getTimeFormat, getTimestampFormat, getTimestampWithTimezoneFormat, getTimeWithTimezoneFormat, getVectorComponentDelimiter
public abstract java.lang.String getEdgesTableName()
public abstract java.util.List<MultipleTablesEdgeTypeConfig> getEdgeTypes()
public abstract java.lang.String getJdbcUrl()
public java.lang.String getName()
CommonLoadableConfig
public abstract java.lang.String getNodesTableName()
public abstract java.util.List<MultipleTablesNodeTypeConfig> getNodeTypes()
public abstract java.lang.String getUsername()
public oracle.pgx.config.MultipleTablesConfigBuilder toGraphConfigBuilder()
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.