Home
last modified time | relevance | path

Searched defs:Allocations (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/client/
H A Dalloc_endpoint.go23 type Allocations struct { struct
24 c *Client
34 …ons) GarbageCollectAll(args *nstructs.NodeSpecificRequest, reply *nstructs.GenericResponse) error {
49 …tions) GarbageCollect(args *nstructs.AllocSpecificRequest, reply *nstructs.GenericResponse) error {
73 …(a *Allocations) Signal(args *nstructs.AllocSignalRequest, reply *nstructs.GenericResponse) error {
92 … *Allocations) Restart(args *nstructs.AllocRestartRequest, reply *nstructs.GenericResponse) error {
111 …a *Allocations) Stats(args *cstructs.AllocStatsRequest, reply *cstructs.AllocStatsResponse) error {
142 func (a *Allocations) exec(conn io.ReadWriteCloser) {
160 … execImpl(encoder *codec.Encoder, decoder *codec.Decoder, execID string) (code *int64, err error) {
/dports/sysutils/nomad/nomad-1.1.0/client/
H A Dalloc_endpoint.go24 type Allocations struct { struct
25 c *Client
35 …ons) GarbageCollectAll(args *nstructs.NodeSpecificRequest, reply *nstructs.GenericResponse) error {
50 …tions) GarbageCollect(args *nstructs.AllocSpecificRequest, reply *nstructs.GenericResponse) error {
73 …(a *Allocations) Signal(args *nstructs.AllocSignalRequest, reply *nstructs.GenericResponse) error {
92 … *Allocations) Restart(args *nstructs.AllocRestartRequest, reply *nstructs.GenericResponse) error {
111 …a *Allocations) Stats(args *cstructs.AllocStatsRequest, reply *cstructs.AllocStatsResponse) error {
142 func (a *Allocations) exec(conn io.ReadWriteCloser) {
160 … execImpl(encoder *codec.Encoder, decoder *codec.Decoder, execID string) (code *int64, err error) {
/dports/sysutils/py-python-nomad/python-nomad-1.2.1/docs/api/
H A Dallocations.md1 ## Allocations section
3 ### List allocations
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/website/source/api/
H A Dallocations.html.md29 ### Parameters
36 ### Sample Request
48 ### Sample Response
H A Dnodes.html.md402 ### Parameters
408 ### Sample Request
415 ### Sample Response
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/vulkan_memory_allocator/tools/VmaDumpVis/
H A DSample.json4 "Allocations": 4, number
16 "Allocations": 4, number
27 "Allocations": 4, number
41 "Allocations": 0, number
50 "Allocations": 0, number
74 "Allocations": 4, number
93 "Allocations": 0, number
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/nomad/api/
H A Dallocations.go39 type Allocations struct { struct
40 client *Client
44 func (c *Client) Allocations() *Allocations { func
49 func (a *Allocations) List(q *QueryOptions) ([]*AllocationListStub, *QueryMeta, error) {
59 func (a *Allocations) PrefixList(prefix string) ([]*AllocationListStub, *QueryMeta, error) {
64 func (a *Allocations) Info(allocID string, q *QueryOptions) (*Allocation, *QueryMeta, error) {
86 func (a *Allocations) Exec(ctx context.Context,
293 func (a *Allocations) GC(alloc *Allocation, q *QueryOptions) error {
304 func (a *Allocations) Restart(alloc *Allocation, taskName string, q *QueryOptions) error {
314 func (a *Allocations) Stop(alloc *Allocation, q *QueryOptions) (*AllocStopResponse, error) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/api/
H A Dallocations.go39 type Allocations struct { struct
40 client *Client
44 func (c *Client) Allocations() *Allocations { func
49 func (a *Allocations) List(q *QueryOptions) ([]*AllocationListStub, *QueryMeta, error) {
59 func (a *Allocations) PrefixList(prefix string) ([]*AllocationListStub, *QueryMeta, error) {
64 func (a *Allocations) Info(allocID string, q *QueryOptions) (*Allocation, *QueryMeta, error) {
86 func (a *Allocations) Exec(ctx context.Context,
293 func (a *Allocations) GC(alloc *Allocation, q *QueryOptions) error {
304 func (a *Allocations) Restart(alloc *Allocation, taskName string, q *QueryOptions) error {
314 func (a *Allocations) Stop(alloc *Allocation, q *QueryOptions) (*AllocStopResponse, error) {
[all …]
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/nomad/api/
H A Dallocations.go38 type Allocations struct { struct
39 client *Client
43 func (c *Client) Allocations() *Allocations { func
48 func (a *Allocations) List(q *QueryOptions) ([]*AllocationListStub, *QueryMeta, error) {
58 func (a *Allocations) PrefixList(prefix string) ([]*AllocationListStub, *QueryMeta, error) {
63 func (a *Allocations) Info(allocID string, q *QueryOptions) (*Allocation, *QueryMeta, error) {
85 func (a *Allocations) Exec(ctx context.Context,
288 func (a *Allocations) GC(alloc *Allocation, q *QueryOptions) error {
294 func (a *Allocations) Restart(alloc *Allocation, taskName string, q *QueryOptions) error {
304 func (a *Allocations) Stop(alloc *Allocation, q *QueryOptions) (*AllocStopResponse, error) {
[all …]
/dports/sysutils/nomad/nomad-1.1.0/api/
H A Dallocations.go38 type Allocations struct { struct
39 client *Client
43 func (c *Client) Allocations() *Allocations { func
48 func (a *Allocations) List(q *QueryOptions) ([]*AllocationListStub, *QueryMeta, error) {
58 func (a *Allocations) PrefixList(prefix string) ([]*AllocationListStub, *QueryMeta, error) {
63 func (a *Allocations) Info(allocID string, q *QueryOptions) (*Allocation, *QueryMeta, error) {
85 func (a *Allocations) Exec(ctx context.Context,
288 func (a *Allocations) GC(alloc *Allocation, q *QueryOptions) error {
294 func (a *Allocations) Restart(alloc *Allocation, taskName string, q *QueryOptions) error {
304 func (a *Allocations) Stop(alloc *Allocation, q *QueryOptions) (*AllocStopResponse, error) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/nomad/api/
H A Dallocations.go16 type Allocations struct { struct
17 client *Client
21 func (c *Client) Allocations() *Allocations { func
26 func (a *Allocations) List(q *QueryOptions) ([]*AllocationListStub, *QueryMeta, error) {
36 func (a *Allocations) PrefixList(prefix string) ([]*AllocationListStub, *QueryMeta, error) {
41 func (a *Allocations) Info(allocID string, q *QueryOptions) (*Allocation, *QueryMeta, error) {
50 func (a *Allocations) Stats(alloc *Allocation, q *QueryOptions) (*AllocResourceUsage, error) {
57 func (a *Allocations) GC(alloc *Allocation, q *QueryOptions) error {
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/hashicorp/nomad/api/
H A Dallocations.go30 type Allocations struct { struct
31 client *Client
35 func (c *Client) Allocations() *Allocations { func
40 func (a *Allocations) List(q *QueryOptions) ([]*AllocationListStub, *QueryMeta, error) {
50 func (a *Allocations) PrefixList(prefix string) ([]*AllocationListStub, *QueryMeta, error) {
55 func (a *Allocations) Info(allocID string, q *QueryOptions) (*Allocation, *QueryMeta, error) {
64 func (a *Allocations) Stats(alloc *Allocation, q *QueryOptions) (*AllocResourceUsage, error) {
71 func (a *Allocations) GC(alloc *Allocation, q *QueryOptions) error {
82 func (a *Allocations) Restart(alloc *Allocation, taskName string, q *QueryOptions) error {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/nomad/api/
H A Dallocations.go30 type Allocations struct { struct
31 client *Client
35 func (c *Client) Allocations() *Allocations { func
40 func (a *Allocations) List(q *QueryOptions) ([]*AllocationListStub, *QueryMeta, error) {
50 func (a *Allocations) PrefixList(prefix string) ([]*AllocationListStub, *QueryMeta, error) {
55 func (a *Allocations) Info(allocID string, q *QueryOptions) (*Allocation, *QueryMeta, error) {
64 func (a *Allocations) Stats(alloc *Allocation, q *QueryOptions) (*AllocResourceUsage, error) {
71 func (a *Allocations) GC(alloc *Allocation, q *QueryOptions) error {
82 func (a *Allocations) Restart(alloc *Allocation, taskName string, q *QueryOptions) error {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/nomad/api/
H A Dallocations.go30 type Allocations struct { struct
31 client *Client
35 func (c *Client) Allocations() *Allocations { func
40 func (a *Allocations) List(q *QueryOptions) ([]*AllocationListStub, *QueryMeta, error) {
50 func (a *Allocations) PrefixList(prefix string) ([]*AllocationListStub, *QueryMeta, error) {
55 func (a *Allocations) Info(allocID string, q *QueryOptions) (*Allocation, *QueryMeta, error) {
64 func (a *Allocations) Stats(alloc *Allocation, q *QueryOptions) (*AllocResourceUsage, error) {
71 func (a *Allocations) GC(alloc *Allocation, q *QueryOptions) error {
82 func (a *Allocations) Restart(alloc *Allocation, taskName string, q *QueryOptions) error {
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/nomad/api/
H A Dallocations.go30 type Allocations struct { struct
31 client *Client
35 func (c *Client) Allocations() *Allocations { func
40 func (a *Allocations) List(q *QueryOptions) ([]*AllocationListStub, *QueryMeta, error) {
50 func (a *Allocations) PrefixList(prefix string) ([]*AllocationListStub, *QueryMeta, error) {
55 func (a *Allocations) Info(allocID string, q *QueryOptions) (*Allocation, *QueryMeta, error) {
64 func (a *Allocations) Stats(alloc *Allocation, q *QueryOptions) (*AllocResourceUsage, error) {
71 func (a *Allocations) GC(alloc *Allocation, q *QueryOptions) error {
82 func (a *Allocations) Restart(alloc *Allocation, taskName string, q *QueryOptions) error {
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/hashicorp/nomad/api/
H A Dallocations.go30 type Allocations struct { struct
31 client *Client
35 func (c *Client) Allocations() *Allocations { func
40 func (a *Allocations) List(q *QueryOptions) ([]*AllocationListStub, *QueryMeta, error) {
50 func (a *Allocations) PrefixList(prefix string) ([]*AllocationListStub, *QueryMeta, error) {
55 func (a *Allocations) Info(allocID string, q *QueryOptions) (*Allocation, *QueryMeta, error) {
64 func (a *Allocations) Stats(alloc *Allocation, q *QueryOptions) (*AllocResourceUsage, error) {
71 func (a *Allocations) GC(alloc *Allocation, q *QueryOptions) error {
82 func (a *Allocations) Restart(alloc *Allocation, taskName string, q *QueryOptions) error {
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/hashicorp/nomad/api/
H A Dallocations.go30 type Allocations struct { struct
31 client *Client
35 func (c *Client) Allocations() *Allocations { func
40 func (a *Allocations) List(q *QueryOptions) ([]*AllocationListStub, *QueryMeta, error) {
50 func (a *Allocations) PrefixList(prefix string) ([]*AllocationListStub, *QueryMeta, error) {
55 func (a *Allocations) Info(allocID string, q *QueryOptions) (*Allocation, *QueryMeta, error) {
64 func (a *Allocations) Stats(alloc *Allocation, q *QueryOptions) (*AllocResourceUsage, error) {
71 func (a *Allocations) GC(alloc *Allocation, q *QueryOptions) error {
82 func (a *Allocations) Restart(alloc *Allocation, taskName string, q *QueryOptions) error {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/hashicorp/nomad/api/
H A Dallocations.go30 type Allocations struct { struct
31 client *Client
35 func (c *Client) Allocations() *Allocations { func
40 func (a *Allocations) List(q *QueryOptions) ([]*AllocationListStub, *QueryMeta, error) {
50 func (a *Allocations) PrefixList(prefix string) ([]*AllocationListStub, *QueryMeta, error) {
55 func (a *Allocations) Info(allocID string, q *QueryOptions) (*Allocation, *QueryMeta, error) {
64 func (a *Allocations) Stats(alloc *Allocation, q *QueryOptions) (*AllocResourceUsage, error) {
71 func (a *Allocations) GC(alloc *Allocation, q *QueryOptions) error {
82 func (a *Allocations) Restart(alloc *Allocation, taskName string, q *QueryOptions) error {
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/hashicorp/nomad/api/
H A Dallocations.go30 type Allocations struct { struct
31 client *Client
35 func (c *Client) Allocations() *Allocations { func
40 func (a *Allocations) List(q *QueryOptions) ([]*AllocationListStub, *QueryMeta, error) {
50 func (a *Allocations) PrefixList(prefix string) ([]*AllocationListStub, *QueryMeta, error) {
55 func (a *Allocations) Info(allocID string, q *QueryOptions) (*Allocation, *QueryMeta, error) {
64 func (a *Allocations) Stats(alloc *Allocation, q *QueryOptions) (*AllocResourceUsage, error) {
71 func (a *Allocations) GC(alloc *Allocation, q *QueryOptions) error {
82 func (a *Allocations) Restart(alloc *Allocation, taskName string, q *QueryOptions) error {
/dports/www/firefox/firefox-99.0/devtools/docs/user/performance/allocations/
H A Dindex.rst2 Allocations chapter
/dports/devel/heaptrack/heaptrack-1.3.0/src/analyze/gui/
H A Dtopproxy.h22 Allocations, enumerator
/dports/math/vtk9/VTK-9.1.0/Filters/Sources/
H A DvtkPartitionedDataSetSource.h106 std::map<int, int> Allocations; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.h63 AllocationsMap Allocations; variable
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/include/de/graphics/
H A Datlas.h117 typedef QHash<Id, Rectanglei> Allocations; typedef
/dports/lang/spidermonkey78/firefox-78.9.0/tools/profiler/core/
H A Dplatform.h99 Allocations = 0x4, enumerator

12345678910>>...14