Uses of Class
com.google.cloud.bigtable.grpc.scanner.FlatRow
-
-
Uses of FlatRow in com.google.cloud.bigtable.core
Methods in com.google.cloud.bigtable.core that return types with arguments of type FlatRow Modifier and Type Method and Description ResultScanner<FlatRow>
IBigtableDataClient. readFlatRows(com.google.cloud.bigtable.data.v2.models.Query request)
Perform a scan overFlatRow
s, in key order.com.google.api.core.ApiFuture<List<FlatRow>>
IBigtableDataClient. readFlatRowsAsync(com.google.cloud.bigtable.data.v2.models.Query request)
Read multipleFlatRow
s into an in-memory list, in key order.List<FlatRow>
IBigtableDataClient. readFlatRowsList(com.google.cloud.bigtable.data.v2.models.Query request)
Returns a list ofFlatRow
s, in key order.Method parameters in com.google.cloud.bigtable.core with type arguments of type FlatRow Modifier and Type Method and Description void
IBigtableDataClient. readFlatRowsAsync(com.google.cloud.bigtable.data.v2.models.Query request, io.grpc.stub.StreamObserver<FlatRow> observer)
ReadFlatRow
asynchronously, and pass them to a stream observer to be processed. -
Uses of FlatRow in com.google.cloud.bigtable.grpc
Methods in com.google.cloud.bigtable.grpc that return types with arguments of type FlatRow Modifier and Type Method and Description ResultScanner<FlatRow>
BigtableDataGCJClient. readFlatRows(com.google.cloud.bigtable.data.v2.models.Query request)
ResultScanner<FlatRow>
BigtableDataClientWrapper. readFlatRows(com.google.cloud.bigtable.data.v2.models.Query request)
Perform a scan overFlatRow
s, in key order.ResultScanner<FlatRow>
BigtableDataGrpcClient. readFlatRows(com.google.bigtable.v2.ReadRowsRequest request)
Perform a scan overFlatRow
s, in key order.ResultScanner<FlatRow>
BigtableDataClient. readFlatRows(com.google.bigtable.v2.ReadRowsRequest request)
Perform a scan overFlatRow
s, in key order.com.google.api.core.ApiFuture<List<FlatRow>>
BigtableDataGCJClient. readFlatRowsAsync(com.google.cloud.bigtable.data.v2.models.Query request)
com.google.api.core.ApiFuture<List<FlatRow>>
BigtableDataClientWrapper. readFlatRowsAsync(com.google.cloud.bigtable.data.v2.models.Query request)
Read multipleFlatRow
s into an in-memory list, in key order.ListenableFuture<List<FlatRow>>
BigtableDataGrpcClient. readFlatRowsAsync(com.google.bigtable.v2.ReadRowsRequest request)
Read multipleFlatRow
s into an in-memory list, in key order.ListenableFuture<List<FlatRow>>
BigtableDataClient. readFlatRowsAsync(com.google.bigtable.v2.ReadRowsRequest request)
Read multipleFlatRow
s into an in-memory list, in key order.List<FlatRow>
BigtableDataGCJClient. readFlatRowsList(com.google.cloud.bigtable.data.v2.models.Query request)
List<FlatRow>
BigtableDataClientWrapper. readFlatRowsList(com.google.cloud.bigtable.data.v2.models.Query request)
Returns a list ofFlatRow
s, in key order.List<FlatRow>
BigtableDataGrpcClient. readFlatRowsList(com.google.bigtable.v2.ReadRowsRequest request)
Returns a list ofFlatRow
s, in key order.List<FlatRow>
BigtableDataClient. readFlatRowsList(com.google.bigtable.v2.ReadRowsRequest request)
Returns a list ofFlatRow
s, in key order.Method parameters in com.google.cloud.bigtable.grpc with type arguments of type FlatRow Modifier and Type Method and Description ScanHandler
BigtableDataGrpcClient. readFlatRows(com.google.bigtable.v2.ReadRowsRequest request, io.grpc.stub.StreamObserver<FlatRow> observer)
Perform a streaming read ofFlatRow
s in key order.ScanHandler
BigtableDataClient. readFlatRows(com.google.bigtable.v2.ReadRowsRequest request, io.grpc.stub.StreamObserver<FlatRow> observer)
Perform a streaming read ofFlatRow
s in key order.void
BigtableDataGCJClient. readFlatRowsAsync(com.google.cloud.bigtable.data.v2.models.Query request, io.grpc.stub.StreamObserver<FlatRow> observer)
void
BigtableDataClientWrapper. readFlatRowsAsync(com.google.cloud.bigtable.data.v2.models.Query request, io.grpc.stub.StreamObserver<FlatRow> observer)
ReadFlatRow
asynchronously, and pass them to a stream observer to be processed. -
Uses of FlatRow in com.google.cloud.bigtable.grpc.async
Methods in com.google.cloud.bigtable.grpc.async that return types with arguments of type FlatRow Modifier and Type Method and Description com.google.api.core.ApiFuture<FlatRow>
BulkRead. add(com.google.cloud.bigtable.data.v2.models.Query query)
Adds the key in the request to a batch read. -
Uses of FlatRow in com.google.cloud.bigtable.grpc.scanner
Methods in com.google.cloud.bigtable.grpc.scanner that return FlatRow Modifier and Type Method and Description FlatRow
FlatRow.Builder. build()
FlatRow
FlatRowAdapter.FlatRowBuilder. createScanMarkerRow(ByteString rowKey)
FlatRow
FlatRowAdapter.FlatRowBuilder. finishRow()
This method flattens theFlatRowAdapter.FlatRowBuilder.cells
which has a map of Lists keyed by family name.FlatRow
ResponseQueueReader. getNextMergedRow()
Get the next completeFlatRow
object from the response queue.FlatRow
ResumingStreamingResultScanner. next()
Read the next row and block until a row is available.FlatRow[]
ResumingStreamingResultScanner. next(int count)
Read the next N rows where N <= count.Methods in com.google.cloud.bigtable.grpc.scanner that return types with arguments of type FlatRow Modifier and Type Method and Description com.google.cloud.bigtable.data.v2.models.RowAdapter.RowBuilder<FlatRow>
FlatRowAdapter. createRowBuilder()
protected com.google.cloud.bigtable.grpc.scanner.ResultQueueEntry<FlatRow>
ResponseQueueReader. getNext()
getNext.static List<FlatRow>
RowMerger. toRows(Iterable<com.google.bigtable.v2.ReadRowsResponse> responses)
toRows.Methods in com.google.cloud.bigtable.grpc.scanner with parameters of type FlatRow Modifier and Type Method and Description static com.google.bigtable.v2.Row
FlatRowConverter. convert(FlatRow row)
static com.google.cloud.bigtable.data.v2.models.Row
FlatRowConverter. convertToModelRow(FlatRow row)
ByteString
FlatRowAdapter. getKey(FlatRow row)
boolean
FlatRowAdapter. isScanMarkerRow(FlatRow row)
void
ResponseQueueReader. onNext(FlatRow row)
Constructor parameters in com.google.cloud.bigtable.grpc.scanner with type arguments of type FlatRow Constructor and Description RetryingReadRowsOperation(io.grpc.stub.StreamObserver<FlatRow> observer, RetryOptions retryOptions, com.google.bigtable.v2.ReadRowsRequest request, BigtableAsyncRpc<com.google.bigtable.v2.ReadRowsRequest,com.google.bigtable.v2.ReadRowsResponse> retryableRpc, io.grpc.CallOptions callOptions, ScheduledExecutorService retryExecutorService, io.grpc.Metadata originalMetadata, com.google.api.core.ApiClock clock)
RowMerger(io.grpc.stub.StreamObserver<FlatRow> observer)
Constructor for RowMerger. -
Uses of FlatRow in com.google.cloud.bigtable.hbase
Methods in com.google.cloud.bigtable.hbase with parameters of type FlatRow Modifier and Type Method and Description protected Result
AbstractBigtableTable. convertToResult(FlatRow row)
-
Uses of FlatRow in com.google.cloud.bigtable.hbase.adapters
Fields in com.google.cloud.bigtable.hbase.adapters with type parameters of type FlatRow Modifier and Type Field and Description static BigtableResultScannerAdapter<FlatRow>
Adapters. BIGTABLE_RESULT_SCAN_ADAPTER
ConstantBIGTABLE_RESULT_SCAN_ADAPTER
-
Uses of FlatRow in com.google.cloud.bigtable.hbase.adapters.filters
Methods in com.google.cloud.bigtable.hbase.adapters.filters with parameters of type FlatRow Modifier and Type Method and Description static boolean
BigtableWhileMatchResultScannerAdapter. hasMatchingLabels(FlatRow row)
Method parameters in com.google.cloud.bigtable.hbase.adapters.filters with type arguments of type FlatRow Modifier and Type Method and Description ResultScanner
BigtableWhileMatchResultScannerAdapter. adapt(ResultScanner<FlatRow> bigtableResultScanner, io.opencensus.trace.Span span)
adapt.Constructor parameters in com.google.cloud.bigtable.hbase.adapters.filters with type arguments of type FlatRow Constructor and Description BigtableWhileMatchResultScannerAdapter(ResponseAdapter<FlatRow,Result> rowAdapter)
Constructor for BigtableWhileMatchResultScannerAdapter. -
Uses of FlatRow in com.google.cloud.bigtable.hbase.adapters.read
Methods in com.google.cloud.bigtable.hbase.adapters.read that return FlatRow Modifier and Type Method and Description FlatRow
FlatRowAdapter. adaptToRow(Result result)
Methods in com.google.cloud.bigtable.hbase.adapters.read with parameters of type FlatRow Modifier and Type Method and Description Result
FlatRowAdapter. adaptResponse(FlatRow flatRow)
Transform an Bigtable server response to an HBase Result instance.
-