public interface ThreadOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBlockedStateThreadCount()
int64 blockedStateThreadCount = 5; |
long |
getDaemonCount()
int64 daemonCount = 2; |
long |
getLiveCount()
int64 liveCount = 1; |
long |
getPeakCount()
int64 peakCount = 3; |
long |
getRunnableStateThreadCount()
int64 runnableStateThreadCount = 4; |
long |
getTimedWaitingStateThreadCount()
int64 timedWaitingStateThreadCount = 7; |
long |
getWaitingStateThreadCount()
int64 waitingStateThreadCount = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getLiveCount()
int64 liveCount = 1;long getDaemonCount()
int64 daemonCount = 2;long getPeakCount()
int64 peakCount = 3;long getRunnableStateThreadCount()
int64 runnableStateThreadCount = 4;long getBlockedStateThreadCount()
int64 blockedStateThreadCount = 5;long getWaitingStateThreadCount()
int64 waitingStateThreadCount = 6;long getTimedWaitingStateThreadCount()
int64 timedWaitingStateThreadCount = 7;Copyright © 2022 The Apache Software Foundation. All rights reserved.