Documentation
¶
Overview ¶
Package shardroutingstate https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/indices/stats/types.ts#L157-L162
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( UNASSIGNED = ShardRoutingState{"UNASSIGNED"} INITIALIZING = ShardRoutingState{"INITIALIZING"} STARTED = ShardRoutingState{"STARTED"} RELOCATING = ShardRoutingState{"RELOCATING"} )
Functions ¶
This section is empty.
Types ¶
type ShardRoutingState ¶
type ShardRoutingState struct {
// contains filtered or unexported fields
}
func (ShardRoutingState) MarshalText ¶
func (s ShardRoutingState) MarshalText() (text []byte, err error)
func (ShardRoutingState) String ¶
func (s ShardRoutingState) String() string
func (*ShardRoutingState) UnmarshalText ¶
func (s *ShardRoutingState) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.