getmemorystats

package
v8.0.0-...-8970b63 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Returns information on how ML is using memory.

Index

Constants

This section is empty.

Variables

View Source
var ErrBuildPath = errors.New("cannot build path, check for missing path parameters")

ErrBuildPath is returned in case of missing parameters within the build of the request.

Functions

This section is empty.

Types

type GetMemoryStats

type GetMemoryStats struct {
	// contains filtered or unexported fields
}

func (GetMemoryStats) Do

Do runs the request through the transport, handle the response and returns a getmemorystats.Response

func (*GetMemoryStats) Header

func (r *GetMemoryStats) Header(key, value string) *GetMemoryStats

Header set a key, value pair in the GetMemoryStats headers map.

func (*GetMemoryStats) HttpRequest

func (r *GetMemoryStats) HttpRequest(ctx context.Context) (*http.Request, error)

HttpRequest returns the http.Request object built from the given parameters.

func (*GetMemoryStats) Human

func (r *GetMemoryStats) Human(b bool) *GetMemoryStats

Human Specify this query parameter to include the fields with units in the response. Otherwise only the `_in_bytes` sizes are returned in the response. API name: human

func (GetMemoryStats) IsSuccess

func (r GetMemoryStats) IsSuccess(ctx context.Context) (bool, error)

IsSuccess allows to run a query with a context and retrieve the result as a boolean. This only exists for endpoints without a request payload and allows for quick control flow.

func (*GetMemoryStats) MasterTimeout

func (r *GetMemoryStats) MasterTimeout(v string) *GetMemoryStats

MasterTimeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. API name: master_timeout

func (*GetMemoryStats) NodeId

func (r *GetMemoryStats) NodeId(v string) *GetMemoryStats

NodeId The names of particular nodes in the cluster to target. For example, `nodeId1,nodeId2` or `ml:true` API Name: nodeid

func (GetMemoryStats) Perform

func (r GetMemoryStats) Perform(ctx context.Context) (*http.Response, error)

Perform runs the http.Request through the provided transport and returns an http.Response.

func (*GetMemoryStats) Timeout

func (r *GetMemoryStats) Timeout(v string) *GetMemoryStats

Timeout Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error. API name: timeout

type NewGetMemoryStats

type NewGetMemoryStats func() *GetMemoryStats

NewGetMemoryStats type alias for index.

func NewGetMemoryStatsFunc

func NewGetMemoryStatsFunc(tp elastictransport.Interface) NewGetMemoryStats

NewGetMemoryStatsFunc returns a new instance of GetMemoryStats with the provided transport. Used in the index of the library this allows to retrieve every apis in once place.

type Response

type Response struct {
	ClusterName string                  `json:"cluster_name"`
	NodeStats   types.NodeStatistics    `json:"_nodes"`
	Nodes       map[string]types.Memory `json:"nodes"`
}

func NewResponse

func NewResponse() *Response

NewResponse returns a Response

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL