Uses of Class
com.google.apphosting.api.AppEngineInternal
-
Packages that use AppEngineInternal Package Description com.google.appengine.api.datastore com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries.com.google.appengine.api.search.checkers -
Packages with annotations of type AppEngineInternal Package Description com.google.appengine.api.search.checkers com.google.appengine.api.internal com.google.appengine.api.search.query -
-
Uses of AppEngineInternal in com.google.appengine.api.datastore
Classes in com.google.appengine.api.datastore with annotations of type AppEngineInternal Modifier and Type Class Description classAdminDatastoreServiceAn AsyncDatastoreService implementation that is pinned to a specific appId and namesapce.classCompositeIndexUtilsStatic utilities for working with composite indexes.classExtendableEntityUtilInternal class that provides utility methods for extendable entity objects.classFutureHelperUtilities for working withFuturesin the synchronous datastore api.classIndexTranslatorHelper class to translate betweenIndextoOnestoreEntity.Index.classTransactionHelperTransactionHelperenables the task queue API to serialize a datastore transaction without knowing the details of how it is implemented. -
Uses of AppEngineInternal in com.google.appengine.api.search
Classes in com.google.appengine.api.search with annotations of type AppEngineInternal Modifier and Type Class Description classAdminSearchServiceFactoryBuildsSearchServiceinstances that are pinned to a specific application and namespace regardless of the "current" appId provided byApiProxy.getCurrentEnvironment().getAppId()and the "current" namespace provided byNamespaceManager.get().classDateUtilA utility class that centralizes processing of dates.classRequestStatusUtilCollection of utility methods for SearchServicePb.RequestStatus. -
Uses of AppEngineInternal in com.google.appengine.api.search.checkers
Classes in com.google.appengine.api.search.checkers with annotations of type AppEngineInternal Modifier and Type Class Description classFacetCheckerProvides checks for Facet names and values: atom or number.classFacetQueryCheckerProvides checks for faceted search related query options.
-