接口 ThreadOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
Thread,Thread.Builder
public interface ThreadOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明longint64 blockedStateThreadCount = 5;longint64 daemonCount = 2;longint64 liveCount = 1;longint64 peakCount = 3;longint64 runnableStateThreadCount = 4;longint64 timedWaitingStateThreadCount = 7;longint64 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.
-