Uses of Class
oracle.pgx.config.AbstractPartitionedGraphConfig
-
Packages that use AbstractPartitionedGraphConfig Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of AbstractPartitionedGraphConfig in oracle.pgx.config
Subclasses of AbstractPartitionedGraphConfig in oracle.pgx.config Modifier and Type Class Description class
PartitionedGraphConfig
PGX Engine Partitioned Graph ConfigMethods in oracle.pgx.config with parameters of type AbstractPartitionedGraphConfig Modifier and Type Method Description java.lang.String
AbstractRdbmsEntityProviderConfig. getDataSourceId(AbstractPartitionedGraphConfig graphConfig)
java.lang.String
AbstractEsEntityProviderConfig. getEsIndexName(AbstractPartitionedGraphConfig graphConfig)
java.lang.String
AbstractEsEntityProviderConfig. getEsUrl(AbstractPartitionedGraphConfig graphConfig)
java.lang.String
AbstractRdbmsEntityProviderConfig. getJdbcUrl(AbstractPartitionedGraphConfig graphConfig)
java.lang.String
AbstractEsEntityProviderConfig. getKeystoreAlias(AbstractPartitionedGraphConfig graphConfig)
java.lang.String
AbstractRdbmsEntityProviderConfig. getKeystoreAlias(AbstractPartitionedGraphConfig graphConfig)
java.lang.Integer
AbstractEsEntityProviderConfig. getMaxBatchSize(AbstractPartitionedGraphConfig graphConfig)
java.lang.Integer
AbstractRdbmsEntityProviderConfig. getMaxPrefetchedRows(AbstractPartitionedGraphConfig graphConfig)
java.lang.Integer
AbstractRdbmsEntityProviderConfig. getNumConnections(AbstractPartitionedGraphConfig graphConfig)
java.lang.Integer
AbstractRdbmsEntityProviderConfig. getNumConnections(AbstractPartitionedGraphConfig graphConfig, int machineCount, int defaultNumConnectionsTotal)
java.lang.String
AbstractRdbmsEntityProviderConfig. getSchema(AbstractPartitionedGraphConfig graphConfig)
java.lang.String
AbstractEsEntityProviderConfig. getScrollTime(AbstractPartitionedGraphConfig graphConfig)
java.lang.String
AbstractEsEntityProviderConfig. getUsername(AbstractPartitionedGraphConfig graphConfig)
java.lang.String
AbstractRdbmsEntityProviderConfig. getUsername(AbstractPartitionedGraphConfig graphConfig)
-