Documentation
¶
Index ¶
Constants ¶
View Source
const ( InsertingQueueDepth = "inserting_queue_depth" DroppedEventsFromDbFailCounter = "dropped_events_db_fail_count" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BatchInserter ¶
type BatchInserter struct {
// contains filtered or unexported fields
}
func NewBatchInserter ¶
func (*BatchInserter) Insert ¶
func (b *BatchInserter) Insert(record db.Record)
func (*BatchInserter) Start ¶
func (b *BatchInserter) Start()
func (*BatchInserter) Stop ¶
func (b *BatchInserter) Stop()
Click to show internal directories.
Click to hide internal directories.