| AdminDatastoreService |
An AsyncDatastoreService implementation that is pinned to a specific appId and namesapce.
|
| AdminDatastoreService.EntityBuilder |
An Entity builder that pins it to the AdminUtils appId and namespace.
|
| AdminDatastoreService.KeyBuilder |
A Key builder that pins it to the AdminUtils appId and namespace.
|
| AdminDatastoreService.QueryBuilder |
A Query builder that pins it to the AdminUtils appId and namespace.
|
| AsyncDatastoreService |
|
| BaseDatastoreService |
|
| CallbackContext |
Describes the context in which a callback runs.
|
| Category |
A tag, ie a descriptive word or phrase.
|
| CloudDatastoreRemoteServiceConfig |
User-configurable global properties of Cloud Datastore.
|
| CloudDatastoreRemoteServiceConfig.AppId |
An App Engine application ID.
|
| CloudDatastoreRemoteServiceConfig.AppId.Location |
Locations for App Engine applications.
|
| CloudDatastoreRemoteServiceConfig.Builder |
|
| Cursor |
A cursor that represents a position in a query.
|
| DatastoreAttributes |
Attributes of a datastore.
|
| DatastoreAttributes.DatastoreType |
Indicates the type of datastore being used.
|
| DatastoreConfig |
Deprecated.
|
| DatastoreService |
The DatastoreService provides synchronous access to a schema-less data storage system.
|
| DatastoreService.KeyRangeState |
|
| DatastoreServiceConfig |
User-configurable properties of the datastore.
|
| DataTypeTranslator.ComparableByteArray |
A wrapper for a byte[] that implements Comparable.
|
| Email |
An e-mail address datatype.
|
| EmbeddedEntity |
A property value containing embedded entity properties (and optionally a Key).
|
| Entity |
Entity is the fundamental unit of data storage.
|
| EntityNotFoundException |
EntityNotFoundException is thrown when no Entity with the specified Key
could be found.
|
| FetchOptions |
Describes the limit, offset, and chunk size to be applied when executing a PreparedQuery.
|
| GeoPt |
A geographical point, specified by float latitude and longitude coordinates.
|
| IMHandle |
An instant messaging handle.
|
| IMHandle.Scheme |
Supported IM schemes.
|
| ImplicitTransactionManagementPolicy |
Describes the various policies the datastore can follow for implicit transaction management.
|
| Index |
A Datastore Index definition.
|
| Index.IndexState |
Indicates the state of the Index.
|
| Index.Property |
An indexed property.
|
| Key |
The primary key for a datastore entity.
|
| KeyFactory.Builder |
Helper class that aids in the construction of Keys with ancestors.
|
| KeyRange |
Represents a range of unique datastore identifiers from getStart().getId() to
getEnd().getId() inclusive.
|
| Link |
A Link is a URL of limited length.
|
| PhoneNumber |
A human-readable phone number.
|
| PostalAddress |
A human-readable mailing address.
|
| PreparedQuery |
Contains methods for fetching and returning entities from a Query.
|
| PreparedQuery.TooManyResultsException |
|
| Projection |
A query projection.
|
| PropertyContainer |
A mutable property container.
|
| Query |
Query encapsulates a request for zero or more Entity objects out of the
datastore.
|
| Query.CompositeFilter |
|
| Query.CompositeFilterOperator |
|
| Query.Filter |
The base class for a query filter.
|
| Query.FilterOperator |
|
| Query.FilterPredicate |
|
| Query.GeoRegion |
|
| Query.SortDirection |
SortDirection controls the order of a sort.
|
| Query.SortPredicate |
SortPredicate is a data container that holds a single sort predicate.
|
| QueryResultIterable |
|
| QueryResultIterator |
A class that iterates through the results of a Query
|
| QueryResultList |
A list of results returned by executing a Query.
|
| Rating |
A user-provided integer rating for a piece of content.
|
| ReadPolicy |
Policy for reads.
|
| ReadPolicy.Consistency |
Setting the Consistency for reads allows you to decide whether freshness or
availability is more important.
|
| ShortBlob |
|
| Transaction |
Describes a logical unit of work to be performed against the datastore.
|
| TransactionOptions |
Describes options for transactions, passed at transaction creation time.
|
| TransactionOptions.Mode |
The mode of the transaction.
|