Package com.c8db.entity
Class C8StreamStatisticsEntity
- java.lang.Object
-
- com.c8db.entity.C8StreamStatisticsEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classC8StreamStatisticsEntity.Publisher
-
Constructor Summary
Constructors Constructor Description C8StreamStatisticsEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetAverageMsgSize()DoublegetMsgRateIn()DoublegetMsgRateOut()DoublegetMsgThroughputIn()List<C8StreamStatisticsEntity.Publisher>getPublishers()Map<String,Object>getReplication()LonggetStorageSize()
-
-
-
Method Detail
-
getMsgRateIn
public Double getMsgRateIn()
-
getMsgThroughputIn
public Double getMsgThroughputIn()
-
getMsgRateOut
public Double getMsgRateOut()
-
getAverageMsgSize
public Double getAverageMsgSize()
-
getStorageSize
public Long getStorageSize()
-
getPublishers
public List<C8StreamStatisticsEntity.Publisher> getPublishers()
-
-