Versions in this module Expand all Collapse all v0 v0.1.0 Apr 20, 2015 Changes in this version + const Magic + type DiskPartition struct + func OpenDiskPartition(filename string) (*DiskPartition, error) + func (p *DiskPartition) Close() error + func (p *DiskPartition) Destroy() error + func (p *DiskPartition) ExclusiveHold() + func (p *DiskPartition) ExclusiveRelease() + func (p *DiskPartition) Filename() string + func (p *DiskPartition) HasMetric(source, metric string) bool + func (p *DiskPartition) HasSource(source string) bool + func (p *DiskPartition) Hold() + func (p *DiskPartition) InsertRows(rows []partition.Row) error + func (p *DiskPartition) MaxTimestamp() int64 + func (p *DiskPartition) Metrics(source string) []string + func (p *DiskPartition) MinTimestamp() int64 + func (p *DiskPartition) NewIterator(sourceName string, metricName string) (partition.Iterator, error) + func (p *DiskPartition) ReadOnly() bool + func (p *DiskPartition) Release() + func (p *DiskPartition) SetReadOnly() + func (p *DiskPartition) Sources() []string