Class ActiveQueryImpl

    • Constructor Detail

      • ActiveQueryImpl

        public ActiveQueryImpl​(java.lang.String query,
                               long startTime,
                               ActiveQuery.StatementType statementType,
                               java.util.UUID statementId)
      • ActiveQueryImpl

        public ActiveQueryImpl​(ActiveQuery copy)
    • Method Detail

      • getQuery

        public java.lang.String getQuery()
        Description copied from interface: ActiveQuery
        Returns the query that is being run
        Specified by:
        getQuery in interface ActiveQuery
      • getStartTime

        public long getStartTime()
        Description copied from interface: ActiveQuery
        Returns the system time in millis that this query started running at.
        Specified by:
        getStartTime in interface ActiveQuery
      • getStatementId

        public java.util.UUID getStatementId()
        Description copied from interface: ActiveQuery
        Returns a UUID of the statement for later lookup
        Specified by:
        getStatementId in interface ActiveQuery
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object that)
        Overrides:
        equals in class java.lang.Object