o

geotrellis.spark.store.cassandra

CassandraRDDReader

object CassandraRDDReader

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

Value Members

  1. def read[K, V](instance: CassandraInstance, keyspace: String, table: String, layerId: LayerId, queryKeyBounds: Seq[KeyBounds[K]], decomposeBounds: (KeyBounds[K]) ⇒ Seq[(BigInt, BigInt)], filterIndexOnly: Boolean, writerSchema: Option[Schema] = None, numPartitions: Option[Int] = None, runtime: ⇒ IORuntime = IORuntimeTransient.IORuntime)(implicit arg0: Boundable[K], arg1: AvroRecordCodec[K], arg2: ClassTag[K], arg3: AvroRecordCodec[V], arg4: ClassTag[V], sc: SparkContext): RDD[(K, V)]