Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Remote Translog] Introduce remote translog transfer support #4480

Merged
merged 15 commits into from
Nov 22, 2022
Prev Previous commit
Next Next commit
Added Java doc
Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
  • Loading branch information
Bukhtawar committed Nov 15, 2022
commit 0d834be4989b5f265b41d8069cf84383adfab8ba
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ public String toString() {
.toString();
}

/**
* Builder for {@link TranslogCheckpointTransferSnapshot}
*/
public static class Builder {
private final long primaryTerm;
private final long generation;
Expand Down