public class AccountStatistics extends ApiResponse<AccountStatistics>
json, NO_TYPE| Constructor and Description |
|---|
AccountStatistics(Message msg) |
| Modifier and Type | Method and Description |
|---|---|
long |
getConsumers()
Gets the number of consumers used by the JetStream deployment.
|
long |
getMemory()
Gets the amount of memory used by the JetStream deployment.
|
long |
getStorage()
Gets the amount of storage used by the JetStream deployment.
|
long |
getStreams()
Gets the number of streams used by the JetStream deployment.
|
java.lang.String |
toString() |
getDescription, getError, getErrorCode, getType, hasError, throwOnHasErrorpublic AccountStatistics(Message msg)
public long getMemory()
public long getStorage()
public long getStreams()
public long getConsumers()
public java.lang.String toString()
toString in class java.lang.Object