Class/Object

io.fsq.twofishes.indexer.output

PrefixIndexer

Related Docs: object PrefixIndexer | package output

Permalink

class PrefixIndexer extends Indexer

Linear Supertypes
Indexer, DurationUtils, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrefixIndexer
  2. Indexer
  3. DurationUtils
  4. Logging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PrefixIndexer(basepath: String, fidMap: FidMap, prefixSet: HashSet[String])

    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. val ThriftClassKey: String

    Permalink
    Definition Classes
    Indexer
  5. val ThriftClassValue: String

    Permalink
    Definition Classes
    Indexer
  6. val ThriftEncodingKey: String

    Permalink
    Definition Classes
    Indexer
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val basepath: String

    Permalink
    Definition Classes
    PrefixIndexerIndexer
  9. def buildHFileV1Writer[K, V](index: Index[K, V], info: Map[String, String] = Map.empty): WrappedHFileWriter[K, V]

    Permalink
    Definition Classes
    Indexer
  10. def buildMapFileWriter[K, V](index: Index[K, V], info: Map[String, String] = Map.empty, indexInterval: Option[Int] = None)(implicit arg0: Manifest[K], arg1: Manifest[V]): WrappedByteMapWriter[K, V]

    Permalink
    Definition Classes
    Indexer
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val comp: ByteArrayComparator

    Permalink
    Definition Classes
    Indexer
  13. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. lazy val executor: ExecutorT

    Permalink
    Attributes
    protected
    Definition Classes
    Indexer
  16. val factory: Factory

    Permalink
    Definition Classes
    Indexer
  17. val fidMap: FidMap

    Permalink
    Definition Classes
    PrefixIndexerIndexer
  18. def fidsToCanonicalFids(fids: List[StoredFeatureId]): Seq[StoredFeatureId]

    Permalink
    Definition Classes
    Indexer
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def fixThriftClassName(n: String): String

    Permalink
    Definition Classes
    Indexer
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getRecordsByPrefix(prefix: String, limit: Int): IndexedSeq[NameIndex]

    Permalink
  23. def hasFlag(record: NameIndex, flag: FeatureNameFlags): Boolean

    Permalink
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. val index: PrefixIndex.type

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def joinLists(lists: List[NameIndex]*): List[NameIndex]

    Permalink
  28. def lexicalSort(a: String, b: String): Boolean

    Permalink
    Definition Classes
    Indexer
  29. val log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  30. def logDuration[T](ostrichKey: String, extraInfo: String)(f: ⇒ T): T

    Permalink
    Definition Classes
    DurationUtils
  31. def logPhase[T](what: String)(f: ⇒ T): T

    Permalink
    Definition Classes
    DurationUtils
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  35. val outputs: Seq[PrefixIndex.type]

    Permalink
    Definition Classes
    PrefixIndexerIndexer
  36. def sortRecordsByNames(records: List[NameIndex]): (List[NameIndex], List[NameIndex])

    Permalink
  37. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def writeIndex(): Unit

    Permalink
    Definition Classes
    Indexer
  43. def writeIndexImpl(): Unit

    Permalink
    Definition Classes
    PrefixIndexerIndexer

Inherited from Indexer

Inherited from DurationUtils

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped