orcus.bigtable

package orcus.bigtable

Members list

Packages

Type members

Classlikes

trait DataClient[F[_]]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DataClient

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
DataClient.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final class DefaultDataClient[F[_]](client: BigtableDataClient)(implicit F: MonadError[F, Throwable], asyncH: AsyncHandler[F], parF: Aux[[V <: <FromJavaObject>] =>> ApiFuture[V], F]) extends DataClient[F]

Attributes

Supertypes
trait DataClient[F]
class Object
trait Matchable
class Any
final case class Row(rowKey: String, families: Map[String, List[RowCell]])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Row

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Row.type