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 classAbstractCreateSlotBuilder<T extends ChainedCommonCreateSlotBuilder<T>>interfaceChainedCommonCreateSlotBuilder<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 classAbstractCreateSlotBuilder<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 interfaceChainedLogicalCreateSlotBuilderLogical replication slot specific parameters.Classes in org.postgresql.replication.fluent.logical that implement ChainedCommonCreateSlotBuilder Modifier and Type Class Description classLogicalCreateSlotBuilder -
Uses of ChainedCommonCreateSlotBuilder in org.postgresql.replication.fluent.physical
Subinterfaces of ChainedCommonCreateSlotBuilder in org.postgresql.replication.fluent.physical Modifier and Type Interface Description interfaceChainedPhysicalCreateSlotBuilderPhysical replication slot specific parameters.Classes in org.postgresql.replication.fluent.physical that implement ChainedCommonCreateSlotBuilder Modifier and Type Class Description classPhysicalCreateSlotBuilder
-