public static class RaftLogEntry.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
RaftLogEntry |
build() |
RaftLogEntry.Builder |
setCluster(long cluster) |
RaftLogEntry.Builder |
setLog_str(byte[] log_str) |
RaftLogEntry.Builder |
setLog_term(long log_term) |
public RaftLogEntry.Builder setCluster(long cluster)
public RaftLogEntry.Builder setLog_str(byte[] log_str)
public RaftLogEntry.Builder setLog_term(long log_term)
public RaftLogEntry build()
Copyright © 2022. All rights reserved.