Uses of Interface
org.postgresql.replication.fluent.ChainedStreamBuilder
-
Packages that use ChainedStreamBuilder Package Description org.postgresql.replication org.postgresql.replication.fluent -
-
Uses of ChainedStreamBuilder in org.postgresql.replication
Methods in org.postgresql.replication that return ChainedStreamBuilder Modifier and Type Method Description ChainedStreamBuilder
PGReplicationConnection. replicationStream()
After start replication stream this connection not available to use for another queries until replication stream will not close.ChainedStreamBuilder
PGReplicationConnectionImpl. replicationStream()
-
Uses of ChainedStreamBuilder in org.postgresql.replication.fluent
Classes in org.postgresql.replication.fluent that implement ChainedStreamBuilder Modifier and Type Class Description class
ReplicationStreamBuilder
-