Package | Description |
---|---|
com.bigdata.rdf.sail.webapp.lbs | |
com.bigdata.rdf.sail.webapp.lbs.policy.counters | |
com.bigdata.rdf.sail.webapp.lbs.policy.ganglia |
Modifier and Type | Class and Description |
---|---|
class |
NOPHostScoringRule
Returns ONE for each host (all hosts appear to have an equal workload).
|
Modifier and Type | Method and Description |
---|---|
protected abstract Map<String,IHostMetrics> |
AbstractHostLBSPolicy.getHostReportForKnownServices(IHostScoringRule scoringRule,
ServiceScore[] serviceScores)
Return a map from the known canonical hostnames (as self-reported by the
services) of the joined services to the
IHostMetrics s for those
hosts. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHostScoringRule
Best effort computation of a workload score based on CPU Utilization and IO
Wait defined as follows:
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,IHostMetrics> |
CountersLBSPolicy.getHostReportForKnownServices(IHostScoringRule scoringRule,
ServiceScore[] serviceScores)
Return a map from the known canonical hostnames (as self-reported by the
services) of the joined services to the
IHostMetrics s for those
hosts. |
Modifier and Type | Class and Description |
---|---|
class |
LoadOneHostScoringRule
This
IHostScoringRule uses load_one to score and rank
the hosts. |
Modifier and Type | Method and Description |
---|---|
protected Map<String,IHostMetrics> |
GangliaLBSPolicy.getHostReportForKnownServices(IHostScoringRule scoringRule,
ServiceScore[] serviceScores)
Return a map from the known canonical hostnames (as self-reported by the
services) of the joined services to the
IHostMetrics s for those
hosts. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.