Uses of Class
com.google.devtools.build.lib.actions.cache.Protos.ActionCacheStatistics.MissDetail
Packages that use Protos.ActionCacheStatistics.MissDetail
-
Uses of Protos.ActionCacheStatistics.MissDetail in com.google.devtools.build.lib.actions.cache
Methods in com.google.devtools.build.lib.actions.cache that return Protos.ActionCacheStatistics.MissDetailModifier and TypeMethodDescriptionProtos.ActionCacheStatistics.MissDetail.Builder.build()Protos.ActionCacheStatistics.MissDetail.Builder.buildPartial()Protos.ActionCacheStatistics.MissDetail.getDefaultInstance()Protos.ActionCacheStatistics.MissDetail.Builder.getDefaultInstanceForType()Protos.ActionCacheStatistics.MissDetail.getDefaultInstanceForType()Protos.ActionCacheStatistics.Builder.getMissDetails(int index) Breakdown of the cache misses based on the reasons behind them.Protos.ActionCacheStatistics.getMissDetails(int index) Breakdown of the cache misses based on the reasons behind them.Protos.ActionCacheStatisticsOrBuilder.getMissDetails(int index) Breakdown of the cache misses based on the reasons behind them.Protos.ActionCacheStatistics.MissDetail.parseDelimitedFrom(InputStream input) Protos.ActionCacheStatistics.MissDetail.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Protos.ActionCacheStatistics.MissDetail.parseFrom(byte[] data) Protos.ActionCacheStatistics.MissDetail.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Protos.ActionCacheStatistics.MissDetail.parseFrom(com.google.protobuf.ByteString data) Protos.ActionCacheStatistics.MissDetail.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Protos.ActionCacheStatistics.MissDetail.parseFrom(com.google.protobuf.CodedInputStream input) Protos.ActionCacheStatistics.MissDetail.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Protos.ActionCacheStatistics.MissDetail.parseFrom(InputStream input) Protos.ActionCacheStatistics.MissDetail.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Protos.ActionCacheStatistics.MissDetail.parseFrom(ByteBuffer data) Protos.ActionCacheStatistics.MissDetail.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.devtools.build.lib.actions.cache that return types with arguments of type Protos.ActionCacheStatistics.MissDetailModifier and TypeMethodDescriptionProtos.ActionCacheStatistics.Builder.getMissDetailsList()Breakdown of the cache misses based on the reasons behind them.Protos.ActionCacheStatistics.getMissDetailsList()Breakdown of the cache misses based on the reasons behind them.Protos.ActionCacheStatisticsOrBuilder.getMissDetailsList()Breakdown of the cache misses based on the reasons behind them.com.google.protobuf.Parser<Protos.ActionCacheStatistics.MissDetail>Protos.ActionCacheStatistics.MissDetail.getParserForType()static com.google.protobuf.Parser<Protos.ActionCacheStatistics.MissDetail>Protos.ActionCacheStatistics.MissDetail.parser()Methods in com.google.devtools.build.lib.actions.cache with parameters of type Protos.ActionCacheStatistics.MissDetailModifier and TypeMethodDescriptionProtos.ActionCacheStatistics.Builder.addMissDetails(int index, Protos.ActionCacheStatistics.MissDetail value) Breakdown of the cache misses based on the reasons behind them.Protos.ActionCacheStatistics.Builder.addMissDetails(Protos.ActionCacheStatistics.MissDetail value) Breakdown of the cache misses based on the reasons behind them.Protos.ActionCacheStatistics.MissDetail.Builder.mergeFrom(Protos.ActionCacheStatistics.MissDetail other) Protos.ActionCacheStatistics.MissDetail.newBuilder(Protos.ActionCacheStatistics.MissDetail prototype) Protos.ActionCacheStatistics.Builder.setMissDetails(int index, Protos.ActionCacheStatistics.MissDetail value) Breakdown of the cache misses based on the reasons behind them.Method parameters in com.google.devtools.build.lib.actions.cache with type arguments of type Protos.ActionCacheStatistics.MissDetailModifier and TypeMethodDescriptionProtos.ActionCacheStatistics.Builder.addAllMissDetails(Iterable<? extends Protos.ActionCacheStatistics.MissDetail> values) Breakdown of the cache misses based on the reasons behind them.