|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IFederationDelegate | |
|---|---|
| com.bigdata.service | This package provides implementations of bigdata services (metadata service, data service, transaction manager service. |
| com.bigdata.service.jini | |
| Uses of IFederationDelegate in com.bigdata.service |
|---|
| Subinterfaces of IFederationDelegate in com.bigdata.service | |
|---|---|
interface |
IBigdataFederation<T>
The client-facing interface to a bigdata federation. |
| Classes in com.bigdata.service that implement IFederationDelegate | |
|---|---|
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. |
| Methods in com.bigdata.service that return IFederationDelegate | |
|---|---|
IFederationDelegate<T> |
AbstractClient.getDelegate()
The delegate for the federation. |
| Methods in com.bigdata.service with parameters of type IFederationDelegate | |
|---|---|
void |
AbstractClient.setDelegate(IFederationDelegate<T> delegate)
Set the delegate for the federation. |
| Uses of IFederationDelegate in com.bigdata.service.jini |
|---|
| Classes in com.bigdata.service.jini that implement IFederationDelegate | |
|---|---|
class |
JiniFederation<T>
Concrete implementation for Jini. |
static class |
TransactionServer.TransactionServiceFederationDelegate
Extended to attach the various performance counters reported by the DistributedTransactionService. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||