Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Partition ¶
type Partition interface {
// Insertion
InsertRows([]Row) error
// Metadata
ReadOnly() bool
Filename() string
MinTimestamp() int64
MaxTimestamp() int64
// Metrics metadata
Sources() []string
Metrics(source string) []string
HasSource(source string) bool
HasMetric(source, metric string) bool
// Management
SetReadOnly()
Close() error
Destroy() error
// Opaque locking
Hold()
Release()
ExclusiveHold()
ExclusiveRelease()
// Iterator
NewIterator(source string, metric string) (Iterator, error)
}
Click to show internal directories.
Click to hide internal directories.