Class StatementEvent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int connectionId
      Identifier of the connection.
      int serverId
      Identifier of the server.
      long statementId
      Identifier of the statement.
    • Constructor Summary

      Constructors 
      Constructor Description
      StatementEvent​(long timestamp, int serverId, int connectionId, long statementId)
      Creates a StatementEvent.
    • 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

      • serverId

        public final int serverId
        Identifier of the server.
      • connectionId

        public final int connectionId
        Identifier of the connection.
      • statementId

        public final long statementId
        Identifier of the statement. Unique for the lifetime of the JVM.
    • Constructor Detail

      • StatementEvent

        public StatementEvent​(long timestamp,
                              int serverId,
                              int connectionId,
                              long statementId)
        Creates a StatementEvent.
        Parameters:
        timestamp - Timestamp
        serverId - Server id
        connectionId - Connection id
        statementId - Statement id