public abstract class ApiStats extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ApiStats(ApiProxy.Environment env)
Creates a new ApiStats object and binds it to a given Environment.
|
| Modifier and Type | Method and Description |
|---|---|
static ApiStats |
get(ApiProxy.Environment env)
For a given environment, return the corresponding ApiStats object.
|
abstract long |
getApiTimeInMegaCycles() |
abstract long |
getCpuTimeInMegaCycles() |
protected ApiStats(ApiProxy.Environment env)
env - the Environment object to bind this object to.IllegalStateException - if an object is already boundpublic static ApiStats get(ApiProxy.Environment env)
public abstract long getApiTimeInMegaCycles()
public abstract long getCpuTimeInMegaCycles()
Copyright © 2022. All rights reserved.