Uses of Interface
org.postgresql.replication.fluent.ChainedCommonCreateSlotBuilder
-
Packages that use ChainedCommonCreateSlotBuilder Package Description org.postgresql.replication.fluent org.postgresql.replication.fluent.logical org.postgresql.replication.fluent.physical -
-
Uses of ChainedCommonCreateSlotBuilder in org.postgresql.replication.fluent
Classes in org.postgresql.replication.fluent with type parameters of type ChainedCommonCreateSlotBuilder Modifier and Type Class Description class
AbstractCreateSlotBuilder<T extends ChainedCommonCreateSlotBuilder<T>>
interface
ChainedCommonCreateSlotBuilder<T extends ChainedCommonCreateSlotBuilder<T>>
Fluent interface for specify common parameters for create Logical and Physical replication slot.Classes in org.postgresql.replication.fluent that implement ChainedCommonCreateSlotBuilder Modifier and Type Class Description class
AbstractCreateSlotBuilder<T extends ChainedCommonCreateSlotBuilder<T>>
-
Uses of ChainedCommonCreateSlotBuilder in org.postgresql.replication.fluent.logical
Subinterfaces of ChainedCommonCreateSlotBuilder in org.postgresql.replication.fluent.logical Modifier and Type Interface Description interface
ChainedLogicalCreateSlotBuilder
Logical replication slot specific parameters.Classes in org.postgresql.replication.fluent.logical that implement ChainedCommonCreateSlotBuilder Modifier and Type Class Description class
LogicalCreateSlotBuilder
-
Uses of ChainedCommonCreateSlotBuilder in org.postgresql.replication.fluent.physical
Subinterfaces of ChainedCommonCreateSlotBuilder in org.postgresql.replication.fluent.physical Modifier and Type Interface Description interface
ChainedPhysicalCreateSlotBuilder
Physical replication slot specific parameters.Classes in org.postgresql.replication.fluent.physical that implement ChainedCommonCreateSlotBuilder Modifier and Type Class Description class
PhysicalCreateSlotBuilder
-