summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src/main/java/org/apache/qpid/server/store/berkeleydb/replication/ReplicatedEnvironmentFacade.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-5409: Restart the former master environment on MASTER transferjava-broker-bdb-haAlex Rudyy2014-02-191-28/+55
* QPID-5409: Fix failing unit test LocalReplicationNodeWithReplicatedEnvironmen...Alex Rudyy2014-02-191-0/+12
* QPID-5409: Add UI for editing node attributesAlex Rudyy2014-02-171-0/+20
* QPID-5409: Add basic state management on local replication node and add abili...Alex Rudyy2014-02-131-51/+35
* QPID-5409: Environment thread is now used to perform set designated primary/s...Keith Wall2014-02-061-24/+75
* QPID-5409: Fix LocalReplicationNode#setAttribute, ignore exception thrown by ...Keith Wall2014-02-061-24/+2
* QPID-5409: Refactor BDB HA MBean to delegate the operations to the underlyin...Keith Wall2014-02-061-42/+18
* QPID-5409: Refactor RemoteReplicationNode to delegate je calls to ReplicatedE...Keith Wall2014-02-051-33/+54
* QPID-5409: Add functionality to delete remote nodeKeith Wall2014-02-051-12/+2
* QPID-5409: Refactor BDB HA system tests to use management REST interfaces ins...Keith Wall2014-02-041-2/+3
* QPID-5409: Setting attributes on LocalReplicationNode now causes the correspo...Keith Wall2014-01-311-56/+155
* QPID-5409: On Broker startup, the tree of configured objects are told to atta...Keith Wall2014-01-291-22/+20
* QPID-5409: Refactring of bdb ha replication functionality and fixing testsKeith Wall2014-01-221-0/+1029