Uses of Class
com.google.devtools.build.lib.actions.cache.Protos.ActionCacheStatistics.MissDetail.Builder
Packages that use Protos.ActionCacheStatistics.MissDetail.Builder
-
Uses of Protos.ActionCacheStatistics.MissDetail.Builder in com.google.devtools.build.lib.actions.cache
Methods in com.google.devtools.build.lib.actions.cache that return Protos.ActionCacheStatistics.MissDetail.BuilderModifier and TypeMethodDescriptionProtos.ActionCacheStatistics.Builder.addMissDetailsBuilder()Breakdown of the cache misses based on the reasons behind them.Protos.ActionCacheStatistics.Builder.addMissDetailsBuilder(int index) Breakdown of the cache misses based on the reasons behind them.Protos.ActionCacheStatistics.MissDetail.Builder.clear()Protos.ActionCacheStatistics.MissDetail.Builder.clearCount()int32 count = 2;Protos.ActionCacheStatistics.MissDetail.Builder.clearReason().blaze.ActionCacheStatistics.MissReason reason = 1;Protos.ActionCacheStatistics.Builder.getMissDetailsBuilder(int index) Breakdown of the cache misses based on the reasons behind them.Protos.ActionCacheStatistics.MissDetail.Builder.mergeFrom(Protos.ActionCacheStatistics.MissDetail other) Protos.ActionCacheStatistics.MissDetail.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Protos.ActionCacheStatistics.MissDetail.Builder.mergeFrom(com.google.protobuf.Message other) Protos.ActionCacheStatistics.MissDetail.newBuilder()Protos.ActionCacheStatistics.MissDetail.newBuilder(Protos.ActionCacheStatistics.MissDetail prototype) Protos.ActionCacheStatistics.MissDetail.newBuilderForType()Protos.ActionCacheStatistics.MissDetail.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Protos.ActionCacheStatistics.MissDetail.Builder.setCount(int value) int32 count = 2;Protos.ActionCacheStatistics.MissDetail.Builder.setReason(Protos.ActionCacheStatistics.MissReason value) .blaze.ActionCacheStatistics.MissReason reason = 1;Protos.ActionCacheStatistics.MissDetail.Builder.setReasonValue(int value) .blaze.ActionCacheStatistics.MissReason reason = 1;Protos.ActionCacheStatistics.MissDetail.toBuilder()Methods in com.google.devtools.build.lib.actions.cache that return types with arguments of type Protos.ActionCacheStatistics.MissDetail.BuilderModifier and TypeMethodDescriptionProtos.ActionCacheStatistics.Builder.getMissDetailsBuilderList()Breakdown of the cache misses based on the reasons behind them.Methods in com.google.devtools.build.lib.actions.cache with parameters of type Protos.ActionCacheStatistics.MissDetail.BuilderModifier and TypeMethodDescriptionProtos.ActionCacheStatistics.Builder.addMissDetails(int index, Protos.ActionCacheStatistics.MissDetail.Builder builderForValue) Breakdown of the cache misses based on the reasons behind them.Protos.ActionCacheStatistics.Builder.addMissDetails(Protos.ActionCacheStatistics.MissDetail.Builder builderForValue) Breakdown of the cache misses based on the reasons behind them.Protos.ActionCacheStatistics.Builder.setMissDetails(int index, Protos.ActionCacheStatistics.MissDetail.Builder builderForValue) Breakdown of the cache misses based on the reasons behind them.