ImageRefPoolSnapshot

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

Snapshot of all alive ImageRefs.

Constructors

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

Types

Link copied to clipboard
object Companion

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
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JsonObject
Link copied to clipboard
fun toJsonString(config: ToJsonConfiguration = ToJsonConfiguration.default()): String