com.google.appengine.api.datastore.dev
Stay organized with collections
Save and categorize content based on your preferences.
-
Interface Summary
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.
|
-
-
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-15 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-15 UTC."],[[["The package `com.google.appengine.api.datastore.dev` includes interfaces for interacting with a local version of the Datastore V3 service, such as `DatastoreV3` and `HighRepJobPolicy`."],["This package provides classes that implement core Datastore functionalities, including `DatastoreV3Impl`, `LocalDatastoreService`, and `LocalDatastoreV3Service`, with the implementations of `LocalDatastoreService` and the `DatastoreV3` being included."],["Classes like `CreationCostAnalysis` and `LocalDatastoreCostAnalysis` offer tools for analyzing and calculating the cost of Datastore operations, specifically for the creation and modification of `Entity` data objects."],["The `DefaultHighRepJobPolicy` class implements the `HighRepJobPolicy` interface, defining how high replication jobs are applied, with a percentage of jobs not being subject to this application."],["The `LocalDatastoreService.AutoIdAllocationPolicy` enum controls how auto IDs are assigned during operations within the local datastore."]]],[]]