Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Key = []byte("index")
Functions ¶
This section is empty.
Types ¶
type PrimaryIndex ¶
type PrimaryIndex struct {
// contains filtered or unexported fields
}
func LoadPrimaryIndex ¶
func LoadPrimaryIndex(o *v1.PrimaryIndex, storage db.Storage) *PrimaryIndex
func NewPrimary ¶
func NewPrimary(store db.Storage) (idx *PrimaryIndex, err error)
func (*PrimaryIndex) FindGranules ¶
func (p *PrimaryIndex) FindGranules(resource string, start, end int64) []string
Click to show internal directories.
Click to hide internal directories.