MemoryStrategy

Contains information about a memory strategy.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration of the memory strategy.

Link copied to clipboard

The timestamp when the memory strategy was created.

Link copied to clipboard

The description of the memory strategy.

Link copied to clipboard

The name of the memory strategy.

Link copied to clipboard

The namespaces associated with the memory strategy.

Link copied to clipboard

The current status of the memory strategy.

Link copied to clipboard

The unique identifier of the memory strategy.

Link copied to clipboard

The type of the memory strategy.

Link copied to clipboard

The timestamp when the memory strategy was last updated.

Functions

Link copied to clipboard
inline fun copy(block: MemoryStrategy.Builder.() -> Unit = {}): MemoryStrategy
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String