public class ThreadsInfo extends BaseEntity<ThreadsInfo>
XML, XML_COMPACT| 构造器和说明 |
|---|
ThreadsInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(IVisitor visitor) |
boolean |
equals(Object obj) |
int |
getCatThreadCount() |
int |
getCount() |
int |
getDaemonCount() |
String |
getDump() |
int |
getHttpThreadCount() |
int |
getPeekCount() |
int |
getPigeonThreadCount() |
int |
getTotalStartedCount() |
int |
hashCode() |
void |
mergeAttributes(ThreadsInfo other) |
ThreadsInfo |
setCatThreadCount(int catThreadCount) |
ThreadsInfo |
setCount(int count) |
ThreadsInfo |
setDaemonCount(int daemonCount) |
ThreadsInfo |
setDump(String dump) |
ThreadsInfo |
setHttpThreadCount(int httpThreadCount) |
ThreadsInfo |
setPeekCount(int peekCount) |
ThreadsInfo |
setPigeonThreadCount(int pigeonThreadCount) |
ThreadsInfo |
setTotalStartedCount(int totalStartedCount) |
assertAttributeEquals, equals, formatTo, toStringpublic void accept(IVisitor visitor)
public int getCatThreadCount()
public int getCount()
public int getDaemonCount()
public String getDump()
public int getHttpThreadCount()
public int getPeekCount()
public int getPigeonThreadCount()
public int getTotalStartedCount()
public void mergeAttributes(ThreadsInfo other)
public ThreadsInfo setCatThreadCount(int catThreadCount)
public ThreadsInfo setCount(int count)
public ThreadsInfo setDaemonCount(int daemonCount)
public ThreadsInfo setDump(String dump)
public ThreadsInfo setHttpThreadCount(int httpThreadCount)
public ThreadsInfo setPeekCount(int peekCount)
public ThreadsInfo setPigeonThreadCount(int pigeonThreadCount)
public ThreadsInfo setTotalStartedCount(int totalStartedCount)
Copyright © 2022. All rights reserved.