com.datastax.spark.connector

util

package util

Useful stuff that didn't fit elsewhere.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class BufferedIterator2[T] extends Iterator[T]

    Serves the same purpose as BufferedIterator in Scala, but its takeWhile method properly doesn't consume the next element.

  2. class CountingIterator[T] extends Iterator[T]

    Counts elements fetched form the underlying iterator.

  3. final class PriorityHashMap[K, V] extends AnyRef

    A HashMap and a PriorityQueue hybrid.

  4. class SpanningIterator[K, T] extends Iterator[(K, Seq[T])]

    An iterator that groups items having the same value of the given function (key).

Value Members

  1. object CqlWhereParser extends RegexParsers with Logging

  2. object JavaApiHelper

    A helper class to make it possible to access components written in Scala from Java code.

  3. object MagicalTypeTricks

  4. object ReflectionUtil

  5. object Symbols

Inherited from AnyRef

Inherited from Any

Ungrouped