Interface BuildEventStreamProtos.BuildMetrics.WorkerMetricsOrBuilder

    • Method Detail

      • getWorkerId

        int getWorkerId()
         Unique id of worker.
         
        int32 worker_id = 1;
        Returns:
        The workerId.
      • getProcessId

        int getProcessId()
         Worker process id. If there is no process for worker, equals to zero.
         
        uint32 process_id = 2;
        Returns:
        The processId.
      • getMnemonic

        java.lang.String getMnemonic()
         Mnemonic of running worker.
         
        string mnemonic = 3;
        Returns:
        The mnemonic.
      • getMnemonicBytes

        com.google.protobuf.ByteString getMnemonicBytes()
         Mnemonic of running worker.
         
        string mnemonic = 3;
        Returns:
        The bytes for mnemonic.
      • getIsMultiplex

        boolean getIsMultiplex()
         Multiplex or singleplex worker.
         
        bool is_multiplex = 4;
        Returns:
        The isMultiplex.
      • getIsSandbox

        boolean getIsSandbox()
         Using worker sandbox file system or not.
         
        bool is_sandbox = 5;
        Returns:
        The isSandbox.
      • getIsMeasurable

        boolean getIsMeasurable()
         Shows is worker stats measured at the end of invocation.
         
        bool is_measurable = 6;
        Returns:
        The isMeasurable.
      • getWorkerStatsCount

        int getWorkerStatsCount()
         Combined workers statistics.
         
        repeated .build_event_stream.BuildMetrics.WorkerMetrics.WorkerStats worker_stats = 7;