Package com.c8db.entity
Class C8StreamBacklogEntity
- java.lang.Object
-
- com.c8db.entity.C8StreamBacklogEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classC8StreamBacklogEntity.CursorDetailsstatic classC8StreamBacklogEntity.LedgerDetails
-
Constructor Summary
Constructors Constructor Description C8StreamBacklogEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBrokerName()C8StreamBacklogEntity.CursorDetailsgetCursorDetails()List<C8StreamBacklogEntity.LedgerDetails>getDataLedgerDetails()IntegergetMessageBacklog()LonggetStatGeneratedAt()LonggetStorageSize()StringgetTopicName()IntegergetTotalMessages()
-
-
-
Method Detail
-
getStorageSize
public Long getStorageSize()
-
getTotalMessages
public Integer getTotalMessages()
-
getBrokerName
public String getBrokerName()
-
getTopicName
public String getTopicName()
-
getStatGeneratedAt
public Long getStatGeneratedAt()
-
getCursorDetails
public C8StreamBacklogEntity.CursorDetails getCursorDetails()
-
getDataLedgerDetails
public List<C8StreamBacklogEntity.LedgerDetails> getDataLedgerDetails()
-
getMessageBacklog
public Integer getMessageBacklog()
-
-