Package | Description |
---|---|
com.bigdata.service |
This package provides implementations of bigdata services (metadata
service, data service, transaction manager service.
|
Modifier and Type | Field and Description |
---|---|
protected ConcurrentHashMap<String,HostScore> |
LoadBalancerService.activeHosts
The active hosts (one or more services).
|
Modifier and Type | Method and Description |
---|---|
protected HostScore |
LoadBalancerService.UpdateTask.computeScore(String hostname,
ICounterSet hostCounterSet)
Compute the score for a host.
|
Modifier and Type | Method and Description |
---|---|
int |
HostScore.compareTo(HostScore arg0)
Places elements into order by ascending
rawScore (aka
increasing utilization). |
protected ServiceScore |
LoadBalancerService.UpdateTask.computeScore(HostScore hostScore,
UUID serviceUUID,
ICounterSet hostCounterSet,
ICounterSet serviceCounterSet)
Compute the score for a service.
|
protected void |
LoadBalancerService.setHostScores(HostScore[] a)
Normalizes the
ServiceScore s and set them in place. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.