Uses of Class
com.google.bigtable.v2.ReadIterationStats
-
Uses of ReadIterationStats in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ReadIterationStatsModifier and TypeMethodDescriptionReadIterationStats.Builder.build()ReadIterationStats.Builder.buildPartial()static ReadIterationStatsReadIterationStats.getDefaultInstance()ReadIterationStats.Builder.getDefaultInstanceForType()ReadIterationStats.getDefaultInstanceForType()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).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).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 ReadIterationStatsReadIterationStats.parseDelimitedFrom(InputStream input) static ReadIterationStatsReadIterationStats.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReadIterationStatsReadIterationStats.parseFrom(byte[] data) static ReadIterationStatsReadIterationStats.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReadIterationStatsReadIterationStats.parseFrom(com.google.protobuf.ByteString data) static ReadIterationStatsReadIterationStats.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReadIterationStatsReadIterationStats.parseFrom(com.google.protobuf.CodedInputStream input) static ReadIterationStatsReadIterationStats.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReadIterationStatsReadIterationStats.parseFrom(InputStream input) static ReadIterationStatsReadIterationStats.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReadIterationStatsReadIterationStats.parseFrom(ByteBuffer data) static ReadIterationStatsReadIterationStats.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.bigtable.v2 that return types with arguments of type ReadIterationStatsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ReadIterationStats>ReadIterationStats.getParserForType()static com.google.protobuf.Parser<ReadIterationStats>ReadIterationStats.parser()Methods in com.google.bigtable.v2 with parameters of type ReadIterationStatsModifier and TypeMethodDescriptionReadIterationStats.Builder.mergeFrom(ReadIterationStats other) 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.BuilderReadIterationStats.newBuilder(ReadIterationStats prototype) 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).