Event

class Event

Represents a single occurrence of something interesting within the system. Some examples of events are creating a DAX cluster, adding or removing a node, or rebooting a node.

Types

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

Properties

Link copied to clipboard

The date and time when the event occurred.

Link copied to clipboard

A user-defined message associated with the event.

Link copied to clipboard

The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

Link copied to clipboard

Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.

Functions

Link copied to clipboard
inline fun copy(block: Event.Builder.() -> Unit = {}): Event
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