-
ReadIterationStats.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
ReadIterationStats.Builder.clear()
The cells returned as part of the request.
The cells seen (scanned) as part of the request.
ReadIterationStats.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ReadIterationStats.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
The rows returned as part of the request.
The rows seen (scanned) as part of the request.
ReadIterationStats.Builder.clone()
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.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ReadIterationStats.Builder.mergeFrom(com.google.protobuf.Message other)
ReadIterationStats.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ReadIterationStats.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
The cells returned as part of the request.
The cells seen (scanned) as part of the request.
ReadIterationStats.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
ReadIterationStats.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value)
The rows returned as part of the request.
The rows seen (scanned) as part of the request.
ReadIterationStats.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
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).