Uses of Class
oracle.pgx.config.EntityProviderConfig
-
Packages that use EntityProviderConfig 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 EntityProviderConfig in oracle.pgx.api.graphalteration
Methods in oracle.pgx.api.graphalteration with parameters of type EntityProviderConfig Modifier and Type Method Description GraphAlterationBuilderGraphAlterationBuilder. addEdgeProvider(EntityProviderConfig edgeProviderConfig)Adds an edge provider specified by the provided configurationGraphAlterationBuilderGraphAlterationBuilder. addVertexProvider(EntityProviderConfig vertexProviderConfig)Adds a vertex provider specified by the provided configuration -
Uses of EntityProviderConfig in oracle.pgx.config
Classes in oracle.pgx.config with type parameters of type EntityProviderConfig Modifier and Type Class Description classAbstractEntityProviderConfigBuilder<T extends AbstractEntityProviderConfigBuilder<T,GTC>,GTC extends EntityProviderConfig>base class for entity provider configuration builder classesclassAbstractEntityProviderConfigFactory<T extends EntityProviderConfig>Base factory class for creating entity provider configuration objects.Subclasses of EntityProviderConfig in oracle.pgx.config Modifier and Type Class Description classAbstractEsEntityProviderConfigclassAbstractFileEntityProviderConfigAbstract super-class for all file-based provider configsclassAbstractRdbmsEntityProviderConfigclassEsEntityProviderConfigPGX Engine Es Entity Provider ConfigclassFileEntityProviderConfigPGX Engine File Entity Provider ConfigclassRdbmsEntityProviderConfigPGX Engine Rdbms Entity Provider ConfigMethods in oracle.pgx.config that return types with arguments of type EntityProviderConfig Modifier and Type Method Description abstract java.util.List<EntityProviderConfig>AbstractPartitionedGraphConfig. getEdgeProviders()Get the vertex providers of this graph configurationjava.util.List<EntityProviderConfig>PartitionedGraphConfig. getEdgeProviders()list of edge providers in this graphabstract java.util.List<EntityProviderConfig>AbstractPartitionedGraphConfig. getVertexProviders()Get the vertex providers of this graph configurationjava.util.List<EntityProviderConfig>PartitionedGraphConfig. getVertexProviders()list of vertex providers in this graphMethods in oracle.pgx.config with parameters of type EntityProviderConfig Modifier and Type Method Description PartitionedGraphConfigBuilderPartitionedGraphConfigBuilder. addEdgeProvider(EntityProviderConfig provider)Adds a edge provider to the graphPartitionedGraphConfigBuilderPartitionedGraphConfigBuilder. addVertexProvider(EntityProviderConfig provider)Adds a vertex provider to the graphTAbstractEntityProviderConfigBuilder. copyBaseFrom(EntityProviderConfig providerConfig)Sets this builder with the values of the given provider config, this only includes base settings (format, temporal formats, vertex properties, edge properties, loading configuration and error handling configuration).
-