public class AccountStatistics extends ApiResponse<AccountStatistics>
jv, NO_TYPE, PARSE_ERROR_TYPE
Constructor and Description |
---|
AccountStatistics(Message msg) |
Modifier and Type | Method and Description |
---|---|
ApiStats |
getApi()
Gets the account api stats
|
long |
getConsumers()
Gets the number of consumers used by the JetStream deployment.
|
java.lang.String |
getDomain()
Gets the account domain
|
AccountLimits |
getLimits()
Gets the Account Limits object.
|
long |
getMemory()
Gets the amount of memory storage used by the JetStream deployment.
|
long |
getStorage()
Gets the amount of file storage used by the JetStream deployment.
|
long |
getStreams()
Gets the number of streams used by the JetStream deployment.
|
java.util.Map<java.lang.String,AccountTier> |
getTiers()
Gets the map of the Account Tiers by tier name
|
getApiErrorCode, getDescription, getError, getErrorCode, getErrorObject, getJv, getType, hasError, parseMessage, throwOnHasError, toString
public AccountStatistics(Message msg)
public long getMemory()
public long getStorage()
public long getStreams()
public long getConsumers()
public AccountLimits getLimits()
public java.lang.String getDomain()
public ApiStats getApi()
public java.util.Map<java.lang.String,AccountTier> getTiers()