Class Event

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String stack
      When RolapUtil.MONITOR_LOGGER is set to TRACE, this field will contain the stack of the code which created this event.
      long timestamp
      When the event occurred.
    • Constructor Summary

      Constructors 
      Constructor Description
      Event​(long timestamp)
      Creates an Event.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface mondrian.server.monitor.Message

        accept
    • Field Detail

      • timestamp

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

        public final java.lang.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