Refactor Register*ListenerReply classes
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / TransactionProxy.java
2016-10-07 Tom PantelisFix warnings/javadocs in sal-distributed-datastore 39/46639/4
2016-09-23 Stephen KittMechanical code cleanup (sal-distributed-datastore) 70/46070/3
2016-07-20 Tom PantelisFix compiler error due to removal of InMemoryDataTreeFa... 60/42160/1
2016-06-10 Robert VargaBUG-5280: switch transaction IDs from String to Transac... 90/38990/47
2016-06-08 Robert VargaBUG-5280: switch transactionIdentifier 62/38962/34
2016-02-15 Tom PantelisRemove TransactionContext.supportsDirectCommit method 72/34472/2
2016-02-01 Tom PantelisHandle 3PC message backwards compatibility 86/33386/4
2016-01-27 Tom PantelisDeprecate ReadData/DataExists protobuff messages 78/33178/3
2016-01-06 Gary WuRefactor TransactonContext 85/31485/6
2015-09-10 Tom PantelisBug 4105: Add dynamic module/shard config for entity... 01/26801/1
2015-06-11 Moiz RajaChange variables, methods, field names from transaction... 82/22382/1
2015-06-11 Moiz RajaBUG 3019 : Fix Operation throttling for modification... 71/22371/2
2015-06-09 Robert VargaMove operation limiter down to TransactionContextWrapper 47/22147/3
2015-06-09 Robert VargaConvert OperationCompleter to OperationLimiter 41/22141/1
2015-05-28 Tom PantelisBug 3376: Add debug context for CDS transactions 71/21371/1
2015-05-16 Moiz RajaBUG 3125 : Set Rate Limit just before acquiring a permi... 84/20584/1
2015-05-16 Robert VargaCDS: Implement front-end support for local transactions 23/20523/2
2015-05-08 Robert VargaCDS: Introduce ChainedTransactionIdentifier 47/19147/5
2015-05-08 Robert VargaCDS: split TransactionType from TransactionProxy 89/19089/8
2015-05-08 Robert VargaCDS: do not propagate SchemaContext 88/19088/9
2015-05-07 Tony TkacikMerge "Add missing copyright text"
2015-05-05 Tony TkacikMerge "BUG 2820 - LLDP refactor"
2015-05-05 Tony TkacikMerge "Bug 2820 - LLDP TLV support and testing"
2015-05-05 Tony TkacikMerge "Bug 2820 - problem to add second TLV with type...
2015-05-04 Tony TkacikMerge "BUG 3057 - notify added event source by topics...
2015-04-30 Tony TkacikMerge "BUG-2288: deprecate old binding Notification...
2015-04-27 Tony TkacikMerge "Event Source: switch from wildcards to regexs"
2015-04-27 Tony TkacikMerge "BUG 3029 - netconf event source modification...
2015-04-24 Tom PantelisMerge "Fix NoSuchElementException thrown when transacti...
2015-04-24 Tony TkacikMerge "Improve performance of XmlElement.getName"
2015-04-24 Moiz RajaMerge "Fix CloseTransactionChain NotSerializableException"
2015-04-24 Tom PantelisMerge topic 'li/cleanup/javassist'
2015-04-24 Tony TkacikMerge "Stop SubtreeFitler from rereading reply even...
2015-04-24 Tony TkacikMerge "Use ImmutableNodes.fromInstanceId in restconf"
2015-04-24 Tony TkacikMerge "BUG 3045 : Use non-strict parsing in hello message."
2015-04-24 Tony TkacikMerge "Create transaction on the backend datastore...
2015-04-24 Moiz RajaMerge "Reduce non-existent Tx chain logging on close...
2015-04-24 Moiz RajaMerge "Return local shard's DataTree from ActorContext...
2015-04-24 Tom PantelisMerge "Tests for DOMDataTreeListener"
2015-04-24 Tom PantelisMerge "Moved legacy Notification implementation to...
2015-04-24 Tom PantelisMerge "Replaced Helium Notification Broker with new...
2015-04-24 Tom PantelisMerge "Make TransactionProxy.isRootPath() static"
2015-04-23 Robert VargaMake TransactionProxy.isRootPath() static 18/18918/1
2015-04-23 Tom PantelisReturn local shard's DataTree from ActorContext#findPri... 83/18783/3
2015-04-21 Moiz RajaMerge "Elide front-end 3PC for single-shard Tx"
2015-04-21 Moiz RajaMerge "Cleanup: Remove passing around of DataPersistenc...
2015-04-21 Moiz RajaMerge "Address comment in gerrit 17266"
2015-04-21 Moiz RajaMerge "Bug 2948: Perform create snapshot synchronously"
2015-04-18 Tom PantelisElide front-end 3PC for single-shard Tx 92/18392/7
2015-04-17 Tom PantelisMerge "Notification Listener Adapter uses NotificationL...
2015-04-16 Ed WarnickeMerge "Bug 2358: Fixed warnings in Restconf"
2015-04-15 Moiz RajaMerge "Split out sal-akka-raft example"
2015-04-15 Moiz RajaMerge "Bug 2948: Recovered log entries not applied...
2015-04-15 Tony TkacikMerge "BUG-2953: do not use a complete InMemoryDataStore"
2015-04-14 Robert VargaBUG-2953: do not use a complete InMemoryDataStore 92/18192/3
2015-04-13 Tony TkacikMerge "Stop swallowing exceptions in XmlElement optiona...
2015-04-13 Tony TkacikMerge "Remove isCloseMsg check for each rpc"
2015-04-10 Moiz RajaMerge "CDS: Split out TransactionFutureCallback"
2015-04-10 Moiz RajaMerge "Remove deprecation suppression"
2015-04-10 Moiz RajaMerge "Add generic arguments"
2015-04-10 Moiz RajaMerge "Update lispflowmapping options in custom.properties"
2015-04-10 Moiz RajaMerge "Fixes Bug 2935"
2015-04-10 Moiz RajaMerge changes I114cbac1,I45c2e7cd
2015-04-10 Moiz RajaMerge "Use BatchedModifications message in place of...
2015-04-10 Robert VargaCDS: Split out TransactionFutureCallback 59/17859/6
2015-04-10 Tom PantelisUse BatchedModifications message in place of ReadyTrans... 84/17884/5
2015-04-10 Moiz RajaMerge "Refactor raft recovery code to a RaftActorRecove...
2015-04-10 Moiz RajaMerge "Remove recorded modification Futures from Transa...
2015-04-10 Tony TkacikMerge "BUG 1848 : Use OrderedNormalizedNodeWriter in...
2015-04-10 Tony TkacikMerge "BUG-1848 : OrderedNormalizedNodeWriter implement...
2015-04-10 Tom PantelisMerge "BUG-2953 : Unable to read from datastore root...
2015-04-09 Moiz RajaBUG-2953 : Unable to read from datastore root with... 50/18050/2
2015-04-09 Tom PantelisRemove recorded modification Futures from TransactionCo... 77/17777/3
2015-04-08 Tony TkacikMerge "BUG 2799: SPI for EventSources"
2015-04-08 Tony TkacikMerge "Fixed NPE when RuntimeRpc could not find module...
2015-04-08 Tony TkacikMerge "BUG 2889 : migration of netconf-cli to Normalize...
2015-04-08 Tony TkacikMerge "Add DOMDataTreeIdentifier.toString()"
2015-04-07 Tom PantelisMerge "Bug 2933: BidningDOMDataBrokerAdaper implements...
2015-04-07 Tom PantelisMerge "Bug 2933: Make DataTreeModification and Listener...
2015-04-07 Tom PantelisMerge "Bug 2933: Implemented DataTreeChangeService"
2015-04-07 Tom PantelisMerge "Make TransactionProxyCleanupPhantomReference...
2015-04-07 Tom PantelisMerge "CDS: introduce AbstractThreePhaseCommitCohort"
2015-04-07 Tom PantelisMerge "CDS: fix TransactionProxy close()/ready() intera...
2015-04-07 Robert VargaMake TransactionProxyCleanupPhantomReference self-contained 33/17533/18
2015-04-07 Robert VargaCDS: introduce AbstractThreePhaseCommitCohort 18/17618/8
2015-04-07 Robert VargaCDS: fix TransactionProxy close()/ready() interaction 12/17612/6
2015-04-07 Moiz RajaMerge "Refactor ReplicatedLogImpl to separate class"
2015-04-02 Tony TkacikMerge "Remove SimpleDataTreeCandidate"
2015-04-02 Tom PantelisMerge "Split out ChainedTransactionProxy"
2015-04-02 Tom PantelisMerge "Split out NoOpDOMStoreThreePhaseCommitCohort"
2015-04-02 Tom PantelisMerge "Speed up class check"
2015-04-02 Tom PantelisMerge "Speed up enumeration lookups"
2015-04-02 Robert VargaSplit out NoOpDOMStoreThreePhaseCommitCohort 29/17529/10
2015-04-02 Robert VargaSpeed up class check 36/17536/7
2015-04-02 Robert VargaSpeed up enumeration lookups 31/17531/8
2015-04-02 Robert VargaUse isEmpty() instead of size() == 0 05/17605/3
2015-04-02 Robert VargaSplit out TransactionOperation 04/17604/2
2015-04-02 Robert VargaFix AbstractTransactionContext field visibility 37/17537/8
2015-04-01 Robert VargaMove AbstractDOMStoreTransaction into SPI 24/17524/1
2015-03-30 Moiz RajaMerge "Adjust Tx rate limiter for unused transactions"
next