Make TransactionProxyCleanupPhantomReference self-contained 33/17533/18
authorRobert Varga <rovarga@cisco.com>
Wed, 1 Apr 2015 11:27:25 +0000 (13:27 +0200)
committerRobert Varga <rovarga@cisco.com>
Tue, 7 Apr 2015 13:32:52 +0000 (15:32 +0200)
commit708d647d2ca93ac48ee3b897d7f771eb584624e9
tree00d638a6f34c834152138d196ec8835ae8e6f8a1
parentdc10cce59fd3f2e11af715605f094dfeabc4c73a
Make TransactionProxyCleanupPhantomReference self-contained

This tracker can be broken out cleanly, if we clean up interactions with
TransactionProxy and TransactionFutureCallback. That allows us to split
the class out, making it self-contained. Leaking fields from
TransactionProxy will be fixed up in a follow-up patch.

Change-Id: I14dbb44a2c94e758ad492222eaa9d038f5b6b858
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/TransactionProxy.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/TransactionProxyCleanupPhantomReference.java [new file with mode: 0644]