bigtable
bigtable
API
orcus.bigtable
async
ApiFutureHandler
implicits
codec
DerivedFamilyDecoder
DerivedFamilyDecoder
DerivedFamilyEncoder
DerivedFamilyEncoder
DerivedRowDecoder
DerivedRowDecoder
FamilyDecoder
FamilyDecoder
FamilyEncoder
FamilyEncoder
PrimitiveDecoder
PrimitiveDecoder
PrimitiveEncoder
PrimitiveEncoder
RowDecoder
RowDecoder
ValueDecoder
ValueDecoder
ValueDecoder1
ValueDecoder2
auto
semiauto
DataClient
DataClient
DataClientAdapter
DefaultDataClient
Row
Row
bigtable
/
orcus.bigtable
/
DataClientAdapter
DataClientAdapter
orcus.bigtable.DataClientAdapter
object
DataClientAdapter
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
DataClientAdapter
.type
Members list
Clear all
Value members
Concrete methods
def
bulkMutateRowsAsync
[
F
[
_
]](
client
:
BigtableDataClient
,
mutation
:
BulkMutation
)(
implicit
F
:
Monad
[
F
],
parF
:
Aux
[[
V
<:
<FromJavaObject>
]
=>>
ApiFuture
[
V
],
F
]):
F
[
Unit
]
def
checkAndMutateRowAsync
[
F
[
_
]](
client
:
BigtableDataClient
,
mutation
:
ConditionalRowMutation
)(
implicit
F
:
Monad
[
F
],
parF
:
Aux
[[
V
<:
<FromJavaObject>
]
=>>
ApiFuture
[
V
],
F
]):
F
[
Boolean
]
def
close
(
client
:
BigtableDataClient
):
Unit
def
mutateRowAsync
[
F
[
_
]](
client
:
BigtableDataClient
,
rowMutation
:
RowMutation
)(
implicit
F
:
Monad
[
F
],
parF
:
Aux
[[
V
<:
<FromJavaObject>
]
=>>
ApiFuture
[
V
],
F
]):
F
[
Unit
]
def
readModifyWriteRowAsync
[
F
[
_
]](
client
:
BigtableDataClient
,
mutation
:
ReadModifyWriteRow
)(
implicit
F
:
MonadError
[
F
,
Throwable
],
parF
:
Aux
[[
V
<:
<FromJavaObject>
]
=>>
ApiFuture
[
V
],
F
]):
F
[
Option
[
Row
]]
def
readRowAsync
[
F
[
_
],
A
:
RowDecoder
](
client
:
BigtableDataClient
,
query
:
Query
)(
implicit
evidence$1
:
RowDecoder
[
A
],
F
:
MonadError
[
F
,
Throwable
],
parF
:
Aux
[[
V
<:
<FromJavaObject>
]
=>>
ApiFuture
[
V
],
F
]):
F
[
Option
[
A
]]
def
readRowsAsync
[
F
[
_
]](
client
:
BigtableDataClient
,
query
:
Query
)(
implicit
F
:
AsyncHandler
[
F
]):
F
[
Vector
[
Row
]]
def
sampleRowKeysAsync
[
F
[
_
]](
client
:
BigtableDataClient
,
tableId
:
String
)(
implicit
F
:
Monad
[
F
],
parF
:
Aux
[[
V
<:
<FromJavaObject>
]
=>>
ApiFuture
[
V
],
F
]):
F
[
List
[
KeyOffset
]]
In this article
Attributes
Members list
Value members
Concrete methods