Class BaseMatching.MatchingState

  • Enclosing class:
    BaseMatching

    protected static class BaseMatching.MatchingState
    extends java.lang.Object
    • Field Detail

      • resultSet

        public ResultSet resultSet
        The result set.
      • numberOfRequestedDocuments

        public int numberOfRequestedDocuments
        The number of documents that are requested to be retrieved for this query.
      • numberOfRetrievedDocuments

        public int numberOfRetrievedDocuments
        The number of actually retrieved documents for this query.
      • totalTime

        public long totalTime
    • Constructor Detail

      • MatchingState

        protected MatchingState()
    • Method Detail

      • updateStartTime

        public void updateStartTime​(long t)
        Update the start time
        Parameters:
        t -
      • updateEndTime

        public void updateEndTime​(long t)
        Update the end time.
        Parameters:
        t -
      • getTotalTime

        public long getTotalTime()
        get the total time
        Returns:
        long