Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stats ¶
type Stats struct { NanFiltered uint64 InfFiltered uint64 FieldsFiltered uint64 PointsWritten uint64 PointsRead uint64 TsmFilesCreated uint64 TsmBytesWritten uint64 CompletedShards uint64 TotalTime time.Duration }
Stats are the statistics captured while converting non-TSM shards to TSM
func (*Stats) AddPointsRead ¶
func (*Stats) AddPointsWritten ¶
func (*Stats) AddTSMBytes ¶
func (*Stats) IncrFiltered ¶
func (s *Stats) IncrFiltered()
func (*Stats) IncrTSMFileCount ¶
func (s *Stats) IncrTSMFileCount()
Click to show internal directories.
Click to hide internal directories.