Package ome.services.blitz.redirect
-
Interface Summary Interface Description Redirector Strategy interface for helping aRing
instance decide whether to redirectSessionPrx
creation to anotherSessionManagerI
instance.Redirector.Context Interface implemented by Ring instances to allow passing in the context necessary for making strategy decisions. -
Class Summary Class Description AbstractRedirector BaseRedirector
ConfigRedirector Redirector
implementation which uses theREDIRECT
config key viaLocalConfig
to know whichNode
is currently active.NullRedirector Redirector
implementation to effectively disable redirects.ScaleRedirector Planned implementation (NYI): will use the "Node.scale" column to randomly choose a target.