public abstract static class RaftServerRpc.Builder<B extends RaftServerRpc.Builder,RPC extends RaftServerRpc> extends Object
RaftServerRpc objects.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract RPC |
build() |
RaftServer |
getServer() |
protected abstract B |
getThis() |
B |
setServer(RaftServer raftServer) |
public RaftServer getServer()
public B setServer(RaftServer raftServer)
protected abstract B getThis()
public abstract RPC build()
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.