Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector interface {
Start(ctx context.Context)
UpdateSpaceUsage()
SetCounter(ObjectCounter)
SetIterator(iter meta2.Iterator)
UpdateContainer(cid refs.CID, size uint64, op SpaceOp)
}
Collector is an interface of the metrics collector.
type CounterSetter ¶
type CounterSetter interface {
SetCounter(ObjectCounter)
}
CounterSetter is an interface of ObjectCounter container.
type ObjectCounter ¶
ObjectCounter is an interface of object number storage.
Click to show internal directories.
Click to hide internal directories.