summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/repo/indexed/IndexedCursor.java
AgeCommit message (Expand)Author
2012-03-04Prepare release 1.2.3Brian S. O'Neill
2012-01-26Added option for index access to fetch ahead to reduce likelihood of deadlocks.Brian S. O'Neill
2011-06-30Skip corrupt master entries, allow existing index entry.Brian S. O'Neill
2010-08-26Handle more exceptions with broken indexes.Brian S. O'Neill
2010-03-14Update copyright.Brian S. O'Neill
2009-10-15Generated readFrom method sets properties states at the end, to ensure that a...Brian S. O'Neill
2009-07-25Make cursors more resilient against concurrent close, preventing NoSuchElemen...Brian S. O'Neill
2008-12-22Eliminate level of indirection when accessing indexes.Brian S. O'Neill
2008-05-06Code cleanup: add @Override annotations, remove unused imports, remove dead c...Brian S. O'Neill
2007-01-29Fixed multiple cursor implementations to be extra paranoid and close the curs...Brian S. O'Neill
2006-10-31Index records no longer use join property to link to master and instead copy ...Brian S. O'Neill
2006-10-11Resolved some warnings.Brian S. O'Neill
2006-09-19Removed all cursor synchronization. It just adds overhead and no real (or nee...Brian S. O'Neill
2006-08-30Add core repository implementationsBrian S. O'Neill