Documentation ¶
Index ¶
- Constants
- type PruneStatus
- type Registry
- type RouteRegistry
- func (r *RouteRegistry) Lookup(uri route.Uri) *route.EndpointPool
- func (r *RouteRegistry) LookupWithInstance(uri route.Uri, appID string, appIndex string) *route.EndpointPool
- func (r *RouteRegistry) MSSinceLastUpdate() int64
- func (r *RouteRegistry) MarshalJSON() ([]byte, error)
- func (r *RouteRegistry) NumEndpoints() int
- func (registry *RouteRegistry) NumUris() int
- func (r *RouteRegistry) Register(uri route.Uri, endpoint *route.Endpoint)
- func (r *RouteRegistry) SetTimeOfLastUpdate(t time.Time)
- func (r *RouteRegistry) StartPruningCycle()
- func (r *RouteRegistry) StopPruningCycle()
- func (r *RouteRegistry) SuspendPruning(f func() bool)
- func (r *RouteRegistry) TimeOfLastUpdate() time.Time
- func (r *RouteRegistry) Unregister(uri route.Uri, endpoint *route.Endpoint)
Constants ¶
View Source
const ( CONNECTED = PruneStatus(iota) DISCONNECTED )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PruneStatus ¶
type PruneStatus int
type RouteRegistry ¶
type RouteRegistry struct { sync.RWMutex EmptyPoolTimeout time.Duration EmptyPoolResponseCode503 bool DefaultLoadBalancingAlgorithm string // contains filtered or unexported fields }
func NewRouteRegistry ¶
func NewRouteRegistry(logger *slog.Logger, c *config.Config, reporter metrics.RouteRegistryReporter) *RouteRegistry
func (*RouteRegistry) Lookup ¶
func (r *RouteRegistry) Lookup(uri route.Uri) *route.EndpointPool
func (*RouteRegistry) LookupWithInstance ¶
func (r *RouteRegistry) LookupWithInstance(uri route.Uri, appID string, appIndex string) *route.EndpointPool
func (*RouteRegistry) MSSinceLastUpdate ¶
func (r *RouteRegistry) MSSinceLastUpdate() int64
func (*RouteRegistry) MarshalJSON ¶
func (r *RouteRegistry) MarshalJSON() ([]byte, error)
func (*RouteRegistry) NumEndpoints ¶
func (r *RouteRegistry) NumEndpoints() int
func (*RouteRegistry) NumUris ¶
func (registry *RouteRegistry) NumUris() int
func (*RouteRegistry) Register ¶
func (r *RouteRegistry) Register(uri route.Uri, endpoint *route.Endpoint)
func (*RouteRegistry) SetTimeOfLastUpdate ¶
func (r *RouteRegistry) SetTimeOfLastUpdate(t time.Time)
func (*RouteRegistry) StartPruningCycle ¶
func (r *RouteRegistry) StartPruningCycle()
func (*RouteRegistry) StopPruningCycle ¶
func (r *RouteRegistry) StopPruningCycle()
func (*RouteRegistry) SuspendPruning ¶
func (r *RouteRegistry) SuspendPruning(f func() bool)
func (*RouteRegistry) TimeOfLastUpdate ¶
func (r *RouteRegistry) TimeOfLastUpdate() time.Time
func (*RouteRegistry) Unregister ¶
func (r *RouteRegistry) Unregister(uri route.Uri, endpoint *route.Endpoint)
Click to show internal directories.
Click to hide internal directories.