Interface BuildEventStreamProtos.BuildMetrics.WorkerMetrics.WorkerStatsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCollectTimeInMs()
      Epoch unix time of collection of metrics.
      int getWorkerMemoryInKb()
      RSS size of worker process.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getCollectTimeInMs

        long getCollectTimeInMs()
         Epoch unix time of collection of metrics.
         
        int64 collect_time_in_ms = 1;
        Returns:
        The collectTimeInMs.
      • getWorkerMemoryInKb

        int getWorkerMemoryInKb()
         RSS size of worker process.
         
        int32 worker_memory_in_kb = 2;
        Returns:
        The workerMemoryInKb.