1 Star 0 Fork 0

窦春荣/pulsar-admin-go

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
model_persistent_topic_internal_stats.go 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
douchunrong 提交于 2021-09-18 16:07 +08:00 . feat: update mod
/*
* Pulsar Admin REST API
*
* This provides the REST API for admin operations
*
* API version: v2
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
package pulsar_admin
type PersistentTopicInternalStats struct {
EntriesAddedCounter int64 `json:"entriesAddedCounter,omitempty"`
NumberOfEntries int64 `json:"numberOfEntries,omitempty"`
TotalSize int64 `json:"totalSize,omitempty"`
CurrentLedgerEntries int64 `json:"currentLedgerEntries,omitempty"`
CurrentLedgerSize int64 `json:"currentLedgerSize,omitempty"`
LastLedgerCreatedTimestamp string `json:"lastLedgerCreatedTimestamp,omitempty"`
LastLedgerCreationFailureTimestamp string `json:"lastLedgerCreationFailureTimestamp,omitempty"`
WaitingCursorsCount int32 `json:"waitingCursorsCount,omitempty"`
PendingAddEntriesCount int32 `json:"pendingAddEntriesCount,omitempty"`
LastConfirmedEntry string `json:"lastConfirmedEntry,omitempty"`
State string `json:"state,omitempty"`
Ledgers []LedgerInfo `json:"ledgers,omitempty"`
Cursors map[string]CursorStats `json:"cursors,omitempty"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/douchunrong/pulsar-admin-go.git
git@gitee.com:douchunrong/pulsar-admin-go.git
douchunrong
pulsar-admin-go
pulsar-admin-go
8dc8e08f1d52

搜索帮助