summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/repo/replicated
AgeCommit message (Expand)Author
2008-09-26Resync listener is now a trigger in order to capture more information.Brian S. O'Neill
2008-07-25Run update repair locally and also do in background, to ensure it sticks.Brian S. O'Neill
2008-07-23Repair unmatched replica without rolling back.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-22Fix automatic replication repair which might sometimes throw IllegalStateExce...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
2008-03-16Support updates to replicated LOBs.Brian S. O'Neill
2007-10-11Support sorting of arrays.Brian S. O'Neill
2007-09-03Calling Storable.update when there are no dirty properties actually does an u...Brian S. O'Neill
2007-08-26Added support for load and query trigger.Brian S. O'Neill
2007-08-11Fixed replication repair bug which threw an IllegalStateException for insert ...Brian S. O'Neill
2007-04-29Added @since tags.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-02-07Don't attempt to repair inconsistency when not fully defining the primary key...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-07ReplicatedRepository installs user triggers on the master, not the replica.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-10-08Finished support for trigger factoriesBrian S. O'Neill
2006-10-06Removed RepositoryReference class.Brian S. O'Neill
2006-08-30Add core repository implementationsBrian S. O'Neill