CommitLogBucket |
Root for a random commit log bucket.
|
CommitLogBucket.Builder |
|
CommitLogCheckpoint |
Entity representing a point-in-time consistent view of Datastore, based on commit logs.
|
CommitLogCheckpointRoot |
Singleton parent entity for all commit log checkpoints.
|
CommitLogManifest |
Archived Datastore transaction that can be replayed.
|
CommitLogMutation |
|
DatastoreTransactionManager |
|
EntityWritePriorities |
Contains the mapping from class names to SQL-replay-write priorities.
|
ObjectifyService |
An instance of Ofy, obtained via #ofy() , should be used to access all persistable
objects.
|
Ofy |
A wrapper around ofy().
|
OfyFilter |
A filter that statically registers types with Objectify.
|
ReplayQueue |
Implements simplified datastore to SQL transaction replay.
|
RequestCapturingAsyncDatastoreService |
A proxy for AsyncDatastoreService that exposes call counts.
|
SessionKeyExposingObjectify |
Registry-specific Objectify subclass that exposes the keys used in the current session.
|
TransactionInfo |
Metadata for an Ofy transaction that saves commit logs.
|