Documentation
¶
Overview ¶
Package allocationexplaindecision https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/cluster/allocation_explain/types.ts#L32-L37
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NO = AllocationExplainDecision{"NO"} YES = AllocationExplainDecision{"YES"} THROTTLE = AllocationExplainDecision{"THROTTLE"} ALWAYS = AllocationExplainDecision{"ALWAYS"} )
Functions ¶
This section is empty.
Types ¶
type AllocationExplainDecision ¶
type AllocationExplainDecision struct {
// contains filtered or unexported fields
}
func (AllocationExplainDecision) MarshalText ¶
func (a AllocationExplainDecision) MarshalText() (text []byte, err error)
func (AllocationExplainDecision) String ¶
func (a AllocationExplainDecision) String() string
func (*AllocationExplainDecision) UnmarshalText ¶
func (a *AllocationExplainDecision) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.