Uses of Class
oracle.pgx.api.Synchronizer.Builder
-
Packages that use Synchronizer.Builder Package Description oracle.pgx.api This package contains the main Java APIs. -
-
Uses of Synchronizer.Builder in oracle.pgx.api
Methods in oracle.pgx.api that return Synchronizer.Builder Modifier and Type Method Description Synchronizer.Builder<T>Synchronizer.Builder. setConnection(java.sql.Connection connection)Sets the database connection to use for synchronization.Synchronizer.Builder<T>Synchronizer.Builder. setGraph(PgxGraph graph)Sets the target graph to synchronize.Synchronizer.Builder<T>Synchronizer.Builder. setGraphConfiguration(GraphConfig graphConfig)Sets the graph configuration to use for synchronization.Synchronizer.Builder<T>Synchronizer.Builder. setInvalidChangePolicy(OnInvalidChange invalidChangePolicy)Sets the invalid change policy for the ChangeSet.Synchronizer.Builder<T>Synchronizer.Builder. setParallelHintDegree(int parallelHintDegree)Sets the parallel hint degree to use in synchronizer queries.Synchronizer.Builder<T>Synchronizer.Builder. setType(java.lang.Class<T> type)Sets the type of synchronizer to build
-