接口 ContinuousProfilingReportOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
ContinuousProfilingReport, ContinuousProfilingReport.Builder

public interface ContinuousProfilingReportOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法详细资料

    • getLayer

      String getLayer()
       over threshold process entity
       
      string layer = 1;
      返回:
      The layer.
    • getLayerBytes

      com.google.protobuf.ByteString getLayerBytes()
       over threshold process entity
       
      string layer = 1;
      返回:
      The bytes for layer.
    • getServiceName

      String getServiceName()
      string serviceName = 2;
      返回:
      The serviceName.
    • getServiceNameBytes

      com.google.protobuf.ByteString getServiceNameBytes()
      string serviceName = 2;
      返回:
      The bytes for serviceName.
    • getInstanceName

      String getInstanceName()
      string instanceName = 3;
      返回:
      The instanceName.
    • getInstanceNameBytes

      com.google.protobuf.ByteString getInstanceNameBytes()
      string instanceName = 3;
      返回:
      The bytes for instanceName.
    • getProcessName

      String getProcessName()
      string processName = 4;
      返回:
      The processName.
    • getProcessNameBytes

      com.google.protobuf.ByteString getProcessNameBytes()
      string processName = 4;
      返回:
      The bytes for processName.
    • getCausesList

      List<ContinuousProfilingCause> getCausesList()
       reached thresholds causes
       
      repeated .skywalking.v3.ContinuousProfilingCause causes = 5;
    • getCauses

      ContinuousProfilingCause getCauses(int index)
       reached thresholds causes
       
      repeated .skywalking.v3.ContinuousProfilingCause causes = 5;
    • getCausesCount

      int getCausesCount()
       reached thresholds causes
       
      repeated .skywalking.v3.ContinuousProfilingCause causes = 5;
    • getCausesOrBuilderList

      List<? extends ContinuousProfilingCauseOrBuilder> getCausesOrBuilderList()
       reached thresholds causes
       
      repeated .skywalking.v3.ContinuousProfilingCause causes = 5;
    • getCausesOrBuilder

      ContinuousProfilingCauseOrBuilder getCausesOrBuilder(int index)
       reached thresholds causes
       
      repeated .skywalking.v3.ContinuousProfilingCause causes = 5;
    • getDuration

      int getDuration()
       The execution duration for this triggered profiling.
       This is set at the agent side.
       
      int32 duration = 6;
      返回:
      The duration.
    • hasOnCPU

      boolean hasOnCPU()
      .skywalking.v3.ContinuousOnCPUProfilingTask onCPU = 7;
      返回:
      Whether the onCPU field is set.
    • getOnCPU

      .skywalking.v3.ContinuousOnCPUProfilingTask onCPU = 7;
      返回:
      The onCPU.
    • getOnCPUOrBuilder

      .skywalking.v3.ContinuousOnCPUProfilingTask onCPU = 7;
    • hasOffCPU

      boolean hasOffCPU()
      .skywalking.v3.ContinuousOffCPUProfilingTask offCPU = 8;
      返回:
      Whether the offCPU field is set.
    • getOffCPU

      .skywalking.v3.ContinuousOffCPUProfilingTask offCPU = 8;
      返回:
      The offCPU.
    • getOffCPUOrBuilder

      .skywalking.v3.ContinuousOffCPUProfilingTask offCPU = 8;
    • hasNetwork

      boolean hasNetwork()
      .skywalking.v3.ContinuousNetworkProfilingTask network = 9;
      返回:
      Whether the network field is set.
    • getNetwork

      .skywalking.v3.ContinuousNetworkProfilingTask network = 9;
      返回:
      The network.
    • getNetworkOrBuilder

      .skywalking.v3.ContinuousNetworkProfilingTask network = 9;
    • getTargetTaskCase