Remove followers as an explicit field 45/14445/3
authorRobert Varga <rovarga@cisco.com>
Fri, 23 Jan 2015 14:46:51 +0000 (15:46 +0100)
committerRobert Varga <rovarga@cisco.com>
Fri, 23 Jan 2015 22:36:25 +0000 (23:36 +0100)
commit664c122de279729ca1a5e33f1b95606dab861ab7
tree57afe97754425c540ce2341baf182507c6480db8
parent99bbbf312a60e80672a3210881ece8cf73db6520
Remove followers as an explicit field

The field corresponds to followerToLog.keySet(), which is immutable, so
there is no point in retaining it in a field. It allows us to realize
that we can use an entrySet() and prevent lookups to get corresponding
information.

Change-Id: I9f43732813b61d19306ef5954a97c9c8cd64ccfb
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/behaviors/AbstractLeader.java
opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/behaviors/Leader.java