public class RabbitMQVirtualHostStatistics extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RabbitMQVirtualHostStatistics() | 
| RabbitMQVirtualHostStatistics(RabbitMQVirtualHostStatistics source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getCurrentChannels()Get 当前vhost的channel数量 | 
| Long | getCurrentConnections()Get 当前vhost的连接数量 | 
| Long | getCurrentExchanges()Get 当前vhost的exchange数量 | 
| Long | getCurrentQueues()Get 当前vhost的queue数量 | 
| Long | getCurrentUsers()Get 当前vhost的用户数量 | 
| void | setCurrentChannels(Long CurrentChannels)Set 当前vhost的channel数量 | 
| void | setCurrentConnections(Long CurrentConnections)Set 当前vhost的连接数量 | 
| void | setCurrentExchanges(Long CurrentExchanges)Set 当前vhost的exchange数量 | 
| void | setCurrentQueues(Long CurrentQueues)Set 当前vhost的queue数量 | 
| void | setCurrentUsers(Long CurrentUsers)Set 当前vhost的用户数量 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RabbitMQVirtualHostStatistics()
public RabbitMQVirtualHostStatistics(RabbitMQVirtualHostStatistics source)
public Long getCurrentQueues()
public void setCurrentQueues(Long CurrentQueues)
CurrentQueues - 当前vhost的queue数量public Long getCurrentExchanges()
public void setCurrentExchanges(Long CurrentExchanges)
CurrentExchanges - 当前vhost的exchange数量public Long getCurrentConnections()
public void setCurrentConnections(Long CurrentConnections)
CurrentConnections - 当前vhost的连接数量public Long getCurrentChannels()
public void setCurrentChannels(Long CurrentChannels)
CurrentChannels - 当前vhost的channel数量public Long getCurrentUsers()
public void setCurrentUsers(Long CurrentUsers)
CurrentUsers - 当前vhost的用户数量Copyright © 2025. All rights reserved.