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 classAbstractStreamBuilder<T extends ChainedCommonStreamBuilder<T>>interfaceChainedCommonStreamBuilder<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 classAbstractStreamBuilder<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 interfaceChainedLogicalStreamBuilderClasses in org.postgresql.replication.fluent.logical that implement ChainedCommonStreamBuilder Modifier and Type Class Description classLogicalStreamBuilder -
Uses of ChainedCommonStreamBuilder in org.postgresql.replication.fluent.physical
Subinterfaces of ChainedCommonStreamBuilder in org.postgresql.replication.fluent.physical Modifier and Type Interface Description interfaceChainedPhysicalStreamBuilderClasses in org.postgresql.replication.fluent.physical that implement ChainedCommonStreamBuilder Modifier and Type Class Description classPhysicalStreamBuilder
-