Uses of Class
com.google.devtools.build.lib.actions.cache.Protos.ActionCacheStatistics.Builder
Packages that use Protos.ActionCacheStatistics.Builder
Package
Description
-
Uses of Protos.ActionCacheStatistics.Builder in com.google.devtools.build.lib.actions.cache
Methods in com.google.devtools.build.lib.actions.cache that return Protos.ActionCacheStatistics.BuilderModifier and TypeMethodDescriptionProtos.ActionCacheStatistics.Builder.addAllMissDetails(Iterable<? extends Protos.ActionCacheStatistics.MissDetail> values) Breakdown of the cache misses based on the reasons behind them.Protos.ActionCacheStatistics.Builder.addMissDetails(int index, Protos.ActionCacheStatistics.MissDetail value) Breakdown of the cache misses based on the reasons behind them.Protos.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 value) 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.clear()Protos.ActionCacheStatistics.Builder.clearHits()Cache counters.Protos.ActionCacheStatistics.Builder.clearLoadTimeInMs()Time it took to load the action cache from disk.Protos.ActionCacheStatistics.Builder.clearMissDetails()Breakdown of the cache misses based on the reasons behind them.Protos.ActionCacheStatistics.Builder.clearMisses()int32 misses = 4;Protos.ActionCacheStatistics.Builder.clearSaveTimeInMs()Time it took to save the action cache to disk.Protos.ActionCacheStatistics.Builder.clearSizeInBytes()Size of the action cache in bytes.Protos.ActionCacheStatistics.Builder.mergeFrom(Protos.ActionCacheStatistics other) Protos.ActionCacheStatistics.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Protos.ActionCacheStatistics.Builder.mergeFrom(com.google.protobuf.Message other) Protos.ActionCacheStatistics.newBuilder()Protos.ActionCacheStatistics.newBuilder(Protos.ActionCacheStatistics prototype) Protos.ActionCacheStatistics.newBuilderForType()protected Protos.ActionCacheStatistics.BuilderProtos.ActionCacheStatistics.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Protos.ActionCacheStatistics.Builder.removeMissDetails(int index) Breakdown of the cache misses based on the reasons behind them.Protos.ActionCacheStatistics.Builder.setHits(int value) Cache counters.Protos.ActionCacheStatistics.Builder.setLoadTimeInMs(long value) Time it took to load the action cache from disk.Protos.ActionCacheStatistics.Builder.setMissDetails(int index, Protos.ActionCacheStatistics.MissDetail value) 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.Protos.ActionCacheStatistics.Builder.setMisses(int value) int32 misses = 4;Protos.ActionCacheStatistics.Builder.setSaveTimeInMs(long value) Time it took to save the action cache to disk.Protos.ActionCacheStatistics.Builder.setSizeInBytes(long value) Size of the action cache in bytes.Protos.ActionCacheStatistics.toBuilder() -
Uses of Protos.ActionCacheStatistics.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return Protos.ActionCacheStatistics.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildMetrics.ActionSummary.Builder.getActionCacheStatisticsBuilder().blaze.ActionCacheStatistics action_cache_statistics = 7;Methods in com.google.devtools.build.lib.buildeventstream with parameters of type Protos.ActionCacheStatistics.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildMetrics.ActionSummary.Builder.setActionCacheStatistics(Protos.ActionCacheStatistics.Builder builderForValue) .blaze.ActionCacheStatistics action_cache_statistics = 7;