Home
last modified time | relevance | path

Searched defs:GetAllAllocations (Results 1 – 10 of 10) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/client/state/
H A Dnoopdb.go21 func (n NoopDB) GetAllAllocations() ([]*structs.Allocation, map[string]error, error) { func
H A Dinterface.go24 GetAllAllocations() ([]*structs.Allocation, map[string]error, error) methodSpec
H A Derrdb.go26 func (m *ErrDB) GetAllAllocations() ([]*structs.Allocation, map[string]error, error) { func
H A Dmemdb.go56 func (m *MemDB) GetAllAllocations() ([]*structs.Allocation, map[string]error, error) { func
H A Dstate_database.go161 func (s *BoltStateDB) GetAllAllocations() ([]*structs.Allocation, map[string]error, error) { func
/dports/sysutils/nomad/nomad-1.1.0/client/state/
H A Dnoopdb.go22 func (n NoopDB) GetAllAllocations() ([]*structs.Allocation, map[string]error, error) { func
H A Derrdb.go27 func (m *ErrDB) GetAllAllocations() ([]*structs.Allocation, map[string]error, error) { func
H A Dinterface.go25 GetAllAllocations() ([]*structs.Allocation, map[string]error, error) methodSpec
H A Dmemdb.go64 func (m *MemDB) GetAllAllocations() ([]*structs.Allocation, map[string]error, error) { func
H A Dstate_database.go177 func (s *BoltStateDB) GetAllAllocations() ([]*structs.Allocation, map[string]error, error) { func