Documentation ¶
Overview ¶
Package shardroutingstate
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 {
Name string
}
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.