public class AccountTier
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getConsumers()
Number of active consumers in this tier.
|
AccountLimits |
getLimits()
The limits of this tier.
|
int |
getMemory()
Memory Storage being used for Stream Message storage in this tier.
|
int |
getStorage()
File Storage being used for Stream Message storage in this tier.
|
int |
getStreams()
Number of active streams in this tier.
|
public int getMemory()
public int getStorage()
public int getStreams()
public int getConsumers()
public AccountLimits getLimits()