package
2.7.11
Repository: https://github.com/influxdata/influxdb.git
Documentation: pkg.go.dev

# Functions

NewQueue create a Queue that will store segments in dir and that will consume no more than maxSize on disk.

# Constants

MaxWritesPending is the number of writes that can be pending at any given time.

# Variables

Possible errors returned by a queue.
Possible errors returned by a queue.
Possible errors returned by a queue.
Possible errors returned by a queue.

# Structs

Queue is a bounded, disk-backed, append-only type that combines Queue and log semantics.
SharedCount manages an integer value, which can be read/written concurrently.

# Interfaces