Uses of Class
oracle.pgx.config.GraphPropertyConfig
-
Packages that use GraphPropertyConfig Package Description oracle.pgx.api.graphalteration This package contains the APIs for the alterGraph mutation.oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of GraphPropertyConfig in oracle.pgx.api.graphalteration
Methods in oracle.pgx.api.graphalteration with parameters of type GraphPropertyConfig Modifier and Type Method Description GraphAlterationEmptyEdgeProviderBuilder
GraphAlterationEmptyEdgeProviderBuilder. addProperties(GraphPropertyConfig[] configs)
Adds properties from the different property configurationsGraphAlterationEmptyProviderBuilder
GraphAlterationEmptyProviderBuilder. addProperties(GraphPropertyConfig[] configs)
Adds properties from the different property configurationsGraphAlterationEmptyVertexProviderBuilder
GraphAlterationEmptyVertexProviderBuilder. addProperties(GraphPropertyConfig[] configs)
Adds properties from the different property configurationsGraphAlterationEmptyEdgeProviderBuilder
GraphAlterationEmptyEdgeProviderBuilder. addProperty(GraphPropertyConfig config)
Adds a property from the property configurationGraphAlterationEmptyProviderBuilder
GraphAlterationEmptyProviderBuilder. addProperty(GraphPropertyConfig config)
Adds a property from the property configurationGraphAlterationEmptyVertexProviderBuilder
GraphAlterationEmptyVertexProviderBuilder. addProperty(GraphPropertyConfig config)
Adds a property from the property configurationMethod parameters in oracle.pgx.api.graphalteration with type arguments of type GraphPropertyConfig Modifier and Type Method Description GraphAlterationEmptyEdgeProviderBuilder
GraphAlterationEmptyEdgeProviderBuilder. addProperties(java.util.List<GraphPropertyConfig> configs)
Adds properties from the different property configurationsGraphAlterationEmptyProviderBuilder
GraphAlterationEmptyProviderBuilder. addProperties(java.util.List<GraphPropertyConfig> configs)
Adds properties from the different property configurationsGraphAlterationEmptyVertexProviderBuilder
GraphAlterationEmptyVertexProviderBuilder. addProperties(java.util.List<GraphPropertyConfig> configs)
Adds properties from the different property configurations -
Uses of GraphPropertyConfig in oracle.pgx.config
Methods in oracle.pgx.config that return GraphPropertyConfig Modifier and Type Method Description GraphPropertyConfig
GraphPropertyConfigBuilder. build()
Builds the GraphPropertyConfig with aparentPath
ofnull
.GraphPropertyConfig
GraphPropertyConfigBuilder. build(java.lang.String parentPath)
Builds the GraphPropertyConfig.static GraphPropertyConfig
GraphPropertyConfigBuilder. buildGraphPropertyConfig(java.util.function.Consumer<GraphPropertyConfigBuilder> builderSetup)
Builds aGraphPropertyConfig
in-placestatic GraphPropertyConfig
GraphPropertyConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)
Parses an input stream.static GraphPropertyConfig
GraphPropertyConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
Parses a raw key/value mapping.static GraphPropertyConfig
GraphPropertyConfig. parse(java.util.Properties props, boolean strict)
Parses a properties file.Methods in oracle.pgx.config that return types with arguments of type GraphPropertyConfig Modifier and Type Method Description java.util.List<GraphPropertyConfig>
AbstractPartitionedGraphConfig. getEdgeProps()
java.util.List<GraphPropertyConfig>
FileGraphConfig. getEdgeProps()
specification of edge properties associated with graphabstract java.util.List<GraphPropertyConfig>
GraphConfig. getEdgeProps()
Get the vertex properties of this graph configurationjava.util.List<GraphPropertyConfig>
RdfGraphConfig. getEdgeProps()
specification of edge properties associated with graphjava.util.List<GraphPropertyConfig>
TwoTablesRdbmsGraphConfig. getEdgeProps()
specification of edge properties associated with graphjava.util.List<GraphPropertyConfig>
TwoTablesTextGraphConfig. getEdgeProps()
specification of edge properties associated with graphabstract java.util.List<GraphPropertyConfig>
EntityProviderConfig. getProps()
Get the properties of this provider configurationjava.util.List<GraphPropertyConfig>
EsEntityProviderConfig. getProps()
specification of the properties associated with this entity providerjava.util.List<GraphPropertyConfig>
FileEntityProviderConfig. getProps()
specification of the properties associated with this entity providerjava.util.List<GraphPropertyConfig>
RdbmsEntityProviderConfig. getProps()
specification of the properties associated with this entity providerjava.util.List<GraphPropertyConfig>
AbstractPartitionedGraphConfig. getVertexProps()
java.util.List<GraphPropertyConfig>
FileGraphConfig. getVertexProps()
specification of vertex properties associated with graphabstract java.util.List<GraphPropertyConfig>
GraphConfig. getVertexProps()
Get the vertex properties of this graph configurationjava.util.List<GraphPropertyConfig>
RdfGraphConfig. getVertexProps()
specification of vertex properties associated with graphjava.util.List<GraphPropertyConfig>
TwoTablesRdbmsGraphConfig. getVertexProps()
specification of vertex properties associated with graphjava.util.List<GraphPropertyConfig>
TwoTablesTextGraphConfig. getVertexProps()
specification of vertex properties associated with graphMethods in oracle.pgx.config with parameters of type GraphPropertyConfig Modifier and Type Method Description static java.util.List<java.time.format.DateTimeFormatter>
GraphFormatConfig. getFormats(GraphPropertyConfig graphPropertyConfig)
GraphPropertyConfigBuilder
GraphPropertyConfigBuilder. putAll(GraphPropertyConfig config)
Puts all values from the given config into this builderConstructors in oracle.pgx.config with parameters of type GraphPropertyConfig Constructor Description GraphPropertyConfigBuilder(GraphPropertyConfig config)
Constructs a GraphPropertyConfigBuilder initialized with the values from the given config
-