Package

org.apache.hadoop.hbase.spark.example

datasources

Permalink

package datasources

Visibility
  1. Public
  2. All

Type Members

  1. case class AvroHBaseRecord(col0: String, col1: Array[Byte]) extends Product with Serializable

    Permalink

    col0

    Column #0, Type is String

    col1

    Column #1, Type is Array[Byte]

  2. case class HBaseRecord(col0: String, col1: Boolean, col2: Double, col3: Float, col4: Int, col5: Long, col6: Short, col7: String, col8: Byte) extends Product with Serializable

    Permalink
  3. case class IntKeyRecord(col0: Integer, col1: Boolean, col2: Double, col3: Float, col4: Int, col5: Long, col6: Short, col7: String, col8: Byte) extends Product with Serializable

    Permalink
  4. class UserCustomizedSampleException extends RuntimeException

    Permalink

Value Members

  1. object AvroHBaseRecord extends Serializable

    Permalink
  2. object AvroSource

    Permalink
  3. object DataType

    Permalink
  4. object HBaseRecord extends Serializable

    Permalink
  5. object HBaseSource

    Permalink
  6. object IntKeyRecord extends Serializable

    Permalink
  7. object UserCustomizedSampleException extends Serializable

    Permalink

Ungrouped