-
FullReadStatsView.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
FullReadStatsView.Builder.clear()
FullReadStatsView.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
FullReadStatsView.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
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).
Request latency stats describe the time taken to complete a request, from
the server side.
FullReadStatsView.Builder.clone()
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL
view, see package google.bigtable.v2.
FullReadStatsView.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
FullReadStatsView.Builder.mergeFrom(com.google.protobuf.Message other)
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).
Request latency stats describe the time taken to complete a request, from
the server side.
FullReadStatsView.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
FullReadStatsView.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
FullReadStatsView.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object 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).
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).
FullReadStatsView.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value)
Request latency stats describe the time taken to complete a request, from
the server side.
Request latency stats describe the time taken to complete a request, from
the server side.
FullReadStatsView.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL
view, see package google.bigtable.v2.