Bigtable

com.google.bigtable.v2.bigtable.Bigtable
See theBigtable companion object
trait Bigtable[F[_]]

Service for reading from and writing to existing Bigtable tables.

Attributes

Companion
object
Source
Bigtable.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Mutates a row atomically based on the output of a predicate Reader filter.

Mutates a row atomically based on the output of a predicate Reader filter.

Attributes

Source
Bigtable.scala

NOTE: This API is intended to be used by Apache Beam BigtableIO. Returns the current list of partitions that make up the table's change stream. The union of partitions will cover the entire keyspace. Partitions can be read with ReadChangeStream.

NOTE: This API is intended to be used by Apache Beam BigtableIO. Returns the current list of partitions that make up the table's change stream. The union of partitions will cover the entire keyspace. Partitions can be read with ReadChangeStream.

Attributes

Source
Bigtable.scala

Mutates a row atomically. Cells already present in the row are left unchanged unless explicitly changed by mutation.

Mutates a row atomically. Cells already present in the row are left unchanged unless explicitly changed by mutation.

Attributes

Source
Bigtable.scala

Mutates multiple rows in a batch. Each individual row is mutated atomically as in MutateRow, but the entire batch is not executed atomically.

Mutates multiple rows in a batch. Each individual row is mutated atomically as in MutateRow, but the entire batch is not executed atomically.

Attributes

Source
Bigtable.scala

Warm up associated instance metadata for this connection. This call is not required but may be useful for connection keep-alive.

Warm up associated instance metadata for this connection. This call is not required but may be useful for connection keep-alive.

Attributes

Source
Bigtable.scala

NOTE: This API is intended to be used by Apache Beam BigtableIO. Reads changes from a table's change stream. Changes will reflect both user-initiated mutations and mutations that are caused by garbage collection.

NOTE: This API is intended to be used by Apache Beam BigtableIO. Reads changes from a table's change stream. Changes will reflect both user-initiated mutations and mutations that are caused by garbage collection.

Attributes

Source
Bigtable.scala

Modifies a row atomically on the server. The method reads the latest existing timestamp and value from the specified columns and writes a new entry based on pre-defined read/modify/write rules. The new value for the timestamp is the greater of the existing timestamp or the current server time. The method returns the new contents of all modified cells.

Modifies a row atomically on the server. The method reads the latest existing timestamp and value from the specified columns and writes a new entry based on pre-defined read/modify/write rules. The new value for the timestamp is the greater of the existing timestamp or the current server time. The method returns the new contents of all modified cells.

Attributes

Source
Bigtable.scala

Streams back the contents of all requested rows in key order, optionally applying the same Reader filter to each. Depending on their size, rows and cells may be broken up across multiple responses, but atomicity of each row will still be preserved. See the ReadRowsResponse documentation for details.

Streams back the contents of all requested rows in key order, optionally applying the same Reader filter to each. Depending on their size, rows and cells may be broken up across multiple responses, but atomicity of each row will still be preserved. See the ReadRowsResponse documentation for details.

Attributes

Source
Bigtable.scala

Returns a sample of row keys in the table. The returned row keys will delimit contiguous sections of the table of approximately equal size, which can be used to break up the data for distributed tasks like mapreduces.

Returns a sample of row keys in the table. The returned row keys will delimit contiguous sections of the table of approximately equal size, which can be used to break up the data for distributed tasks like mapreduces.

Attributes

Source
Bigtable.scala