Interface | Description |
---|---|
DatastoreV3 |
An interface for an implementation of a local version of the Datastore V3 service.
|
HighRepJobPolicy |
A policy for high replication job application.
|
Class | Description |
---|---|
CloudDatastoreV1 |
An implementation of the Cloud Datastore V1 API that forwards to Datastore V3.
|
CloudDatastoreV1.RequestHeader |
A class used to pass additional information to Cloud Datastore.
|
CreationCostAnalysis |
Data object that describes the cost of creating an
Entity . |
DatastoreV3Impl |
An implementation
DatastoreV3 which wraps a LocalDatastoreService . |
DefaultHighRepJobPolicy |
An implementation of
HighRepJobPolicy in which a user-defined
percentage of jobs do not apply. |
LocalCloudDatastoreV1Service |
An ApiProxy implementation of the Cloud Datastore V1 API that delegates to
CloudDatastoreV1 . |
LocalDatastoreCostAnalysis |
Utility class that can calculate the cost of writing (put or delete) a given
Entity . |
LocalDatastoreService |
A local implementation of the Datastore.
|
LocalDatastoreV3Service |
Provides an implementation of
LocalDatastoreService that is
compatible with API Proxy. |
LocalDatastoreV4Service |
An implementation of the datastore_v4 api that forwards to datastore v3 and cloud datastore v1.
|
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().
|