ChainedStreamBuilder
ChainedStreamBuilder is an API class provided by the GaussDB JDBC driver. It is used to build replication streams.
Inheritance Relationship of ChainedStreamBuilder
ChainedStreamBuilder is a logical replication API. Its implementation class is ReplicationStreamBuilder, which is in the org.postgresql.replication.fluent package. The declaration of the class is as follows:
public class ReplicationStreamBuilder implements ChainedStreamBuilder
Constructor
public ReplicationStreamBuilder(final BaseConnection connection)
Common Methods
Return Value | Method | Description | throws |
|---|---|---|---|
ChainedLogicalStreamBuilder | logical() | Creates a logical replication stream. | - |
ChainedPhysicalStreamBuilder | physical() | Creates a physical replication stream. | - |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.

