ImageRefPoolSnapshot

data class ImageRefPoolSnapshot(var imageRefProfiles: List<ImageRefProfile>, var totalMemoryConsumption: Long = 0) : Parcelable

Snapshot of all alive ImageRefs.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(imageRefProfiles: List<ImageRefProfile>, totalMemoryConsumption: Long = 0)

Properties

Link copied to clipboard

Detailed profiles of all alive ImageRefs.

Link copied to clipboard

Estimation of total memory consumption of ImageRefs.

Functions

Link copied to clipboard
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject