Documentation ¶
Overview ¶
Package indexroutingrebalanceoptions
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( All = IndexRoutingRebalanceOptions{"all"} Primaries = IndexRoutingRebalanceOptions{"primaries"} Replicas = IndexRoutingRebalanceOptions{"replicas"} None = IndexRoutingRebalanceOptions{"none"} )
Functions ¶
This section is empty.
Types ¶
type IndexRoutingRebalanceOptions ¶
type IndexRoutingRebalanceOptions struct {
Name string
}
func (IndexRoutingRebalanceOptions) MarshalText ¶
func (i IndexRoutingRebalanceOptions) MarshalText() (text []byte, err error)
func (IndexRoutingRebalanceOptions) String ¶
func (i IndexRoutingRebalanceOptions) String() string
func (*IndexRoutingRebalanceOptions) UnmarshalText ¶
func (i *IndexRoutingRebalanceOptions) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.