Turn OperationState into an abstract class 17/34617/4
authorRobert Varga <rovarga@cisco.com>
Sun, 14 Feb 2016 00:06:03 +0000 (01:06 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 15 Feb 2016 14:08:11 +0000 (14:08 +0000)
commitf0f6fc2726a95d040e99e6591e8814a41c1a03e9
tree4a5bbe304d837537de8c9578cf47ac2e80dc6612
parent23049d1bb77b0eb8d115ad7c485c09a2367800df
Turn OperationState into an abstract class

This is an internal state class, no need to make it an interface. This
should make for faster dispatch, as methods offsets in vtable are fixed.

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