Package | Description |
---|---|
com.bigdata.resources |
This package provides the logic to managed the live journal and the
historical journals and index segments for a
DataService . |
com.bigdata.service |
This package provides implementations of bigdata services (metadata
service, data service, transaction manager service.
|
Modifier and Type | Method and Description |
---|---|
ILoadBalancerService |
AbstractResourceManagerTestCase.MockFederation.getLoadBalancerService() |
protected ILoadBalancerService |
AsynchronousOverflowTask.getLoadBalancerService()
Return the
ILoadBalancerService if it can be discovered. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
CompactingMergeTask.shouldMove(ILoadBalancerService loadBalancerService)
Figure out if this data service is considered to be highly utilized, in
which case the DS should shed some index partitions.
|
protected boolean |
AsynchronousOverflowTask.shouldMove(ILoadBalancerService loadBalancerService)
Figure out if this data service is considered to be highly utilized, in
which case the DS should shed some index partitions.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEmbeddedLoadBalancerService
Embedded
LoadBalancerService . |
protected class |
EmbeddedFederation.EmbeddedLoadBalancerServiceImpl |
class |
LoadBalancerService
The
LoadBalancerService collects a variety of performance counters
from hosts and services, identifies over- and under- utilized hosts and
services based on the collected data and reports those to DataService
s so that they can auto-balance, and acts as a clearing house for WARN and
URGENT alerts for hosts and services. |
Modifier and Type | Method and Description |
---|---|
ILoadBalancerService |
EmbeddedFederation.getLoadBalancerService()
The (in process)
LoadBalancerService . |
ILoadBalancerService |
IBigdataFederation.getLoadBalancerService()
Return the load balancer service (or a proxy for that service).
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.