Uses of Class
com.google.bigtable.v2.ReadIterationStats.Builder
-
Uses of ReadIterationStats.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ReadIterationStats.BuilderModifier and TypeMethodDescriptionReadIterationStats.Builder.clear()ReadIterationStats.Builder.clearCellsReturnedCount()The cells returned as part of the request.ReadIterationStats.Builder.clearCellsSeenCount()The cells seen (scanned) as part of the request.ReadIterationStats.Builder.clearRowsReturnedCount()The rows returned as part of the request.ReadIterationStats.Builder.clearRowsSeenCount()The rows seen (scanned) as part of the request.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.mergeFrom(ReadIterationStats other) ReadIterationStats.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ReadIterationStats.Builder.mergeFrom(com.google.protobuf.Message other) static ReadIterationStats.BuilderReadIterationStats.newBuilder()static ReadIterationStats.BuilderReadIterationStats.newBuilder(ReadIterationStats prototype) ReadIterationStats.newBuilderForType()protected ReadIterationStats.BuilderReadIterationStats.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ReadIterationStats.Builder.setCellsReturnedCount(long value) The cells returned as part of the request.ReadIterationStats.Builder.setCellsSeenCount(long value) The cells seen (scanned) as part of the request.ReadIterationStats.Builder.setRowsReturnedCount(long value) The rows returned as part of the request.ReadIterationStats.Builder.setRowsSeenCount(long value) The rows seen (scanned) as part of the request.ReadIterationStats.toBuilder()Methods in com.google.bigtable.v2 with parameters of type ReadIterationStats.BuilderModifier and TypeMethodDescriptionFullReadStatsView.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).