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 com.huawei.opengauss.jdbc.replication.fluent package. The declaration of the class is as follows:
public class ReplicationStreamBuilder implements ChainedStreamBuilder
Constructor
public ReplicationStreamBuilder(final BaseConnection connection)
Common Methods
Method Name |
Return Type |
Description |
throws |
---|---|---|---|
logical() |
ChainedLogicalStreamBuilder |
Creates a logical replication stream. |
- |
physical() |
ChainedPhysicalStreamBuilder |
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.