Class Event

    • Field Detail

      • timestamp

        public final long timestamp
        When the event occurred. Milliseconds since the epoch UTC, just like System.currentTimeMillis().
      • stack

        public final String stack
        When RolapUtil.MONITOR_LOGGER is set to TRACE, this field will contain the stack of the code which created this event.
    • Constructor Detail

      • Event

        public Event​(long timestamp)
        Creates an Event.
        Parameters:
        timestamp - Timestamp