Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(560)

Issue 110116: Initial checkin of DT algorithm

Can't Edit
Can't Publish+Mail
Start Review
Created:
16 years, 4 months ago by armbrust
Modified:
16 years, 4 months ago
Reviewers:
daniel.wilkerson
CC:
ryanb, maxr
Base URL:
http://tapioca-orm.googlecode.com/svn/trunk/
Visibility:
Public.

Description

This is the current state of the DT algorithm. This CL contains all the code as well as all the tests.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5970 lines, -0 lines) Patch
A src/log4j.properties View 1 chunk +24 lines, -0 lines 0 comments Download
A src/tapioca/dt/ActionType.java View 1 chunk +26 lines, -0 lines 0 comments Download
A src/tapioca/dt/CacheRecord.java View 1 chunk +93 lines, -0 lines 0 comments Download
A src/tapioca/dt/DistributedTransaction.java View 1 chunk +636 lines, -0 lines 0 comments Download
A src/tapioca/dt/DistributedTransactionEntity.java View 1 chunk +194 lines, -0 lines 0 comments Download
A src/tapioca/dt/DistributedTransactionFailedException.java View 1 chunk +32 lines, -0 lines 0 comments Download
A src/tapioca/dt/DistributedTransactionNotFoundException.java View 1 chunk +28 lines, -0 lines 0 comments Download
A src/tapioca/dt/GetRequest.java View 1 chunk +66 lines, -0 lines 0 comments Download
A src/tapioca/dt/PutRequest.java View 1 chunk +74 lines, -0 lines 0 comments Download
A src/tapioca/dt/ReadVersionChangedException.java View 1 chunk +28 lines, -0 lines 0 comments Download
A src/tapioca/dt/ShadowEntity.java View 1 chunk +198 lines, -0 lines 0 comments Download
A src/tapioca/dt/State.java View 1 chunk +67 lines, -0 lines 0 comments Download
A src/tapioca/dt/WrappedDatastoreService.java View 1 chunk +303 lines, -0 lines 0 comments Download
A src/tapioca/dt/WriteLockHeldException.java View 1 chunk +28 lines, -0 lines 0 comments Download
A src/tapioca/util/DatastoreStats.java View 1 chunk +106 lines, -0 lines 0 comments Download
A src/tapioca/util/DelegateDatastoreService.java View 1 chunk +164 lines, -0 lines 0 comments Download
A src/tapioca/util/EntityGroupBatchJob.java View 1 chunk +115 lines, -0 lines 0 comments Download
A src/tapioca/util/EntityUtil.java View 1 chunk +55 lines, -0 lines 0 comments Download
A src/tapioca/util/KeyUtil.java View 1 chunk +48 lines, -0 lines 0 comments Download
A src/tapioca/util/RetryHelper.java View 1 chunk +72 lines, -0 lines 0 comments Download
A tests/tapioca/AllTests.java View 1 chunk +35 lines, -0 lines 0 comments Download
A tests/tapioca/AllTestsWithStats.java View 1 chunk +58 lines, -0 lines 0 comments Download
A tests/tapioca/dt/AllTests.java View 1 chunk +40 lines, -0 lines 0 comments Download
A tests/tapioca/dt/DistributedTransactionEntityTest.java View 1 chunk +133 lines, -0 lines 0 comments Download
A tests/tapioca/dt/DistributedTransactionTest.java View 1 chunk +1938 lines, -0 lines 0 comments Download
A tests/tapioca/dt/GetRequestTest.java View 1 chunk +66 lines, -0 lines 0 comments Download
A tests/tapioca/dt/PutRequestTest.java View 1 chunk +66 lines, -0 lines 0 comments Download
A tests/tapioca/dt/ShadowEntityTest.java View 1 chunk +159 lines, -0 lines 0 comments Download
A tests/tapioca/dt/StateTest.java View 1 chunk +47 lines, -0 lines 0 comments Download
A tests/tapioca/dt/WrappedDatastoreServiceTest.java View 1 chunk +251 lines, -0 lines 0 comments Download
A tests/tapioca/testing/AppEngineTestCase.java View 1 chunk +134 lines, -0 lines 0 comments Download
A tests/tapioca/testing/TestEnvironment.java View 1 chunk +67 lines, -0 lines 0 comments Download
A tests/tapioca/util/AllTests.java View 1 chunk +37 lines, -0 lines 0 comments Download
A tests/tapioca/util/EntityGroupBatchJobTest.java View 1 chunk +241 lines, -0 lines 0 comments Download
A tests/tapioca/util/EntityUtilTest.java View 1 chunk +59 lines, -0 lines 0 comments Download
A tests/tapioca/util/KeyUtilTest.java View 1 chunk +74 lines, -0 lines 0 comments Download
A tests/tapioca/util/RetryHelperTest.java View 1 chunk +208 lines, -0 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b