Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type StoreQueues ¶
type StoreQueues struct {
// contains filtered or unexported fields
}
func NewStoreQueues ¶
func NewStoreQueues(num int) *StoreQueues
func (*StoreQueues) Get ¶
func (s *StoreQueues) Get(index int) *lane.Deque
func (*StoreQueues) Set ¶
func (s *StoreQueues) Set(index int, value interface{})
type StoreWorker ¶
type StoreWorker struct {
// contains filtered or unexported fields
}
func NewDelayer ¶
func NewDelayer(conf *Config, batchConf client.BatchPointsConfig, client client.Client) *StoreWorker
func (*StoreWorker) AsyncStoreSharePoint ¶
func (s *StoreWorker) AsyncStoreSharePoint(point *client.Point) error
func (*StoreWorker) Init ¶
func (s *StoreWorker) Init() error
func (*StoreWorker) Loop ¶
func (s *StoreWorker) Loop() error
func (*StoreWorker) Stop ¶
func (s *StoreWorker) Stop()
func (*StoreWorker) SyncStoreSharePoint ¶
func (s *StoreWorker) SyncStoreSharePoint(point *client.Point) error
Click to show internal directories.
Click to hide internal directories.