public abstract class AbstractRdfGraphConfig extends GraphConfig
ENV_SEPARATOR, ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX| Constructor and Description |
|---|
AbstractRdfGraphConfig() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<java.lang.String> |
getAcceptedPredicates() |
abstract java.lang.String |
getDataSourceId() |
abstract java.util.List<java.lang.String> |
getIgnoredPredicates() |
abstract java.lang.String |
getJdbcUrl() |
abstract java.util.List<RdfGraphPrefixConfig> |
getPrefixes() |
abstract java.lang.String |
getUsername() |
abstract java.util.List<java.lang.String> |
getVertexLabelPredicates() |
int |
hashCode() |
boolean |
isBlackListMode() |
RdfGraphConfigBuilder |
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, hasVerticesAndEdgesSeparatedFileFormat, hasVerticesAndEdgesSeparatedFileFormat, isEdgeLabelLoadingEnabled, isFileFormat, isFileFormat, isLoadEdgeKeys, isLoadVertexKeys, isMultipleFileFormat, isMultipleFileFormat, isSingleFileFormat, isSingleFileFormat, isVertexLabelsLoadingEnabled, numEdgeProperties, numNodeProperties, skipEdgeLoading, skipVertexLoading, supportsEdgeLabel, supportsEdgeLabel, supportsPropertyColumn, supportsPropertyColumn, supportsVectorProperties, supportsVectorProperties, supportsVertexLabels, supportsVertexLabelsgetDefault, getValueFromEnvironment, getValueFromEnvironment, parseString, setSerializableequals, getClass, notify, notifyAll, toString, wait, wait, waitcreateLocalDateFormat, createTimeFormat, createTimestampFormat, createTimestampWithTimezoneFormat, createTimeWithTimezoneFormat, getAttributes, getErrorHandling, getFormat, getKeystoreAlias, getLocalDateFormat, getName, getTimeFormat, getTimestampFormat, getTimestampWithTimezoneFormat, getTimeWithTimezoneFormat, getVectorComponentDelimiterpublic abstract java.util.List<java.lang.String> getAcceptedPredicates()
public abstract java.lang.String getDataSourceId()
public abstract java.util.List<java.lang.String> getIgnoredPredicates()
public abstract java.lang.String getJdbcUrl()
public abstract java.util.List<RdfGraphPrefixConfig> getPrefixes()
public abstract java.lang.String getUsername()
public abstract java.util.List<java.lang.String> getVertexLabelPredicates()
public int hashCode()
hashCode in class GraphConfigpublic boolean isBlackListMode()
public RdfGraphConfigBuilder toGraphConfigBuilder()
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.