public class StatData
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static StatData |
from(javax.management.openmbean.CompositeData cd)
For Internal use only, may be removed or deprecated in future.
|
long |
getByteRate()
Get the value for the rate of bytes per second.
|
long |
getMessageRate()
Get the value for the number of messages per second.
|
long |
getTotalBytes()
Get the value for the total size of messages.
|
long |
getTotalMessages()
Get the value for the total number of messages.
|
public long getTotalMessages()
public long getTotalBytes()
public long getMessageRate()
public long getByteRate()
public static StatData from(javax.management.openmbean.CompositeData cd)
java.lang.IllegalArgumentException
- if CompositeType does not match
or if a null CompositeData is passed.Copyright © Cloud Software Group, Inc. All rights reserved