hbase
package
hbase
Type Members
-
trait
Bytes[A] extends AnyRef
-
case class
Config extends Product with Serializable
-
case class
Coordinates extends Product with Serializable
-
case class
Increment(coords: Coordinates, amount: Long = 1L) extends Input with Product with Serializable
-
sealed
trait
Input extends AnyRef
-
-
trait
Result extends AnyRef
-
-
trait
Table extends Closeable
-
trait
TableAdmin extends Closeable
-
case class
Value extends Product with Serializable
Value Members
-
-
object
Config extends Serializable
-
object
Coordinates extends Serializable
-
-
-
object
Result extends (org.apache.hadoop.hbase.client.Result) ⇒ Result
-
-
-
object
Value extends Serializable
-
def
borrow[A <: Closeable, B](obj: A)(f: (A) ⇒ B): B
Inherited from AnyRef
Inherited from Any