| | |
| | | } |
| | | |
| | | /** |
| | | * Creates a builder for the replication parameters. |
| | | * |
| | | * @return a builder |
| | | */ |
| | | public static Builder replicationParams() |
| | | { |
| | | return new Builder(); |
| | | } |
| | | |
| | | /** |
| | | * Generates the command-line arguments for enabling replication, from the parameters. |
| | | * |
| | | * @return command-line arguments |
| | |
| | | } |
| | | |
| | | /** |
| | | * Creates a builder for the replication parameters. |
| | | * |
| | | * @return a builder |
| | | */ |
| | | public static Builder replicationParams() |
| | | { |
| | | return new Builder(); |
| | | } |
| | | |
| | | /** |
| | | * Generates the parameters from this builder. |
| | | * <p> |
| | | * After this call, the builder is reset and can be used to generate other parameters. |