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 TypeMethodDescriptionlongint64 blockedStateThreadCount = 5;longint64 daemonCount = 2;longint64 liveCount = 1;longint64 peakCount = 3;longint64 runnableStateThreadCount = 4;longint64 timedWaitingStateThreadCount = 7;longint64 waitingStateThreadCount = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-