Uses of Class
com.google.cloud.bigtable.data.v2.models.Row
Package
Description
A client for the Cloud Bigtable data API.
-
Uses of Row in com.google.cloud.bigtable.data.v2
Modifier and TypeMethodDescriptionBigtableDataClient.readModifyWriteRow
(ReadModifyWriteRow mutation) Convenience method that synchronously modifies a row atomically on the server.Convenience method for synchronously reading a single row.BigtableDataClient.readRow
(String tableId, com.google.protobuf.ByteString rowKey, Filters.Filter filter) Convenience method for synchronously reading a single row.Convenience method for synchronously reading a single row.BigtableDataClient.readRow
(String tableId, String rowKey, Filters.Filter filter) Convenience method for synchronously reading a single row.Modifier and TypeMethodDescriptioncom.google.api.gax.batching.Batcher<com.google.protobuf.ByteString,
Row> BigtableDataClient.newBulkReadRowsBatcher
(String tableId) Reads rows for given tableId in a batch.com.google.api.gax.batching.Batcher<com.google.protobuf.ByteString,
Row> BigtableDataClient.newBulkReadRowsBatcher
(String tableId, Filters.Filter filter) Reads rows for given tableId and filter criteria in a batch.com.google.api.gax.batching.Batcher<com.google.protobuf.ByteString,
Row> BigtableDataClient.newBulkReadRowsBatcher
(String tableId, Filters.Filter filter, com.google.api.gax.grpc.GrpcCallContext ctx) Reads rows for given tableId and filter criteria in a batch.com.google.api.core.ApiFuture<Row>
BigtableDataClient.readModifyWriteRowAsync
(ReadModifyWriteRow mutation) Convenience method that asynchronously modifies a row atomically on the server.com.google.api.gax.rpc.UnaryCallable<ReadModifyWriteRow,
Row> BigtableDataClient.readModifyWriteRowCallable()
Modifies a row atomically on the server.com.google.api.core.ApiFuture<Row>
BigtableDataClient.readRowAsync
(String tableId, com.google.protobuf.ByteString rowKey) Convenience method for asynchronously reading a single row.com.google.api.core.ApiFuture<Row>
BigtableDataClient.readRowAsync
(String tableId, com.google.protobuf.ByteString rowKey, Filters.Filter filter) Convenience method for asynchronously reading a single row.com.google.api.core.ApiFuture<Row>
BigtableDataClient.readRowAsync
(String tableId, String rowKey) Convenience method for asynchronously reading a single row.com.google.api.core.ApiFuture<Row>
BigtableDataClient.readRowAsync
(String tableId, String rowKey, Filters.Filter filter) Convenience method for asynchronously reading a single row.BigtableDataClient.readRowCallable()
Reads a single row.com.google.api.gax.rpc.ServerStream<Row>
Convenience method for synchronously streaming the results of aQuery
.BigtableDataClient.readRowsCallable()
Streams back the results of the query.BigtableDataSettings.readRowSettings()
Returns the object with the settings used for point reads via ReadRow.Modifier and TypeMethodDescriptionvoid
BigtableDataClient.readRowsAsync
(Query query, com.google.api.gax.rpc.ResponseObserver<Row> observer) Convenience method for asynchronously streaming the results of aQuery
. -
Uses of Row in com.google.cloud.bigtable.data.v2.models
Modifier and TypeMethodDescriptionstatic Row
Creates a new instance of theRow
.DefaultRowAdapter.createRowFromProto
(com.google.bigtable.v2.Row row) Helper to convert a proto Row to a model Row.DefaultRowAdapter.DefaultRowBuilder.createScanMarkerRow
(com.google.protobuf.ByteString key) Creates a special row to mark server progress before any data is receivedDefaultRowAdapter.DefaultRowBuilder.finishRow()
Called once per row to signal that all cells have been processed (unless reset).Modifier and TypeMethodDescriptionstatic Comparator<Row>
Row.compareByKey()
Returns a comparator that compares two Row objects by comparing the result ofgetKey()
} for each.DefaultRowAdapter.createRowBuilder()
Creates a new instance of aRowAdapter.RowBuilder
.Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString
boolean
DefaultRowAdapter.isScanMarkerRow
(Row row) Checks if the given row is a special marker row. -
Uses of Row in com.google.cloud.bigtable.data.v2.stub
Modifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallSettings.Builder<ReadModifyWriteRow,
Row> EnhancedBigtableStubSettings.Builder.readModifyWriteRowSettings()
Returns the builder with the settings used for calls to ReadModifyWriteRow.com.google.api.gax.rpc.UnaryCallSettings<ReadModifyWriteRow,
Row> EnhancedBigtableStubSettings.readModifyWriteRowSettings()
Returns the object with the settings used for calls to ReadModifyWriteRow.EnhancedBigtableStubSettings.Builder.readRowSettings()
Returns the builder for the settings used for point reads using readRow.EnhancedBigtableStubSettings.readRowSettings()
Returns the object with the settings used for point reads via ReadRows.EnhancedBigtableStubSettings.Builder.readRowsSettings()
Returns the builder for the settings used for calls to readRows.EnhancedBigtableStubSettings.readRowsSettings()
Returns the object with the settings used for calls to ReadRows.