summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/repo/replicated/ReplicatedRepository.java
AgeCommit message (Expand)Author
2013-10-25Fixing ReplicatedRepository so that transactions may be entered when the masterJesse Morgan
2013-10-21Fixed resync logic to consider index when a filter is provided.Brian S. O'Neill
2012-10-01Add reload check during resync.Brian S. O'Neill
2012-03-04Prepare release 1.2.3Brian S. O'Neill
2010-03-14Update copyright.Brian S. O'Neill
2009-12-22Remove isClosed method, which broke compatibility.Brian S. O'Neill
2009-12-22Added isClosed method to Repository.Brian S. O'Neill
2008-11-19Fix resync when query is known to return one entry.Brian S. O'Neill
2008-09-26Resync listener is now a trigger in order to capture more information.Brian S. O'Neill
2008-07-18Moved transaction support classes to txn package.Brian S. O'Neill
2008-06-06Added listener callback for replicated repository resync.Brian S. O'Neill
2008-05-06Code cleanup: add @Override annotations, remove unused imports, remove dead c...Brian S. O'Neill
2008-05-04Revise getCapability.Brian S. O'Neill
2008-05-02Replicated repository returns replica's capabilities and not master's. Access...Brian S. O'Neill
2007-10-11Support sorting of arrays.Brian S. O'Neill
2007-03-28Merged 1.2-dev to trunk.Brian S. O'Neill
2007-02-17ReplicatedRepository installs user triggers on the replica again, but it now ...Brian S. O'Neill
2007-01-11Fixes for bugs found using FindBugs.Brian S. O'Neill
2006-12-08Improved message for UnsupportedTypeException.Brian S. O'Neill
2006-12-07Added @Authoritative annotation.Brian S. O'Neill
2006-12-06Added back method needed by test suite.Brian S. O'Neill
2006-12-06Added master repository access in resync capability.Brian S. O'Neill
2006-11-10Fix resync corruption skip/repair logic.Brian S. O'Neill
2006-11-08Tests and fixes for corruption repair.Brian S. O'Neill
2006-11-07Allow resync to delete or skip over corrupt replica entries.Brian S. O'Neill
2006-10-31Implement resync without using a separate thread and queue, avoiding deadlock...Brian S. O'Neill
2006-10-17Prevent accidental replication of internal storables.Brian S. O'Neill
2006-10-15Created StorageCollection.Brian S. O'Neill
2006-10-11Resolved some warnings.Brian S. O'Neill
2006-08-30Add core repository implementationsBrian S. O'Neill