public class AccountTier
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getConsumers()
Number of active consumers in this tier.
|
@NonNull AccountLimits |
getLimits()
The limits of this tier.
|
int |
getMemory()
Deprecated.
use getMemoryBytes instead
Memory Storage being used for Stream Message storage in this tier.
|
long |
getMemoryBytes()
Memory Storage being used for Stream Message storage in this tier.
|
long |
getReservedMemory()
Bytes that is reserved for memory usage by this account on the server
|
long |
getReservedMemoryBytes()
Bytes that is reserved for memory usage by this account on the server
|
long |
getReservedStorage()
Bytes that is reserved for disk usage by this account on the server
|
long |
getReservedStorageBytes()
Bytes that is reserved for disk usage by this account on the server
|
int |
getStorage()
Deprecated.
use getStorageBytes instead
File Storage being used for Stream Message storage in this tier.
|
long |
getStorageBytes()
File Storage being used for Stream Message storage in this tier.
|
int |
getStreams()
Number of active streams in this tier.
|
public long getMemoryBytes()
public long getStorageBytes()
public long getReservedMemory()
public long getReservedStorage()
public long getReservedMemoryBytes()
public long getReservedStorageBytes()
public int getStreams()
public int getConsumers()
public @NonNull AccountLimits getLimits()
@Deprecated public int getMemory()
@Deprecated public int getStorage()