Class PredicateIndexBuilder.PredicateIndexStats

  • Enclosing class:
    PredicateIndexBuilder

    public static class PredicateIndexBuilder.PredicateIndexStats
    extends java.lang.Object
    A collection of metrics about the currently built PredicateIndex.
    • Constructor Summary

      Constructors 
      Constructor Description
      PredicateIndexStats​(java.util.List<java.lang.Integer> zeroConstraintDocuments, com.yahoo.search.predicate.index.SimpleIndex.Builder intervalIndex, com.yahoo.search.predicate.index.SimpleIndex.Builder boundsIndex, com.yahoo.search.predicate.index.PredicateIntervalStore.Builder intervalStore, com.yahoo.search.predicate.index.conjunction.ConjunctionIndexBuilder conjunctionIndex, int nZStarDocuments, int nZStarIntervals)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void putValues​(java.util.Map<java.lang.String,​java.lang.Object> valueMap)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PredicateIndexStats

        public PredicateIndexStats​(java.util.List<java.lang.Integer> zeroConstraintDocuments,
                                   com.yahoo.search.predicate.index.SimpleIndex.Builder intervalIndex,
                                   com.yahoo.search.predicate.index.SimpleIndex.Builder boundsIndex,
                                   com.yahoo.search.predicate.index.PredicateIntervalStore.Builder intervalStore,
                                   com.yahoo.search.predicate.index.conjunction.ConjunctionIndexBuilder conjunctionIndex,
                                   int nZStarDocuments,
                                   int nZStarIntervals)
    • Method Detail

      • putValues

        public void putValues​(java.util.Map<java.lang.String,​java.lang.Object> valueMap)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object