Packages

class ItemsInvertedIndexImpl extends DimIdBasedExternalLinkService[ItemsInvertedIndex] with StrictLogging

Linear Supertypes
StrictLogging, DimIdBasedExternalLinkService[ItemsInvertedIndex], SimpleExternalLinkValueExtractor[ItemsInvertedIndex], SimpleExternalLinkConditionHandler[ItemsInvertedIndex], ExternalLinkService[ItemsInvertedIndex], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ItemsInvertedIndexImpl
  2. StrictLogging
  3. DimIdBasedExternalLinkService
  4. SimpleExternalLinkValueExtractor
  5. SimpleExternalLinkConditionHandler
  6. ExternalLinkService
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ItemsInvertedIndexImpl(tsdb: TsdbBase, invertedIndexDao: InvertedIndexDao[String, Long], externalLink: ItemsInvertedIndex)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def condition(condition: Condition): Condition
    Definition Classes
    SimpleExternalLinkConditionHandler → ExternalLinkService
  7. lazy val dictionary: Dictionary
  8. def dimIdsForAllFieldsValues(fieldsValues: Seq[(String, Set[String])]): SortedSetIterator[Long]
  9. def dimIdsForAnyFieldsValues(fieldsValues: Seq[(String, Set[String])]): SortedSetIterator[Long]
  10. def dimIdsForPhrase(phrase: String): SortedSetIterator[Long]
  11. def dimIdsForPrefix(prefix: String): SortedSetIterator[Long]
  12. def dimIdsForStemmedWord(word: String): SortedSetIterator[Long]
  13. def dimIdsForStemmedWordsCached(word: String, synonyms: Set[String]): Set[Long]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def excludeCondition(values: Seq[(String, Set[String])]): Condition
  17. val externalLink: ItemsInvertedIndex
    Definition Classes
    ItemsInvertedIndexImpl → ExternalLinkService
  18. def fieldValueForDimId(fieldName: String, tagId: Long): Option[String]
  19. def fieldValueForDimValue(fieldName: String, tagValue: String): Option[String]
  20. def fieldValuesForDimIds(fields: Set[String], dimIds: Set[Long]): Table[Long, String, String]
  21. def fieldValuesForDimValues(fields: Set[String], dimValues: Set[String]): Table[String, String, String]
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def includeCondition(values: Seq[(String, Set[String])]): Condition
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isSupportedCondition(condition: Condition): Boolean
    Definition Classes
    ExternalLinkService
  28. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def putItemNames(names: Set[String]): Unit
  33. def setLinkedValues(exprIndex: Map[Expression, Int], valueData: Seq[InternalRow], exprs: Set[LinkExpr]): Unit
    Definition Classes
    SimpleExternalLinkValueExtractor → ExternalLinkService
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. val tsdb: TsdbBase
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from StrictLogging

Inherited from DimIdBasedExternalLinkService[ItemsInvertedIndex]

Inherited from SimpleExternalLinkValueExtractor[ItemsInvertedIndex]

Inherited from SimpleExternalLinkConditionHandler[ItemsInvertedIndex]

Inherited from ExternalLinkService[ItemsInvertedIndex]

Inherited from AnyRef

Inherited from Any

Ungrouped