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 GraphAlterationEmptyEdgeProviderBuilderGraphAlterationEmptyEdgeProviderBuilder. addProperties(GraphPropertyConfig[] configs)Adds properties from the different property configurationsGraphAlterationEmptyProviderBuilderGraphAlterationEmptyProviderBuilder. addProperties(GraphPropertyConfig[] configs)Adds properties from the different property configurationsGraphAlterationEmptyVertexProviderBuilderGraphAlterationEmptyVertexProviderBuilder. addProperties(GraphPropertyConfig[] configs)Adds properties from the different property configurationsGraphAlterationEmptyEdgeProviderBuilderGraphAlterationEmptyEdgeProviderBuilder. addProperty(GraphPropertyConfig config)Adds a property from the property configurationGraphAlterationEmptyProviderBuilderGraphAlterationEmptyProviderBuilder. addProperty(GraphPropertyConfig config)Adds a property from the property configurationGraphAlterationEmptyVertexProviderBuilderGraphAlterationEmptyVertexProviderBuilder. 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 GraphAlterationEmptyEdgeProviderBuilderGraphAlterationEmptyEdgeProviderBuilder. addProperties(java.util.List<GraphPropertyConfig> configs)Adds properties from the different property configurationsGraphAlterationEmptyProviderBuilderGraphAlterationEmptyProviderBuilder. addProperties(java.util.List<GraphPropertyConfig> configs)Adds properties from the different property configurationsGraphAlterationEmptyVertexProviderBuilderGraphAlterationEmptyVertexProviderBuilder. 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 GraphPropertyConfigGraphPropertyConfigBuilder. build()Builds the GraphPropertyConfig with aparentPathofnull.GraphPropertyConfigGraphPropertyConfigBuilder. build(java.lang.String parentPath)Builds the GraphPropertyConfig.static GraphPropertyConfigGraphPropertyConfigBuilder. buildGraphPropertyConfig(java.util.function.Consumer<GraphPropertyConfigBuilder> builderSetup)Builds aGraphPropertyConfigin-placestatic GraphPropertyConfigGraphPropertyConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)Parses an input stream.static GraphPropertyConfigGraphPropertyConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)Parses a raw key/value mapping.static GraphPropertyConfigGraphPropertyConfig. 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>PgHbaseGraphConfig. getEdgeProps()specification of edge properties associated with graphjava.util.List<GraphPropertyConfig>PgNosqlGraphConfig. getEdgeProps()specification of edge properties associated with graphjava.util.List<GraphPropertyConfig>PgRdbmsGraphConfig. getEdgeProps()specification of edge properties associated with graphjava.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>PgHbaseGraphConfig. getVertexProps()specification of vertex properties associated with graphjava.util.List<GraphPropertyConfig>PgNosqlGraphConfig. getVertexProps()specification of vertex properties associated with graphjava.util.List<GraphPropertyConfig>PgRdbmsGraphConfig. getVertexProps()specification of vertex properties associated with graphjava.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)GraphPropertyConfigBuilderGraphPropertyConfigBuilder. 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
-