Interface | Description |
---|---|
HighRepJobPolicy |
A policy for high replication job application.
|
Class | Description |
---|---|
CreationCostAnalysis |
Data object that describes the cost of creating an
Entity . |
DefaultHighRepJobPolicy |
An implementation of
HighRepJobPolicy in which a user-defined
percentage of jobs do not apply. |
LocalDatastoreCostAnalysis |
Utility class that can calculate the cost of writing (put or delete) a given
Entity . |
LocalDatastoreService |
A local implementation of the Datastore service interface.
|
LocalDatastoreV4Service |
An implementation of the datastore_v4 api that forwards to datastore v3.
|
WriteLatencyAdjuster |
DynamicLatencyAdjuster that adds the paxos penalty for writes and
takes the fact that transactional puts and deletes are super-fast into
account. |
Enum | Description |
---|---|
LocalDatastoreService.AutoIdAllocationPolicy |
The set of supported values for autoIdAllocationPolicy, which controls how auto IDs are
assigned by put().
|