Uses of Class
com.google.appengine.api.quota.QuotaService.DataType
-
Packages that use QuotaService.DataType Package Description com.google.appengine.api.quota Provides measurement of API and CPU usage during requests. -
-
Uses of QuotaService.DataType in com.google.appengine.api.quota
Methods in com.google.appengine.api.quota that return QuotaService.DataType Modifier and Type Method Description static QuotaService.DataTypeQuotaService.DataType. valueOf(String name)Returns the enum constant of this type with the specified name.static QuotaService.DataType[]QuotaService.DataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.appengine.api.quota with parameters of type QuotaService.DataType Modifier and Type Method Description booleanQuotaService. supports(QuotaService.DataType type)Tests if the QuotaService can provide a certain kind of data at this point in time.
-