com.google.appengine.api.datastore.dev
Class CreationCostAnalysis
- java.lang.Object
-
- com.google.appengine.api.datastore.dev.CreationCostAnalysis
-
public final class CreationCostAnalysis extends java.lang.Object
Data object that describes the cost of creating anEntity
.
-
-
Constructor Summary
Constructors Constructor and Description CreationCostAnalysis(int writeOps, java.math.BigDecimal costInPennies)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.math.BigDecimal
getCostInPennies()
int
getWriteOps()
-