static ManagedMySqlDatabaseInboundReplicationCollection.Builder |
ManagedMySqlDatabaseInboundReplicationCollection.builder() |
Create a new builder.
|
ManagedMySqlDatabaseInboundReplicationCollection.Builder |
ManagedMySqlDatabaseInboundReplicationCollection.Builder.copy(ManagedMySqlDatabaseInboundReplicationCollection model) |
|
ManagedMySqlDatabaseInboundReplicationCollection.Builder |
ManagedMySqlDatabaseInboundReplicationCollection.Builder.inboundReplicationsCount(Integer inboundReplicationsCount) |
The number of sources this server is replicating from.
|
ManagedMySqlDatabaseInboundReplicationCollection.Builder |
ManagedMySqlDatabaseInboundReplicationCollection.Builder.items(List<ManagedMySqlDatabaseInboundReplicationSummary> items) |
A list of ManagedMySqlDatabaseInboundReplicationSummary records.
|
ManagedMySqlDatabaseInboundReplicationCollection.Builder |
ManagedMySqlDatabaseInboundReplicationCollection.Builder.parallelWorkers(Integer parallelWorkers) |
The number of applier threads for executing replication transactions in parallel.
|
ManagedMySqlDatabaseInboundReplicationCollection.Builder |
ManagedMySqlDatabaseInboundReplicationCollection.Builder.preserveCommitOrder(String preserveCommitOrder) |
For multi-threaded replicas, indicates if transactions are executed and committed on the
replica in the same order as they appear in the relay log.
|
ManagedMySqlDatabaseInboundReplicationCollection.Builder |
ManagedMySqlDatabaseInboundReplicationCollection.Builder.replicaServerId(Long replicaServerId) |
The server ID value of this replica.
|
ManagedMySqlDatabaseInboundReplicationCollection.Builder |
ManagedMySqlDatabaseInboundReplicationCollection.Builder.replicaUuid(String replicaUuid) |
The Universally Unique Identifier (UUID) value of this replica server.
|
ManagedMySqlDatabaseInboundReplicationCollection.Builder |
ManagedMySqlDatabaseInboundReplicationCollection.toBuilder() |
|