getmemorystats

package
v8.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2023 License: Apache-2.0 Imports: 11 Imported by: 4

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 http.Request through the provided transport.

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(value 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) Timeout

func (r *GetMemoryStats) Timeout(value 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.

Jump to

Keyboard shortcuts

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