|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.datastore.dev.CreationCostAnalysis
public final class CreationCostAnalysis
Data object that describes the cost of creating an Entity
.
Constructor Summary | |
---|---|
CreationCostAnalysis(int writeOps,
java.math.BigDecimal costInPennies)
|
Method Summary | |
---|---|
java.math.BigDecimal |
getCostInPennies()
|
int |
getWriteOps()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreationCostAnalysis(int writeOps, java.math.BigDecimal costInPennies)
Method Detail |
---|
public int getWriteOps()
public java.math.BigDecimal getCostInPennies()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |