public static class AssignTargetUuidHandling.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AssignTargetUuidHandling |
build() |
AssignTargetUuidHandling.Builder |
copy(AssignTargetUuidHandling model) |
AssignTargetUuidHandling.Builder |
lastConfiguredLogFilename(String lastConfiguredLogFilename)
Specifies one of the coordinates (file) at which the replica should begin reading the
source’s log.
|
AssignTargetUuidHandling.Builder |
lastConfiguredLogOffset(Long lastConfiguredLogOffset)
Specifies one of the coordinates (offset) at which the replica should begin reading the
source’s log.
|
public AssignTargetUuidHandling.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 AssignTargetUuidHandling.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 AssignTargetUuidHandling build()
public AssignTargetUuidHandling.Builder copy(AssignTargetUuidHandling model)
Copyright © 2016–2024. All rights reserved.