Interface ThreadOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Thread, Thread.Builder

public interface ThreadOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    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;

    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 Details

    • getLiveCount

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

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

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

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

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

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

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