| Modifier and Type | Class and Description |
|---|---|
class |
ReadIterationStats
ReadIterationStats captures information about the iteration of rows or cells
over the course of a read, e.g. how many results were scanned in a read
operation versus the results returned.
|
static class |
ReadIterationStats.Builder
ReadIterationStats captures information about the iteration of rows or cells
over the course of a read, e.g. how many results were scanned in a read
operation versus the results returned.
|
| Modifier and Type | Method and Description |
|---|---|
ReadIterationStatsOrBuilder |
FullReadStatsView.getReadIterationStatsOrBuilder()
Iteration stats describe how efficient the read is, e.g. comparing
rows seen vs. rows returned or cells seen vs cells returned can provide an
indication of read efficiency (the higher the ratio of seen to retuned the
better).
|
ReadIterationStatsOrBuilder |
FullReadStatsView.Builder.getReadIterationStatsOrBuilder()
Iteration stats describe how efficient the read is, e.g. comparing
rows seen vs. rows returned or cells seen vs cells returned can provide an
indication of read efficiency (the higher the ratio of seen to retuned the
better).
|
ReadIterationStatsOrBuilder |
FullReadStatsViewOrBuilder.getReadIterationStatsOrBuilder()
Iteration stats describe how efficient the read is, e.g. comparing
rows seen vs. rows returned or cells seen vs cells returned can provide an
indication of read efficiency (the higher the ratio of seen to retuned the
better).
|
Copyright © 2026 Google LLC. All rights reserved.