public static class ApolloClientThreadPoolMonitorApi.ApolloThreadPoolInfo extends Object
| Constructor and Description |
|---|
ApolloThreadPoolInfo() |
ApolloThreadPoolInfo(ThreadPoolExecutor executor) |
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveTaskCount() |
long |
getCompletedTaskCount() |
int |
getCorePoolSize() |
int |
getLargestPoolSize() |
int |
getMaximumPoolSize() |
int |
getPoolSize() |
int |
getQueueRemainingCapacity() |
int |
getQueueSize() |
long |
getTotalTaskCount() |
public ApolloThreadPoolInfo(ThreadPoolExecutor executor)
public ApolloThreadPoolInfo()
public int getActiveTaskCount()
public int getQueueSize()
public int getCorePoolSize()
public int getMaximumPoolSize()
public int getPoolSize()
public long getTotalTaskCount()
public long getCompletedTaskCount()
public int getLargestPoolSize()
public int getQueueRemainingCapacity()
Copyright © 2025. All rights reserved.