public static class AssignManualUuidHandling.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AssignManualUuidHandling |
build() |
AssignManualUuidHandling.Builder |
copy(AssignManualUuidHandling model) |
AssignManualUuidHandling.Builder |
lastConfiguredLogFilename(String lastConfiguredLogFilename)
Specifies one of the coordinates (file) at which the replica should begin reading the
source’s log.
|
AssignManualUuidHandling.Builder |
lastConfiguredLogOffset(Long lastConfiguredLogOffset)
Specifies one of the coordinates (offset) at which the replica should begin reading the
source’s log.
|
AssignManualUuidHandling.Builder |
uuid(UUID uuid)
The UUID that is used as a prefix when generating transaction identifiers for anonymous
transactions coming from the source.
|
public AssignManualUuidHandling.Builder lastConfiguredLogFilename(String lastConfiguredLogFilename)
Specifies one of the coordinates (file) at which the replica should begin reading the source’s log. As this value specifies the point where replication starts from, it is only used once, when it starts. It is never used again, unless a new UpdateChannel operation modifies it.
lastConfiguredLogFilename
- the value to setpublic AssignManualUuidHandling.Builder lastConfiguredLogOffset(Long lastConfiguredLogOffset)
Specifies one of the coordinates (offset) at which the replica should begin reading the source’s log. As this value specifies the point where replication starts from, it is only used once, when it starts. It is never used again, unless a new UpdateChannel operation modifies it.
lastConfiguredLogOffset
- the value to setpublic AssignManualUuidHandling.Builder uuid(UUID uuid)
The UUID that is used as a prefix when generating transaction identifiers for anonymous transactions coming from the source. You can change the UUID later.
uuid
- the value to setpublic AssignManualUuidHandling build()
public AssignManualUuidHandling.Builder copy(AssignManualUuidHandling model)
Copyright © 2016–2024. All rights reserved.