o

geotrellis.store.accumulo

AccumuloCollectionReader

object AccumuloCollectionReader

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AccumuloCollectionReader
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def read[K, V](table: String, columnFamily: Text, queryKeyBounds: Seq[KeyBounds[K]], decomposeBounds: (KeyBounds[K]) ⇒ Seq[Range], filterIndexOnly: Boolean, writerSchema: Option[Schema] = None, runtime: ⇒ IORuntime = IORuntimeTransient.IORuntime)(implicit arg0: Boundable[K], arg1: AvroRecordCodec[K], arg2: ClassTag[K], arg3: AvroRecordCodec[V], arg4: ClassTag[V], instance: AccumuloInstance): Seq[(K, V)]