Class/Object

org.yupana.externallinks.items

ItemsInvertedIndexImpl

Related Docs: object ItemsInvertedIndexImpl | package items

Permalink

class ItemsInvertedIndexImpl extends ExternalLinkService[ItemsInvertedIndex] with StrictLogging

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

Instance Constructors

  1. new ItemsInvertedIndexImpl(schema: Schema, invertedIndexDao: InvertedIndexDao[String, KeyType], putEnabled: Boolean, externalLink: ItemsInvertedIndex)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def condition(condition: Condition): Condition

    Permalink
    Definition Classes
    ItemsInvertedIndexImpl → ExternalLinkService
  7. def dimIdsForPhrase(phrase: String): SortedSetIterator[KeyType]

    Permalink
  8. def dimIdsForPrefix(prefix: String): SortedSetIterator[KeyType]

    Permalink
  9. def dimIdsForStemmedWord(word: String): SortedSetIterator[KeyType]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. lazy val expressionCalculator: ExpressionCalculator

    Permalink
    Definition Classes
    ExternalLinkService
  13. val externalLink: ItemsInvertedIndex

    Permalink
    Definition Classes
    ItemsInvertedIndexImpl → ExternalLinkService
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def isSupportedCondition(condition: Condition): Boolean

    Permalink
    Definition Classes
    ExternalLinkService
  19. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def put(dataPoints: Seq[DataPoint]): Unit

    Permalink
    Definition Classes
    ItemsInvertedIndexImpl → ExternalLinkService
  24. val putEnabled: Boolean

    Permalink
    Definition Classes
    ItemsInvertedIndexImpl → ExternalLinkService
  25. def putItemNames(names: Set[String]): Unit

    Permalink
  26. val schema: Schema

    Permalink
    Definition Classes
    ItemsInvertedIndexImpl → ExternalLinkService
  27. def setLinkedValues(exprIndex: Map[Expression[_], Int], rows: Seq[InternalRow], exprs: Set[LinkExpr[_]]): Unit

    Permalink
    Definition Classes
    ItemsInvertedIndexImpl → ExternalLinkService
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StrictLogging

Inherited from ExternalLinkService[ItemsInvertedIndex]

Inherited from AnyRef

Inherited from Any

Ungrouped