Uses of Class
oracle.pgx.config.SourceType
-
Packages that use SourceType Package Description oracle.pgx.api.subgraph This package contains classes and utilities to support the subgraph reading functionality.oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of SourceType in oracle.pgx.api.subgraph
Constructors in oracle.pgx.api.subgraph with parameters of type SourceType Constructor Description PgqlBasedSubgraphReader(PgxSession session, oracle.pgx.api.subgraph.internal.KeystoreLookup keystoreLookup, java.util.function.Function<GraphConfig,PgxFuture<PgxGraph>> readFunction, SourceType graphSourceType, java.lang.String owner, java.lang.String dbGraphName) -
Uses of SourceType in oracle.pgx.config
Methods in oracle.pgx.config that return SourceType Modifier and Type Method Description SourceTypePartitionedGraphConfig. getSourceType()source type for database graphsstatic SourceTypeSourceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SourceType[]SourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.pgx.config with parameters of type SourceType Modifier and Type Method Description PartitionedGraphConfigBuilderPartitionedGraphConfigBuilder. setSourceType(SourceType sourceType)The type of the graph source.
-