Uses of Class
org.postgresql.replication.ReplicationSlotInfo
-
Packages that use ReplicationSlotInfo Package Description org.postgresql.replication.fluent org.postgresql.replication.fluent.logical org.postgresql.replication.fluent.physical -
-
Uses of ReplicationSlotInfo in org.postgresql.replication.fluent
Methods in org.postgresql.replication.fluent that return ReplicationSlotInfo Modifier and Type Method Description ReplicationSlotInfoChainedCommonCreateSlotBuilder. make()Create slot with specified parameters in database. -
Uses of ReplicationSlotInfo in org.postgresql.replication.fluent.logical
Methods in org.postgresql.replication.fluent.logical that return ReplicationSlotInfo Modifier and Type Method Description ReplicationSlotInfoLogicalCreateSlotBuilder. make() -
Uses of ReplicationSlotInfo in org.postgresql.replication.fluent.physical
Methods in org.postgresql.replication.fluent.physical that return ReplicationSlotInfo Modifier and Type Method Description ReplicationSlotInfoPhysicalCreateSlotBuilder. make()
-