follow

package
v8.4.0 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2022 License: Apache-2.0 Imports: 10 Imported by: 4

Documentation

Overview

Creates a new follower index configured to follow the referenced leader index.

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 Follow

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

func New

Creates a new follower index configured to follow the referenced leader index.

https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/ccr-put-follow.html

func (Follow) Do

func (r Follow) Do(ctx context.Context) (*http.Response, error)

Do runs the http.Request through the provided transport.

func (*Follow) Header

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

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

func (*Follow) HttpRequest

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

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

func (*Follow) Index

func (r *Follow) Index(v string) *Follow

Index The name of the follower index API Name: index

func (*Follow) Raw

func (r *Follow) Raw(raw json.RawMessage) *Follow

Raw takes a json payload as input which is then passed to the http.Request If specified Raw takes precedence on Request method.

func (*Follow) Request

func (r *Follow) Request(req *Request) *Follow

Request allows to set the request property with the appropriate payload.

func (*Follow) WaitForActiveShards

func (r *Follow) WaitForActiveShards(value string) *Follow

WaitForActiveShards Sets the number of shard copies that must be active before returning. Defaults to 0. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1) API name: wait_for_active_shards

type NewFollow

type NewFollow func(index string) *Follow

NewFollow type alias for index.

func NewFollowFunc

func NewFollowFunc(tp elastictransport.Interface) NewFollow

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

type Request

type Request struct {
	LeaderIndex *types.IndexName `json:"leader_index,omitempty"`

	MaxOutstandingReadRequests *int64 `json:"max_outstanding_read_requests,omitempty"`

	MaxOutstandingWriteRequests *int64 `json:"max_outstanding_write_requests,omitempty"`

	MaxReadRequestOperationCount *int64 `json:"max_read_request_operation_count,omitempty"`

	MaxReadRequestSize *string `json:"max_read_request_size,omitempty"`

	MaxRetryDelay *types.Duration `json:"max_retry_delay,omitempty"`

	MaxWriteBufferCount *int64 `json:"max_write_buffer_count,omitempty"`

	MaxWriteBufferSize *string `json:"max_write_buffer_size,omitempty"`

	MaxWriteRequestOperationCount *int64 `json:"max_write_request_operation_count,omitempty"`

	MaxWriteRequestSize *string `json:"max_write_request_size,omitempty"`

	ReadPollTimeout *types.Duration `json:"read_poll_timeout,omitempty"`

	RemoteCluster *string `json:"remote_cluster,omitempty"`
}

Request holds the request body struct for the package follow

https://github.com/elastic/elasticsearch-specification/blob/4316fc1aa18bb04678b156f23b22c9d3f996f9c9/specification/ccr/follow/CreateFollowIndexRequest.ts#L25-L52

type RequestBuilder

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

RequestBuilder is the builder API for the follow.Request

func NewRequestBuilder

func NewRequestBuilder() *RequestBuilder

NewRequest returns a RequestBuilder which can be chained and built to retrieve a RequestBuilder

func (*RequestBuilder) Build

func (rb *RequestBuilder) Build() *Request

Build finalize the chain and returns the Request struct.

func (*RequestBuilder) FromJSON

func (rb *RequestBuilder) FromJSON(data string) (*Request, error)

FromJSON allows to load an arbitrary json into the request structure

func (*RequestBuilder) LeaderIndex

func (rb *RequestBuilder) LeaderIndex(leaderindex types.IndexName) *RequestBuilder

func (*RequestBuilder) MaxOutstandingReadRequests

func (rb *RequestBuilder) MaxOutstandingReadRequests(maxoutstandingreadrequests int64) *RequestBuilder

func (*RequestBuilder) MaxOutstandingWriteRequests

func (rb *RequestBuilder) MaxOutstandingWriteRequests(maxoutstandingwriterequests int64) *RequestBuilder

func (*RequestBuilder) MaxReadRequestOperationCount

func (rb *RequestBuilder) MaxReadRequestOperationCount(maxreadrequestoperationcount int64) *RequestBuilder

func (*RequestBuilder) MaxReadRequestSize

func (rb *RequestBuilder) MaxReadRequestSize(maxreadrequestsize string) *RequestBuilder

func (*RequestBuilder) MaxRetryDelay

func (rb *RequestBuilder) MaxRetryDelay(maxretrydelay *types.DurationBuilder) *RequestBuilder

func (*RequestBuilder) MaxWriteBufferCount

func (rb *RequestBuilder) MaxWriteBufferCount(maxwritebuffercount int64) *RequestBuilder

func (*RequestBuilder) MaxWriteBufferSize

func (rb *RequestBuilder) MaxWriteBufferSize(maxwritebuffersize string) *RequestBuilder

func (*RequestBuilder) MaxWriteRequestOperationCount

func (rb *RequestBuilder) MaxWriteRequestOperationCount(maxwriterequestoperationcount int64) *RequestBuilder

func (*RequestBuilder) MaxWriteRequestSize

func (rb *RequestBuilder) MaxWriteRequestSize(maxwriterequestsize string) *RequestBuilder

func (*RequestBuilder) ReadPollTimeout

func (rb *RequestBuilder) ReadPollTimeout(readpolltimeout *types.DurationBuilder) *RequestBuilder

func (*RequestBuilder) RemoteCluster

func (rb *RequestBuilder) RemoteCluster(remotecluster string) *RequestBuilder

Jump to

Keyboard shortcuts

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