Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { CacheFlushInterval xtime.Duration `tome:"cacheFlushInterval"` WriteBuffer int `tome:"writeBuffer"` Storage string `tome:"storage"` StorageMaxMB int `tome:"storageMaxMB"` FileBytes int `tome:"fileBytes"` Suffix string `tome:"suffix"` ReadBuffer int `tome:"readBuffer"` Index string `tome:"index"` }
func (*Config) ConfigValidate ¶
type FileCache ¶
type FileCache struct {
// contains filtered or unexported fields
}
func NewFileCache ¶
func (*FileCache) ReadFromCache ¶
func (f *FileCache) ReadFromCache() (e *event.ProcessorEvent)
func (*FileCache) WriteToCache ¶
func (f *FileCache) WriteToCache(e *event.ProcessorEvent)
Click to show internal directories.
Click to hide internal directories.