Interface LoadManagerContext
- All Known Implementing Classes:
LoadManagerContextImpl
public interface LoadManagerContext
The filter and load balance context, use for delivering context between filter, scheduler and strategy.
-
Method Summary
Modifier and TypeMethodDescriptionThe broker configuration.Broker load data store, each component use the context to access the load data store.The broker register.Top bundle load data store.
-
Method Details
-
brokerConfiguration
ServiceConfiguration brokerConfiguration()The broker configuration. -
brokerLoadDataStore
LoadDataStore<BrokerLoadData> brokerLoadDataStore()Broker load data store, each component use the context to access the load data store. -
topBundleLoadDataStore
LoadDataStore<TopBundlesLoadData> topBundleLoadDataStore()Top bundle load data store. -
brokerRegistry
BrokerRegistry brokerRegistry()The broker register.
-