接口 ThreadOrBuilder

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

public interface ThreadOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    long
    int64 blockedStateThreadCount = 5;
    long
    int64 daemonCount = 2;
    long
    int64 liveCount = 1;
    long
    int64 peakCount = 3;
    long
    int64 runnableStateThreadCount = 4;
    long
    int64 timedWaitingStateThreadCount = 7;
    long
    int64 waitingStateThreadCount = 6;

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    从接口继承的方法 com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 方法详细资料

    • getLiveCount

      long getLiveCount()
      int64 liveCount = 1;
      返回:
      The liveCount.
    • getDaemonCount

      long getDaemonCount()
      int64 daemonCount = 2;
      返回:
      The daemonCount.
    • getPeakCount

      long getPeakCount()
      int64 peakCount = 3;
      返回:
      The peakCount.
    • getRunnableStateThreadCount

      long getRunnableStateThreadCount()
      int64 runnableStateThreadCount = 4;
      返回:
      The runnableStateThreadCount.
    • getBlockedStateThreadCount

      long getBlockedStateThreadCount()
      int64 blockedStateThreadCount = 5;
      返回:
      The blockedStateThreadCount.
    • getWaitingStateThreadCount

      long getWaitingStateThreadCount()
      int64 waitingStateThreadCount = 6;
      返回:
      The waitingStateThreadCount.
    • getTimedWaitingStateThreadCount

      long getTimedWaitingStateThreadCount()
      int64 timedWaitingStateThreadCount = 7;
      返回:
      The timedWaitingStateThreadCount.