public class AbstractRaftRPC extends Object implements RaftRPC
| Modifier | Constructor and Description |
|---|---|
|
AbstractRaftRPC() |
protected |
AbstractRaftRPC(long term) |
| Modifier and Type | Method and Description |
|---|---|
long |
getTerm()
Return the term in which this call is being made.
|
protected void |
setTerm(long term) |
Copyright © 2019 OpenDaylight. All rights reserved.