Uses of Interface
org.postgresql.replication.fluent.ChainedCommonStreamBuilder
-
Packages that use ChainedCommonStreamBuilder Package Description org.postgresql.replication.fluent org.postgresql.replication.fluent.logical org.postgresql.replication.fluent.physical -
-
Uses of ChainedCommonStreamBuilder in org.postgresql.replication.fluent
Classes in org.postgresql.replication.fluent with type parameters of type ChainedCommonStreamBuilder Modifier and Type Class Description class
AbstractStreamBuilder<T extends ChainedCommonStreamBuilder<T>>
interface
ChainedCommonStreamBuilder<T extends ChainedCommonStreamBuilder<T>>
Fluent interface for specify common parameters for Logical and Physical replication.Classes in org.postgresql.replication.fluent that implement ChainedCommonStreamBuilder Modifier and Type Class Description class
AbstractStreamBuilder<T extends ChainedCommonStreamBuilder<T>>
-
Uses of ChainedCommonStreamBuilder in org.postgresql.replication.fluent.logical
Subinterfaces of ChainedCommonStreamBuilder in org.postgresql.replication.fluent.logical Modifier and Type Interface Description interface
ChainedLogicalStreamBuilder
Classes in org.postgresql.replication.fluent.logical that implement ChainedCommonStreamBuilder Modifier and Type Class Description class
LogicalStreamBuilder
-
Uses of ChainedCommonStreamBuilder in org.postgresql.replication.fluent.physical
Subinterfaces of ChainedCommonStreamBuilder in org.postgresql.replication.fluent.physical Modifier and Type Interface Description interface
ChainedPhysicalStreamBuilder
Classes in org.postgresql.replication.fluent.physical that implement ChainedCommonStreamBuilder Modifier and Type Class Description class
PhysicalStreamBuilder
-