| Modifier and Type | Method and Description |
|---|---|
ReadIterationStats.Builder |
ReadIterationStats.Builder.clear() |
ReadIterationStats.Builder |
ReadIterationStats.Builder.clearCellsReturnedCount()
The cells returned as part of the request.
|
ReadIterationStats.Builder |
ReadIterationStats.Builder.clearCellsSeenCount()
The cells seen (scanned) as part of the request.
|
ReadIterationStats.Builder |
ReadIterationStats.Builder.clearRowsReturnedCount()
The rows returned as part of the request.
|
ReadIterationStats.Builder |
ReadIterationStats.Builder.clearRowsSeenCount()
The rows seen (scanned) as part of the request.
|
ReadIterationStats.Builder |
FullReadStatsView.Builder.getReadIterationStatsBuilder()
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).
|
ReadIterationStats.Builder |
ReadIterationStats.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ReadIterationStats.Builder |
ReadIterationStats.Builder.mergeFrom(com.google.protobuf.Message other) |
ReadIterationStats.Builder |
ReadIterationStats.Builder.mergeFrom(ReadIterationStats other) |
static ReadIterationStats.Builder |
ReadIterationStats.newBuilder() |
static ReadIterationStats.Builder |
ReadIterationStats.newBuilder(ReadIterationStats prototype) |
ReadIterationStats.Builder |
ReadIterationStats.newBuilderForType() |
protected ReadIterationStats.Builder |
ReadIterationStats.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
ReadIterationStats.Builder |
ReadIterationStats.Builder.setCellsReturnedCount(long value)
The cells returned as part of the request.
|
ReadIterationStats.Builder |
ReadIterationStats.Builder.setCellsSeenCount(long value)
The cells seen (scanned) as part of the request.
|
ReadIterationStats.Builder |
ReadIterationStats.Builder.setRowsReturnedCount(long value)
The rows returned as part of the request.
|
ReadIterationStats.Builder |
ReadIterationStats.Builder.setRowsSeenCount(long value)
The rows seen (scanned) as part of the request.
|
ReadIterationStats.Builder |
ReadIterationStats.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
FullReadStatsView.Builder |
FullReadStatsView.Builder.setReadIterationStats(ReadIterationStats.Builder builderForValue)
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.