| Modifier and Type | Method and Description |
|---|---|
ReadIterationStats |
ReadIterationStats.Builder.build() |
ReadIterationStats |
ReadIterationStats.Builder.buildPartial() |
static ReadIterationStats |
ReadIterationStats.getDefaultInstance() |
ReadIterationStats |
ReadIterationStats.getDefaultInstanceForType() |
ReadIterationStats |
ReadIterationStats.Builder.getDefaultInstanceForType() |
ReadIterationStats |
FullReadStatsView.getReadIterationStats()
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 |
FullReadStatsView.Builder.getReadIterationStats()
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 |
FullReadStatsViewOrBuilder.getReadIterationStats()
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).
|
static ReadIterationStats |
ReadIterationStats.parseDelimitedFrom(InputStream input) |
static ReadIterationStats |
ReadIterationStats.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadIterationStats |
ReadIterationStats.parseFrom(byte[] data) |
static ReadIterationStats |
ReadIterationStats.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadIterationStats |
ReadIterationStats.parseFrom(ByteBuffer data) |
static ReadIterationStats |
ReadIterationStats.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadIterationStats |
ReadIterationStats.parseFrom(com.google.protobuf.ByteString data) |
static ReadIterationStats |
ReadIterationStats.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadIterationStats |
ReadIterationStats.parseFrom(com.google.protobuf.CodedInputStream input) |
static ReadIterationStats |
ReadIterationStats.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadIterationStats |
ReadIterationStats.parseFrom(InputStream input) |
static ReadIterationStats |
ReadIterationStats.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ReadIterationStats> |
ReadIterationStats.getParserForType() |
static com.google.protobuf.Parser<ReadIterationStats> |
ReadIterationStats.parser() |
| Modifier and Type | Method and Description |
|---|---|
ReadIterationStats.Builder |
ReadIterationStats.Builder.mergeFrom(ReadIterationStats other) |
FullReadStatsView.Builder |
FullReadStatsView.Builder.mergeReadIterationStats(ReadIterationStats value)
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).
|
static ReadIterationStats.Builder |
ReadIterationStats.newBuilder(ReadIterationStats prototype) |
FullReadStatsView.Builder |
FullReadStatsView.Builder.setReadIterationStats(ReadIterationStats value)
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.