Uses of Class
com.google.cloud.bigtable.data.v2.models.Row
Packages that use Row
Package
Description
A client for the Cloud Bigtable data API.
-
Uses of Row in com.google.cloud.bigtable.data.v2
Methods in com.google.cloud.bigtable.data.v2 that return RowModifier 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.Methods in com.google.cloud.bigtable.data.v2 that return types with arguments of type RowModifier 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.Method parameters in com.google.cloud.bigtable.data.v2 with type arguments of type RowModifier and TypeMethodDescriptionvoidBigtableDataClient.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
Methods in com.google.cloud.bigtable.data.v2.models that return RowModifier and TypeMethodDescriptionstatic RowCreates a new instance of theRow.DefaultRowAdapter.createRowFromProto(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).Methods in com.google.cloud.bigtable.data.v2.models that return types with arguments of type RowModifier 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.Methods in com.google.cloud.bigtable.data.v2.models with parameters of type RowModifier and TypeMethodDescriptioncom.google.protobuf.ByteStringbooleanDefaultRowAdapter.isScanMarkerRow(Row row) Checks if the given row is a special marker row. -
Uses of Row in com.google.cloud.bigtable.data.v2.stub
Methods in com.google.cloud.bigtable.data.v2.stub that return types with arguments of type RowModifier 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.