org.apache.hadoop.hbase.spark.example

datasources

package datasources

Visibility
  1. Public
  2. All

Type Members

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

  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

  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

  4. class UserCustomizedSampleException extends RuntimeException

Value Members

  1. object AvroHBaseRecord extends Serializable

  2. object AvroSource

  3. object DataType

  4. object HBaseRecord extends Serializable

  5. object HBaseSource

  6. object IntKeyRecord extends Serializable

  7. object UserCustomizedSampleException extends Serializable

Ungrouped