All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.navercorp.pinpoint.grpc.trace.ThreadDumpProto Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: v1/ThreadDump.proto

package com.navercorp.pinpoint.grpc.trace;

public final class ThreadDumpProto {
  private ThreadDumpProto() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_v1_PMonitorInfo_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_v1_PMonitorInfo_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_v1_PThreadDump_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_v1_PThreadDump_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_v1_PThreadLightDump_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_v1_PThreadLightDump_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_v1_PActiveThreadDump_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_v1_PActiveThreadDump_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_v1_PActiveThreadLightDump_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_v1_PActiveThreadLightDump_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\023v1/ThreadDump.proto\022\002v1\"6\n\014PMonitorInf" +
      "o\022\022\n\nstackDepth\030\001 \001(\005\022\022\n\nstackFrame\030\002 \001(" +
      "\t\"\352\002\n\013PThreadDump\022\022\n\nthreadName\030\001 \001(\t\022\020\n" +
      "\010threadId\030\002 \001(\003\022\023\n\013blockedTime\030\003 \001(\003\022\024\n\014" +
      "blockedCount\030\004 \001(\003\022\022\n\nwaitedTime\030\005 \001(\003\022\023" +
      "\n\013waitedCount\030\006 \001(\003\022\020\n\010lockName\030\007 \001(\t\022\023\n" +
      "\013lockOwnerId\030\010 \001(\003\022\025\n\rlockOwnerName\030\t \001(" +
      "\t\022\020\n\010inNative\030\n \001(\010\022\021\n\tsuspended\030\013 \001(\010\022%" +
      "\n\013threadState\030\014 \001(\0162\020.v1.PThreadState\022\022\n" +
      "\nstackTrace\030\r \003(\t\022\'\n\rlockedMonitor\030\016 \003(\013" +
      "2\020.v1.PMonitorInfo\022\032\n\022lockedSynchronizer" +
      "\030\017 \003(\t\"_\n\020PThreadLightDump\022\022\n\nthreadName" +
      "\030\001 \001(\t\022\020\n\010threadId\030\002 \001(\003\022%\n\013threadState\030" +
      "\003 \001(\0162\020.v1.PThreadState\"\235\001\n\021PActiveThrea" +
      "dDump\022\021\n\tstartTime\030\001 \001(\003\022\024\n\014localTraceId" +
      "\030\002 \001(\003\022#\n\nthreadDump\030\003 \001(\0132\017.v1.PThreadD" +
      "ump\022\017\n\007sampled\030\004 \001(\010\022\025\n\rtransactionId\030\005 " +
      "\001(\t\022\022\n\nentryPoint\030\006 \001(\t\"\247\001\n\026PActiveThrea" +
      "dLightDump\022\021\n\tstartTime\030\001 \001(\003\022\024\n\014localTr" +
      "aceId\030\002 \001(\003\022(\n\nthreadDump\030\003 \001(\0132\024.v1.PTh" +
      "readLightDump\022\017\n\007sampled\030\004 \001(\010\022\025\n\rtransa" +
      "ctionId\030\005 \001(\t\022\022\n\nentryPoint\030\006 \001(\t*\312\001\n\014PT" +
      "hreadState\022\024\n\020THREAD_STATE_NEW\020\000\022\031\n\025THRE" +
      "AD_STATE_RUNNABLE\020\001\022\030\n\024THREAD_STATE_BLOC" +
      "KED\020\002\022\030\n\024THREAD_STATE_WAITING\020\003\022\036\n\032THREA" +
      "D_STATE_TIMED_WAITING\020\004\022\033\n\027THREAD_STATE_" +
      "TERMINATED\020\005\022\030\n\024THREAD_STATE_UNKNOWN\020\006**" +
      "\n\017PThreadDumpType\022\n\n\006TARGET\020\000\022\013\n\007PENDING" +
      "\020\001B;\n!com.navercorp.pinpoint.grpc.traceB" +
      "\017ThreadDumpProtoP\001Z\003/v1b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        });
    internal_static_v1_PMonitorInfo_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_v1_PMonitorInfo_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_v1_PMonitorInfo_descriptor,
        new java.lang.String[] { "StackDepth", "StackFrame", });
    internal_static_v1_PThreadDump_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_v1_PThreadDump_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_v1_PThreadDump_descriptor,
        new java.lang.String[] { "ThreadName", "ThreadId", "BlockedTime", "BlockedCount", "WaitedTime", "WaitedCount", "LockName", "LockOwnerId", "LockOwnerName", "InNative", "Suspended", "ThreadState", "StackTrace", "LockedMonitor", "LockedSynchronizer", });
    internal_static_v1_PThreadLightDump_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_v1_PThreadLightDump_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_v1_PThreadLightDump_descriptor,
        new java.lang.String[] { "ThreadName", "ThreadId", "ThreadState", });
    internal_static_v1_PActiveThreadDump_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_v1_PActiveThreadDump_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_v1_PActiveThreadDump_descriptor,
        new java.lang.String[] { "StartTime", "LocalTraceId", "ThreadDump", "Sampled", "TransactionId", "EntryPoint", });
    internal_static_v1_PActiveThreadLightDump_descriptor =
      getDescriptor().getMessageTypes().get(4);
    internal_static_v1_PActiveThreadLightDump_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_v1_PActiveThreadLightDump_descriptor,
        new java.lang.String[] { "StartTime", "LocalTraceId", "ThreadDump", "Sampled", "TransactionId", "EntryPoint", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy