class HadoopCollectionReader extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HadoopCollectionReader
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HadoopCollectionReader(maxOpenFiles: Int)

Value Members

  1. def read[K, V](path: Path, conf: Configuration, queryKeyBounds: Seq[KeyBounds[K]], decomposeBounds: (KeyBounds[K]) ⇒ Seq[(BigInt, BigInt)], indexFilterOnly: Boolean, writerSchema: Option[Schema] = None)(implicit arg0: AvroRecordCodec[K], arg1: Boundable[K], arg2: AvroRecordCodec[V], runtime: IORuntime): Seq[(K, V)]
  2. val readers: Cache[Path, org.apache.hadoop.io.MapFile.Reader]