Documentation ¶
Index ¶
Constants ¶
View Source
const NOSHARD = ""
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopyState ¶
type CopyState struct {
RoutingState
}
type DDLState ¶
type DDLState struct {
RoutingState
}
type MultiMatchState ¶
type MultiMatchState struct { RoutingState DistributedPlan plan.Plan }
type RandomMatchState ¶
type RandomMatchState struct {
RoutingState
}
type ReferenceRelationState ¶
type ReferenceRelationState struct {
RoutingState
}
type RoutingState ¶
type RoutingState interface {
// contains filtered or unexported methods
}
type ShardMatchState ¶
type ShardMatchState struct { RoutingState Route *DataShardRoute TargetSessionAttrs string }
type SkipRoutingState ¶
type SkipRoutingState struct {
RoutingState
}
type WorldRouteState ¶
type WorldRouteState struct {
RoutingState
}
Click to show internal directories.
Click to hide internal directories.