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 | Class and Description |
---|---|
protected class |
AbstractResourceManagerTestCase.MockFederation
A minimal implementation of only those methods actually utilized by the
ResourceManager during the unit tests. |
Modifier and Type | Interface and Description |
---|---|
interface |
IBigdataFederation<T>
The client-facing interface to a bigdata federation.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDistributedFederation<T>
Abstract base class for
IBigdataFederation implementations where the
services are distributed using RMI and are running, at least in principle,
across more than one host/JVM. |
class |
AbstractFederation<T>
Abstract base class for
IBigdataFederation implementations. |
class |
AbstractScaleOutFederation<T>
Abstract base class for federation implementations using the scale-out index
architecture (federations that support key-range partitioned indices).
|
static class |
ClientService.ClientServiceFederationDelegate
Extended to attach the various performance counters reported by the
DistributedTransactionService . |
static class |
DataService.DataServiceFederationDelegate
Delegate handles custom counters for the
ResourceManager , local
AbstractTransactionService and the ConcurrencyManager , dynamic
re-attachment of counters, etc. |
class |
DefaultClientDelegate<T>
Default
IFederationDelegate implementation used by a standard client. |
class |
DefaultServiceFederationDelegate<T extends AbstractService>
Basic delegate for services that need to override the service UUID and
service interface reported to the
ILoadBalancerService . |
class |
EmbeddedFederation<T>
An implementation that uses an embedded database rather than a distributed
database.
|
Modifier and Type | Method and Description |
---|---|
IFederationDelegate<T> |
AbstractClient.getDelegate()
The delegate for the federation.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractClient.setDelegate(IFederationDelegate<T> delegate)
Set the delegate for the federation.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.