Interface BuildEventStreamProtos.BuildMetrics.ActionSummaryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.BuildMetrics.ActionSummary,BuildEventStreamProtos.BuildMetrics.ActionSummary.Builder
- Enclosing class:
- BuildEventStreamProtos.BuildMetrics
public static interface BuildEventStreamProtos.BuildMetrics.ActionSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.blaze.ActionCacheStatistics action_cache_statistics = 7;.blaze.ActionCacheStatistics action_cache_statistics = 7;getActionData(int index) Contains the top N actions by number of actions executed.intContains the top N actions by number of actions executed.Contains the top N actions by number of actions executed.getActionDataOrBuilder(int index) Contains the top N actions by number of actions executed.Contains the top N actions by number of actions executed.longThe total number of actions created and registered during the build, including both aspects and configured targets.longThe total number of actions created this build just by configured targets.longThe total number of actions executed during the build.longDeprecated.build_event_stream.BuildMetrics.ActionSummary.remote_cache_hits is deprecated.getRunnerCount(int index) repeated .build_event_stream.BuildMetrics.ActionSummary.RunnerCount runner_count = 6;intrepeated .build_event_stream.BuildMetrics.ActionSummary.RunnerCount runner_count = 6;repeated .build_event_stream.BuildMetrics.ActionSummary.RunnerCount runner_count = 6;getRunnerCountOrBuilder(int index) repeated .build_event_stream.BuildMetrics.ActionSummary.RunnerCount runner_count = 6;repeated .build_event_stream.BuildMetrics.ActionSummary.RunnerCount runner_count = 6;boolean.blaze.ActionCacheStatistics action_cache_statistics = 7;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getActionsCreated
long getActionsCreated()The total number of actions created and registered during the build, including both aspects and configured targets. This metric includes unused actions that were constructed but not executed during this build. It does not include actions that were created on prior builds that are still valid, even if those actions had to be re-executed on this build. For the total number of actions that would be created if this invocation were "clean", see BuildGraphMetrics below.
int64 actions_created = 1;- Returns:
- The actionsCreated.
-
getActionsCreatedNotIncludingAspects
long getActionsCreatedNotIncludingAspects()The total number of actions created this build just by configured targets. Used mainly to allow consumers of actions_created, which used to not include aspects' actions, to normalize across the Blaze release that switched actions_created to include all created actions.
int64 actions_created_not_including_aspects = 3;- Returns:
- The actionsCreatedNotIncludingAspects.
-
getActionsExecuted
long getActionsExecuted()The total number of actions executed during the build. This includes any remote cache hits, but excludes local action cache hits.
int64 actions_executed = 2;- Returns:
- The actionsExecuted.
-
getActionDataList
List<BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData> getActionDataList()Contains the top N actions by number of actions executed.
repeated .build_event_stream.BuildMetrics.ActionSummary.ActionData action_data = 4; -
getActionData
Contains the top N actions by number of actions executed.
repeated .build_event_stream.BuildMetrics.ActionSummary.ActionData action_data = 4; -
getActionDataCount
int getActionDataCount()Contains the top N actions by number of actions executed.
repeated .build_event_stream.BuildMetrics.ActionSummary.ActionData action_data = 4; -
getActionDataOrBuilderList
List<? extends BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionDataOrBuilder> getActionDataOrBuilderList()Contains the top N actions by number of actions executed.
repeated .build_event_stream.BuildMetrics.ActionSummary.ActionData action_data = 4; -
getActionDataOrBuilder
BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionDataOrBuilder getActionDataOrBuilder(int index) Contains the top N actions by number of actions executed.
repeated .build_event_stream.BuildMetrics.ActionSummary.ActionData action_data = 4; -
getRemoteCacheHits
Deprecated.build_event_stream.BuildMetrics.ActionSummary.remote_cache_hits is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=945Deprecated. The total number of remote cache hits.
int64 remote_cache_hits = 5 [deprecated = true];- Returns:
- The remoteCacheHits.
-
getRunnerCountList
List<BuildEventStreamProtos.BuildMetrics.ActionSummary.RunnerCount> getRunnerCountList()repeated .build_event_stream.BuildMetrics.ActionSummary.RunnerCount runner_count = 6; -
getRunnerCount
repeated .build_event_stream.BuildMetrics.ActionSummary.RunnerCount runner_count = 6; -
getRunnerCountCount
int getRunnerCountCount()repeated .build_event_stream.BuildMetrics.ActionSummary.RunnerCount runner_count = 6; -
getRunnerCountOrBuilderList
List<? extends BuildEventStreamProtos.BuildMetrics.ActionSummary.RunnerCountOrBuilder> getRunnerCountOrBuilderList()repeated .build_event_stream.BuildMetrics.ActionSummary.RunnerCount runner_count = 6; -
getRunnerCountOrBuilder
BuildEventStreamProtos.BuildMetrics.ActionSummary.RunnerCountOrBuilder getRunnerCountOrBuilder(int index) repeated .build_event_stream.BuildMetrics.ActionSummary.RunnerCount runner_count = 6; -
hasActionCacheStatistics
boolean hasActionCacheStatistics().blaze.ActionCacheStatistics action_cache_statistics = 7;- Returns:
- Whether the actionCacheStatistics field is set.
-
getActionCacheStatistics
Protos.ActionCacheStatistics getActionCacheStatistics().blaze.ActionCacheStatistics action_cache_statistics = 7;- Returns:
- The actionCacheStatistics.
-
getActionCacheStatisticsOrBuilder
Protos.ActionCacheStatisticsOrBuilder getActionCacheStatisticsOrBuilder().blaze.ActionCacheStatistics action_cache_statistics = 7;
-