Documentation ¶
Overview ¶
COPYRIGHT Fujitsu Software Technologies Limited 2018 All Rights Reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ArchivedBlockfileSizeOpts = metrics.GaugeOpts{ Namespace: "blockarchive", Subsystem: "", Name: "archived_size", Help: "Total size of archived blockfiles.", LabelNames: []string{"channel"}, } )
View Source
var BlockStorePath string
View Source
var BlockVaultDir string
View Source
var BlockVaultURL string
View Source
var IsArchiver bool
View Source
var IsClient bool
View Source
var NumBlockfileEachArchiving int
View Source
var NumKeepLatestBlocks int
Functions ¶
This section is empty.
Types ¶
type ArchiverMessage ¶
type BlockVaultStats ¶
type BlockVaultStats struct {
// contains filtered or unexported fields
}
var ArchiverStats *BlockVaultStats
func NewBlockVaultStats ¶
func NewBlockVaultStats(metricsProvider metrics.Provider) *BlockVaultStats
func (*BlockVaultStats) LedgerStats ¶
func (s *BlockVaultStats) LedgerStats(ledgerid string) *ledgerStats
Click to show internal directories.
Click to hide internal directories.